icscf.xml.sample 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <DiameterPeer
  3. FQDN="icscf.mnc001.mcc001.3gppnetwork.org"
  4. Realm="ims.mnc001.mcc001.3gppnetwork.org"
  5. Vendor_Id="10415"
  6. Product_Name="CDiameterPeer"
  7. AcceptUnknownPeers="1"
  8. DropUnknownOnDisconnect="1"
  9. Tc="30"
  10. Workers="16"
  11. QueueLength="32"
  12. TransactionTimeout="5"
  13. SessionsHashSize="128"
  14. DefaultAuthSessionTimeout="3600"
  15. MaxAuthSessionTimeout="3600"
  16. >
  17. <Peer FQDN="hss.mnc001.mcc001.3gppnetwork.org" Realm="ims.mnc001.mcc001.3gppnetwork.org" port="3868"/>
  18. <Acceptor port="3869" bind="11.22.33.44"/>
  19. <Auth id="16777216" vendor="10415"/><!-- 3GPP Cx -->
  20. <Auth id="16777216" vendor="4491"/><!-- CableLabs Cx -->
  21. <Auth id="16777216" vendor="13019"/><!-- ETSI/TISPAN Cx -->
  22. <Auth id="16777216" vendor="0"/><!-- ETSI/TISPAN Cx -->
  23. <!--
  24. Supported Vendor IDs - list of values which will be sent in the CER/CEA in the
  25. Supported-Vendor-ID AVPs
  26. -->
  27. <SupportedVendor vendor="10415" />
  28. <DefaultRoute FQDN="hss.mnc001.mcc001.3gppnetwork.org" metric="10"/>
  29. </DiameterPeer>