aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-04-24 16:51:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-04-24 16:51:57 +0000
commit393ea67924c0e578ae31ff46749cba03e98d097d (patch)
treebaa847dff386393e0b128ed67017997caa386f5a /diameter
parente9f9ca429887ecdcbe287fe0151a58a2cf8a268f (diff)
Add a basic file for China Telecom AVP:s.
svn path=/trunk/; revision=49017
Diffstat (limited to 'diameter')
-rw-r--r--diameter/ChinaTelecom.xml8
-rw-r--r--diameter/dictionary.xml9
2 files changed, 14 insertions, 3 deletions
diff --git a/diameter/ChinaTelecom.xml b/diameter/ChinaTelecom.xml
new file mode 100644
index 0000000000..6fc0d41847
--- /dev/null
+++ b/diameter/ChinaTelecom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+ <application id="4" name="Diameter Credit Control Application" uri="http://www.ietf.org/rfc/rfc4006.txt">
+
+ <avp name="Dummy" code="0" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="ChinaTelecom">
+ <type type-name="OctetString"/>
+ </avp>
+ </application> \ No newline at end of file
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 52abab400d..209b68b906 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -29,7 +29,8 @@
<!ENTITY AlcatelLucent SYSTEM "AlcatelLucent.xml">
<!ENTITY Nokia SYSTEM "Nokia.xml">
<!ENTITY NokiaSiemensNetworks SYSTEM "NokiaSiemensNetworks.xml">
- <!ENTITY SKT SYSTEM "SKT.xml">
+ <!ENTITY SKT SYSTEM "SKT.xml">
+ <!ENTITY ChinaTelecom SYSTEM "ChinaTelecom.xml">
]>
<dictionary>
<base uri="http://www.ietf.org/rfc/rfc3588.txt">
@@ -175,8 +176,9 @@
<vendor vendor-id="Vodafone" code="12645" name="Vodafone"/>
<vendor vendor-id="VerizonWireless" code="12951" name="Verizon Wireless"/>
<vendor vendor-id="ETSI" code="13019" name="ETSI"/>
- <vendor vendor-id="Tango" code="13421" name="Tango Telecom Limited"/>
- <vendor vendor-id="TGPPCX" code="16777216" name="3GPP CX/DX"/>
+ <vendor vendor-id="Tango" code="13421" name="Tango Telecom Limited"/>
+ <vendor vendor-id="ChinaTelecom" code="81000" name="China Telecom"/>
+ <vendor vendor-id="TGPPCX" code="16777216" name="3GPP CX/DX"/>
<!-- *********************** End Vendors ************************** -->
@@ -6336,4 +6338,5 @@
&Nokia;
&NokiaSiemensNetworks;
&SKT;
+ &ChinaTelecom;
</dictionary>