aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/dictionary.xml
diff options
context:
space:
mode:
authorJosip Medved <jmedved@jmedved.com>2014-08-25 20:56:17 -0700
committerAnders Broman <a.broman58@gmail.com>2014-08-26 08:06:54 +0000
commit338f6aca64859fe0135f436280d79e4bf248f29d (patch)
tree2e931f31d4e5e13f5d97ff6cebac0396ff849deb /diameter/dictionary.xml
parent64cd8270c669e35bc2911133a9a7da31c4bb1965 (diff)
Added Authentication-Method and afew other AVPs that appear in the SIP-Auth-Data-Item grouped AVP.
Change-Id: Ie90ec71d8d574d38f32a5ff3de6ad5433b9e5e9f Reviewed-on: https://code.wireshark.org/review/3823 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter/dictionary.xml')
-rw-r--r--diameter/dictionary.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index dd1e0d22fc..5df95e3665 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -2727,9 +2727,19 @@
Note: The AVP codes from 1 to 255 are reserved for backwards compatibility with 3GPP RADIUS Vendor
Specific Attributes (See TS 29.061 [13])
Note: The AVP codes from 256 to 299 are reserved for future use.
- 300 Authentication-Method Enumerated
- 301 Authentication-Information-SIM OctetString
- 302 Authorization -Information-SIM OctetString
+ -->
+ <avp name="Authentication-Method" code="300" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <type type-name="Enumerated"/>
+ <enum name="WLAN_EAP_SIM" code="0"/>
+ <enum name="WLAN_EAP_AKA" code="1"/>
+ </avp>
+ <avp name="Authentication-Information-SIM" code="301" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="Authorization-Information-SIM" code="302" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <type type-name="OctetString"/>
+ </avp>
+ <!--
303 WLAN-User-Data Grouped
304 Charging-Data Grouped
305 WLAN-Access Enumerated
@@ -2747,6 +2757,7 @@
317 Secondary-OCS-Charging-Function-Name DiameterIdentity
-->
+
<avp name="3GPP-AAA-Server-Name" code="318" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
<type type-name="OctetString"/>
</avp>