diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-06-11 16:05:38 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-06-11 16:05:38 +0000 |
commit | 7e2963943c4adf8267a8a19b6aa83343ba05a57a (patch) | |
tree | 51e9c18cdb0ff67adaec4aaa79506a18fcc1ae55 /diameter | |
parent | df07bfeba47ecf855594b85d22823039dca632ba (diff) | |
download | wireshark-7e2963943c4adf8267a8a19b6aa83343ba05a57a.tar.gz wireshark-7e2963943c4adf8267a8a19b6aa83343ba05a57a.tar.bz2 wireshark-7e2963943c4adf8267a8a19b6aa83343ba05a57a.zip |
S9 AVPs start at 2200.
svn path=/trunk/; revision=43205
Diffstat (limited to 'diameter')
-rw-r--r-- | diameter/dictionary.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml index 5ec8d6760f..5b2c5ad46f 100644 --- a/diameter/dictionary.xml +++ b/diameter/dictionary.xml @@ -5749,8 +5749,8 @@ 32.299 [5] Note: The AVP codes from 2118 to 2199 are reserved for TS 32.299 - Note: The AVP codes from 2204 to 2299 are reserved for TS 29.215 - Found in TGPPS9.xml + Note: The AVP codes from 2200 to 2299 are reserved for TS 29.215 + Found in TGPPS9.xml --> <avp name="Reserved" code="2300" vendor-bit="must" vendor-id="TGPP"> @@ -5787,11 +5787,11 @@ <enum name="Authenticated" code="0"/> <enum name="Unauthenticated" code="1"/> </avp> - <avp name="Account-Expiration" code="2309" vendor-bit="must" vendor-id="TGPP"> - <type type-name="Time"/> - </avp> + <avp name="Account-Expiration" code="2309" vendor-bit="must" vendor-id="TGPP"> + <type type-name="Time"/> + </avp> - <!-- + <!-- 2310 AoC-Format Enumerated 2311 AoC-Service Enumerated 2312 AoC-Service-Obligatory-Type Grouped @@ -5889,12 +5889,12 @@ <avp name="Age-Of-Location-Estimate" code="2514" vendor-bit="must" vendor-id="TGPP"> <type type-name="Unsigned32"/> </avp> - <avp name="Velocity-Estimate" code="2515" vendor-bit="must" vendor-id="TGPP"> - <type type-name="OctetString"/> - </avp> - <avp name="EUTRAN-Positioning-Data" code="2516" vendor-bit="must" vendor-id="TGPP"> - <type type-name="OctetString"/> - </avp> + <avp name="Velocity-Estimate" code="2515" vendor-bit="must" vendor-id="TGPP"> + <type type-name="OctetString"/> + </avp> + <avp name="EUTRAN-Positioning-Data" code="2516" vendor-bit="must" vendor-id="TGPP"> + <type type-name="OctetString"/> + </avp> <avp name="ECGI" code="2517" vendor-bit="must" vendor-id="TGPP"> <type type-name="OctetString"/> </avp> |