aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/dictionary.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-12-22 22:17:17 -0500
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-23 08:30:08 +0000
commitab754d6ba4c0bc6d8d00aec137d8b1e97331d1f4 (patch)
treeb121c9ee87682209f56f087d792400e52e0657ec /diameter/dictionary.xml
parentfd462af1831578ac033cfe1572e5678e211bb2dc (diff)
Diameter: Add Redknee AVPs.
Also add a couple Verizon Wireless and Wimax AVPs. All taken from the attachments to bug 11907. Change-Id: Ie45935f421c4797783f616a75ef35486447ff950 Reviewed-on: https://code.wireshark.org/review/12833 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'diameter/dictionary.xml')
-rw-r--r--diameter/dictionary.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index c6a1667634..67702b84df 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -26,6 +26,7 @@
<!ENTITY NokiaSolutionsAndNetworks SYSTEM "NokiaSolutionsAndNetworks.xml">
<!ENTITY HP SYSTEM "HP.xml">
<!ENTITY Oracle SYSTEM "Oracle.xml">
+ <!ENTITY Redknee SYSTEM "Redknee.xml">
<!ENTITY Custom SYSTEM "Custom.xml">
]>
<dictionary>
@@ -5003,7 +5004,7 @@
<enum name="IPv4" code="0"/>
<enum name="IPv6" code="1"/>
<enum name="IPv4v6" code="2"/>
- <enum name="IPv4_OR_IPv6" code="3"/>
+ <enum name="IPv4_OR_IPv6" code="3"/>
</avp>
<avp name="Roaming-Restricted-Due-To-Unsupported-Feature" code="1457" mandatory="must" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
<type type-name="Enumerated"/>
@@ -6900,8 +6901,8 @@
<application id="16777340" name="3GPP PC6/PC7" uri="http://www.3gpp.org/ftp/Specs/html-info/29345.htm"/>
<!-- application 16777341 is defined in Nokia.xml -->
<application id="16777342" name="3GPP Np" uri="http://www.3gpp.org/ftp/Specs/html-info/29217.htm"/>
- <application id="16777999" name="S6b Application (One-AAA)" uri="none"/>
- <application id="4294967295" name="Relay" uri="http://tools.ietf.org/html/rfc6733"/>
+ <application id="16777999" name="S6b Application (One-AAA)" uri="none"/>
+ <application id="4294967295" name="Relay" uri="http://tools.ietf.org/html/rfc6733"/>
<!-- *********************** End Application IDs ************************** -->
@@ -6917,11 +6918,24 @@
<vendor vendor-id="Acision" code="3830" name="Acision"/>
<vendor vendor-id="SKT" code="5806" name="SK Telecom"/>
<vendor vendor-id="TGPP" code="10415" name="3GPP"/>
- <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="ChinaTelecom" code="81000" name="China Telecom"/>
<vendor vendor-id="TGPPCX" code="16777216" name="3GPP CX/DX"/>
+
+ <vendor vendor-id="VerizonWireless" code="12951" name="Verizon Wireless">
+ <avp name="Charging-Group-ID" code="6069" mandatory="must" vendor-bit="must" vendor-id="VerizonWireless">
+ <type type-name="UTF8String"/>
+ </avp>
+ </vendor>
+ <vendor vendor-id="WiMax" code="24757" name="WiMax">
+ <avp name="Active-Time" code="39" mandatory="must" vendor-bit="must" vendor-id="WiMax">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="WiMax-BSID" code="46" mandatory="must" vendor-bit="must" vendor-id="WiMax">
+ <type type-name="UTF8String"/>
+ </avp>
+ </vendor>
<!-- *********************** End Vendors ************************** -->
&nasreq;
@@ -6943,5 +6957,6 @@
&NokiaSolutionsAndNetworks;
&HP;
&Oracle;
+ &Redknee;
&Custom;
</dictionary>