31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
db_uri: mongodb://MONGO_IP/open5gs
|
|
|
|
logger:
|
|
file: /open5gs/install/var/log/open5gs/pcrf.log
|
|
|
|
parameter:
|
|
|
|
pcrf:
|
|
freeDiameter:
|
|
identity: pcrf.EPC_DOMAIN
|
|
realm: EPC_DOMAIN
|
|
port: 3868
|
|
sec_port: 5868
|
|
listen_on: PCRF_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: smf.EPC_DOMAIN
|
|
addr: SMF_IP
|
|
port: 3868
|
|
- identity: pcscf.IMS_DOMAIN
|
|
addr: PCSCF_IP
|
|
port: 3871
|