Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5411
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Nov 2010 21:58:06 +0000 (21:58 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Nov 2010 21:58:06 +0000 (21:58 +0000)
Acct-Session-Id -> OctetString.
Also fix assorted Enums.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34934 f5534014-38df-0310-8fa8-9805f1628bb7

diameter/dictionary.xml
diameter/nasreq.xml

index 72df52689fd5a879e7536752e12dd0bb75efd017..6c1c773587eca3c9f913d7709b7f5dab8b2f71f9 100644 (file)
                <avp name="Acct-Output-Octets" code="43" mandatory="may">
                        <type type-name="Unsigned32"/>
                </avp>
-               <avp name="Accounting-Session-Id" code="44" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
-                       <type type-name="UTF8String"/>
+               <avp name="Acct-Session-Id" code="44" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
+                       <type type-name="OctetString"/>
+      <!-- See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5411 -->
                </avp>
                <avp name="Acct-Authentic" code="45" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
                        <type type-name="Enumerated"/>
@@ -3519,17 +3520,17 @@ Note: The AVP codes from 924 to 999 are reserved for TS 29.061
                </avp>
                <avp name="QoS-Class-Identifier" code="1028" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
                        <type type-name="Enumerated"/>
-                       <enum name="None"                       code="0"/>
-                       <enum name="Conversational"                     code="1"/>
-                       <enum name="Conversational"                     code="2"/>
-                       <enum name="Streaming"  code="3"/>
-                       <enum name="Streaming"          code="4"/>
-                       <enum name="Interactive"                        code="5"/>
-                       <enum name="Interactive"                code="6"/>
-                       <enum name="Interactive"                code="7"/>
-                       <enum name="Interactive"                code="8"/>
-                       <enum name="Background"                 code="9"/>
-                       <enum name="OTHER"                      code="0xFFFFFFFF"/>
+                       <enum name="QCI_1"      code="1"/>
+                       <enum name="QCI_2"      code="2"/>
+                       <enum name="QCI_3"      code="3"/>
+                       <enum name="QCI_4"      code="4"/>
+                       <enum name="QCI_5"      code="5"/>
+                       <enum name="QCI_6"      code="6"/>
+                       <enum name="QCI_7"      code="7"/>
+                       <enum name="QCI_8"      code="8"/>
+                       <enum name="QCI_9"      code="9"/>
+      <!-- The values shall be used to indicate standardized characteristics associated with standardized QCI values from
+        3GPP TS 23.203-->
                </avp>
                <avp name="QoS-Negotiation" code="1029" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
                        <type type-name="Enumerated"/>
index e0504ca426546c331ea466dec4df7b61e24b6559..eb18b3901e2e6f51c5106cd471f72859b0d01d7a 100644 (file)
@@ -87,7 +87,7 @@
                        <enum name="MS-CHAP-1" code="3"/>
                        <enum name="MS-CHAP-2" code="4"/>
                        <enum name="EAP" code="5"/>
-      <enum name="Undefined" code="5"/>
+      <enum name="Undefined" code="6"/>
                        <enum name="None" code="7"/>
                </avp>
                <avp name="QoS-Filter-Rule" code="407">