30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
db_uri: mongodb://localhost/open5gs
|
|
|
|
logger:
|
|
file: /open5gs/install/var/log/open5gs/hss.log
|
|
|
|
parameter:
|
|
no_ipv6: true
|
|
prefer_ipv4: true
|
|
|
|
hss:
|
|
freeDiameter:
|
|
identity: hss.epc.mnc001.mcc001.3gppnetwork.org
|
|
realm: epc.mnc001.mcc001.3gppnetwork.org
|
|
port: 3868
|
|
sec_port: 5868
|
|
listen_on: HSS_IP
|
|
load_extension:
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dbg_msg_dumps.fdx
|
|
conf: 0x8888
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dict_rfc5777.fdx
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dict_mip6i.fdx
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dict_nasreq.fdx
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dict_nas_mipv6.fdx
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dict_dcca.fdx
|
|
- module: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dict_dcca_3gpp.fdx
|
|
connect:
|
|
- identity: mme.epc.mnc001.mcc001.3gppnetwork.org
|
|
addr: MME_IP
|
|
port: 3868
|