open5gs/configs/csfb.yaml.in

266 lines
6.0 KiB
YAML
Raw Normal View History

db_uri: mongodb://localhost/open5gs
logger:
parameter:
2020-08-22 03:33:45 +00:00
# no_nrf: true
# no_scp: true
2020-08-22 03:33:45 +00:00
# no_amf: true
# no_smf: true
# no_upf: true
# no_ausf: true
# no_udm: true
2021-01-01 02:07:08 +00:00
# no_pcf: true
# no_nssf: true
# no_bsf: true
2020-08-22 03:33:45 +00:00
# no_udr: true
# no_mme: true
# no_sgwc: true
# no_sgwu: true
# no_pcrf: true
# no_hss: true
2020-08-13 00:31:22 +00:00
mme:
freeDiameter:
identity: mme.localdomain
realm: localdomain
listen_on: 127.0.0.2
2021-06-21 13:36:38 +00:00
no_fwd: true
load_extension:
- module: @freediameter_extensions_builddir@/dbg_msg_dumps.fdx
conf: 0x8888
- module: @freediameter_extensions_builddir@/dict_rfc5777.fdx
- module: @freediameter_extensions_builddir@/dict_mip6i.fdx
- module: @freediameter_extensions_builddir@/dict_nasreq.fdx
- module: @freediameter_extensions_builddir@/dict_nas_mipv6.fdx
- module: @freediameter_extensions_builddir@/dict_dcca.fdx
2021-10-27 06:23:09 +00:00
- module: @freediameter_extensions_builddir@/dict_dcca_3gpp/dict_dcca_3gpp.fdx
connect:
- identity: hss.localdomain
2020-08-22 03:33:45 +00:00
addr: 127.0.0.8
s1ap:
2020-09-12 16:16:08 +00:00
- addr: 127.0.0.2
gtpc:
2020-09-12 16:16:08 +00:00
- addr: 127.0.0.2
sgsap:
- addr: 127.0.0.2
map:
tai:
plmn_id:
mcc: 999
mnc: 70
tac: 7
lai:
plmn_id:
mcc: 999
mnc: 70
lac: 2342
map:
tai:
plmn_id:
mcc: 724
mnc: 21
tac: 12345
lai:
plmn_id:
mcc: 724
mnc: 21
lac: 51544
2020-08-22 03:33:45 +00:00
gummei:
- plmn_id:
mcc: 999
mnc: 70
mme_gid: 2
mme_code: 1
- plmn_id:
mcc: 724
mnc: 21
mme_gid: 2
mme_code: 1
tai:
plmn_id:
mcc: 999
mnc: 70
tac: 7
tai:
plmn_id:
mcc: 724
mnc: 21
tac: 12345
security:
2020-09-12 16:16:08 +00:00
integrity_order : [ EIA2, EIA1, EIA0 ]
ciphering_order : [ EEA0, EEA1, EEA2 ]
network_name:
full: Open5GS
2020-08-13 00:31:22 +00:00
sgwc:
gtpc:
2020-09-12 16:16:08 +00:00
- addr: 127.0.0.3
2020-08-13 00:31:22 +00:00
pfcp:
2020-09-12 16:16:08 +00:00
- addr: 127.0.0.3
2020-08-13 00:31:22 +00:00
smf:
2021-01-01 02:07:08 +00:00
# sbi:
# - addr: 127.0.0.4
# port: 7777
2021-03-15 01:01:55 +00:00
pfcp:
- addr: 127.0.0.4
2020-08-13 00:31:22 +00:00
gtpc:
2020-08-22 03:33:45 +00:00
- addr: 127.0.0.4
2020-08-13 00:31:22 +00:00
- addr: ::1
2021-03-15 01:01:55 +00:00
gtpu:
2020-08-22 03:33:45 +00:00
- addr: 127.0.0.4
2021-03-15 01:01:55 +00:00
- addr: ::1
subnet:
2020-08-13 00:31:22 +00:00
- addr: 10.45.0.1/16
- addr: 2001:db8:cafe::1/48
2020-08-13 00:31:22 +00:00
dns:
- 8.8.8.8
- 8.8.4.4
- 2001:4860:4860::8888
- 2001:4860:4860::8844
mtu: 1400
freeDiameter:
2020-08-13 00:31:22 +00:00
identity: smf.localdomain
realm: localdomain
2020-08-22 03:33:45 +00:00
listen_on: 127.0.0.4
2021-06-21 13:36:38 +00:00
no_fwd: true
load_extension:
- module: @freediameter_extensions_builddir@/dbg_msg_dumps.fdx
conf: 0x8888
- module: @freediameter_extensions_builddir@/dict_rfc5777.fdx
- module: @freediameter_extensions_builddir@/dict_mip6i.fdx
- module: @freediameter_extensions_builddir@/dict_nasreq.fdx
- module: @freediameter_extensions_builddir@/dict_nas_mipv6.fdx
- module: @freediameter_extensions_builddir@/dict_dcca.fdx
2021-10-27 06:23:09 +00:00
- module: @freediameter_extensions_builddir@/dict_dcca_3gpp/dict_dcca_3gpp.fdx
connect:
2020-08-13 00:31:22 +00:00
- identity: pcrf.localdomain
2020-08-22 03:33:45 +00:00
addr: 127.0.0.9
amf:
sbi:
- addr: 127.0.0.5
port: 7777
ngap:
- addr: 127.0.0.5
guami:
- plmn_id:
mcc: 999
2020-08-22 03:33:45 +00:00
mnc: 70
amf_id:
region: 2
set: 1
tai:
- plmn_id:
mcc: 999
2020-08-22 03:33:45 +00:00
mnc: 70
tac: 1
2020-09-12 16:16:08 +00:00
plmn_support:
2020-08-22 03:33:45 +00:00
- plmn_id:
mcc: 999
2020-08-22 03:33:45 +00:00
mnc: 70
s_nssai:
- sst: 1
security:
2020-09-12 16:16:08 +00:00
integrity_order : [ NIA2, NIA1, NIA0 ]
2020-08-22 03:33:45 +00:00
ciphering_order : [ NEA0, NEA1, NEA2 ]
network_name:
full: Open5GS
amf_name: open5gs-amf0
sgwu:
pfcp:
2020-09-12 16:16:08 +00:00
- addr: 127.0.0.6
2021-03-15 01:01:55 +00:00
gtpu:
- addr: 127.0.0.6
2020-08-22 03:33:45 +00:00
2020-08-13 00:31:22 +00:00
upf:
pfcp:
2020-08-22 03:33:45 +00:00
- addr: 127.0.0.7
gtpu:
2020-09-12 16:16:08 +00:00
- addr: 127.0.0.7
subnet:
2020-08-13 00:31:22 +00:00
- addr: 10.45.0.1/16
- addr: 2001:db8:cafe::1/48
2020-08-13 00:31:22 +00:00
hss:
freeDiameter:
2020-08-13 00:31:22 +00:00
identity: hss.localdomain
realm: localdomain
2020-08-22 03:33:45 +00:00
listen_on: 127.0.0.8
2021-06-21 13:36:38 +00:00
no_fwd: true
load_extension:
- module: @freediameter_extensions_builddir@/dbg_msg_dumps.fdx
conf: 0x8888
- module: @freediameter_extensions_builddir@/dict_rfc5777.fdx
- module: @freediameter_extensions_builddir@/dict_mip6i.fdx
- module: @freediameter_extensions_builddir@/dict_nasreq.fdx
- module: @freediameter_extensions_builddir@/dict_nas_mipv6.fdx
- module: @freediameter_extensions_builddir@/dict_dcca.fdx
2021-10-27 06:23:09 +00:00
- module: @freediameter_extensions_builddir@/dict_dcca_3gpp/dict_dcca_3gpp.fdx
connect:
2020-08-13 00:31:22 +00:00
- identity: mme.localdomain
addr: 127.0.0.2
pcrf:
freeDiameter:
identity: pcrf.localdomain
realm: localdomain
2020-08-22 03:33:45 +00:00
listen_on: 127.0.0.9
2021-06-21 13:36:38 +00:00
no_fwd: true
load_extension:
- module: @freediameter_extensions_builddir@/dbg_msg_dumps.fdx
conf: 0x8888
- module: @freediameter_extensions_builddir@/dict_rfc5777.fdx
- module: @freediameter_extensions_builddir@/dict_mip6i.fdx
- module: @freediameter_extensions_builddir@/dict_nasreq.fdx
- module: @freediameter_extensions_builddir@/dict_nas_mipv6.fdx
- module: @freediameter_extensions_builddir@/dict_dcca.fdx
2021-10-27 06:23:09 +00:00
- module: @freediameter_extensions_builddir@/dict_dcca_3gpp/dict_dcca_3gpp.fdx
connect:
2020-08-13 00:31:22 +00:00
- identity: smf.localdomain
2020-08-22 03:33:45 +00:00
addr: 127.0.0.4
2021-01-01 02:07:08 +00:00
#nrf:
# sbi:
# - addr:
# - 127.0.0.10
# - ::1
# port: 7777
2020-08-22 03:33:45 +00:00
ausf:
sbi:
- addr: 127.0.0.11
port: 7777
udm:
sbi:
- addr: 127.0.0.12
port: 7777
2020-12-11 19:03:20 +00:00
pcf:
2020-08-22 03:33:45 +00:00
sbi:
- addr: 127.0.0.13
port: 7777
2020-12-11 19:03:20 +00:00
nssf:
sbi:
- addr: 127.0.0.14
port: 7777
nsi:
- addr: ::1
port: 7777
s_nssai:
sst: 1
bsf:
sbi:
- addr: 127.0.0.15
port: 7777
2020-12-11 19:03:20 +00:00
udr:
sbi:
- addr: 127.0.0.20
port: 7777