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>
This commit is contained in:
Josip Medved 2014-08-25 20:56:17 -07:00 committed by Anders Broman
parent 64cd8270c6
commit 338f6aca64
2 changed files with 17 additions and 3 deletions

View File

@ -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>

View File

@ -202,6 +202,9 @@
<gavp name="Framed-IPv6-Prefix"/>
<gavp name="Framed-Interface-Id"/>
<gavp name="Line-Identifier"/>
<gavp name="Authentication-Method"/>
<gavp name="Authentication-Information-SIM"/>
<gavp name="Authorization -Information-SIM"/>
</grouped>
</avp>
<avp name="SIP-Item-Number" code="613" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">