30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
db_uri: mongodb://MONGO_IP/open5gs
|
|
|
|
logger:
|
|
file: /open5gs/install/var/log/open5gs/hss.log
|
|
|
|
parameter:
|
|
no_ipv6: true
|
|
prefer_ipv4: true
|
|
|
|
hss:
|
|
freeDiameter:
|
|
identity: hss.EPC_DOMAIN
|
|
realm: EPC_DOMAIN
|
|
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_DOMAIN
|
|
addr: MME_IP
|
|
port: 3868
|