aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/Vodafone.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-21 21:20:59 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-22 01:50:23 +0000
commitecc3369c0545ba566526acf36451cccd3bbf2f16 (patch)
treee5a79e5eccfd364c2becc143b77cbe6da367389d /diameter/Vodafone.xml
parent448e122ea5d26d3f74a1053fc83c49d9bedd5e1a (diff)
Misc. Diameter XML cleanups.
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'diameter/Vodafone.xml')
-rw-r--r--diameter/Vodafone.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/diameter/Vodafone.xml b/diameter/Vodafone.xml
index 8630f8688b..6733cc537f 100644
--- a/diameter/Vodafone.xml
+++ b/diameter/Vodafone.xml
@@ -5,7 +5,7 @@
<application id="16777234" name="Vodafone Gx+" uri="http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-cc-06.txt">
<avp name="Context-Type" code="256" vendor-id="Vodafone" mandatory="mustnot" vendor-bit="must">
- <type type-name="Unsigned32"/>
+ <type type-name="Enumerated"/>
<enum name="PRIMARY" code="0"/>
<enum name="SECONDARY" code="1"/>
</avp>
@@ -19,13 +19,13 @@
<type type-name="Unsigned32"/>
</avp>
<avp name="Radio-Access-Technology" code="260" vendor-id="Vodafone" mandatory="mustnot" vendor-bit="must">
- <type type-name="Unsigned32"/>
+ <type type-name="Enumerated"/>
<enum name="UTRAN" code="0"/>
<enum name="GERAN" code="1"/>
<enum name="WLAN" code="2"/>
</avp>
<avp name="Reporting-Reason" code="261" vendor-id="Vodafone" mandatory="mustnot" vendor-bit="must">
- <type type-name="Unsigned32"/>
+ <type type-name="Enumerated"/>
<enum name="THRESHOLD" code="0"/>
<enum name="QHT" code="1"/>
<enum name="FINAL" code="2"/>
@@ -50,7 +50,7 @@
</grouped>
</avp>
<avp name="Trigger-Type" code="266" vendor-id="Vodafone" mandatory="mustnot" vendor-bit="must">
- <type type-name="Unsigned32"/>
+ <type type-name="Enumerated"/>
<enum name="CHANGE_IN_SGSN_IP_ADDRESS" code="1"/>
<enum name="CHANGEINQOS_ANY" code="2"/>
<enum name="CHANGEINLOCATION_ANY" code="3"/>