Files
docker-open5gs-prod-315010/custom_deployments/open5gs_hss_cx/opensips_ims_icscf/freeDiameter.conf
2025-08-21 01:07:07 +00:00

15 lines
250 B
Plaintext

Identity = "icscf.IMS_DOMAIN";
Realm = "IMS_DOMAIN";
Port = ICSCF_BIND_PORT;
ListenOn = "ICSCF_IP";
SecPort = 0;
No_SCTP;
NoRelay;
ConnectPeer = "hss.EPC_DOMAIN" {
Realm = "EPC_DOMAIN";
No_TLS;
ConnectTo = "HSS_IP";
port = HSS_BIND_PORT;
};