3GPP-PDP-Type is an enum, use the values from the radius dictionary.

svn path=/trunk/; revision=46019
This commit is contained in:
Anders Broman 2012-11-13 12:55:58 +00:00
parent 6edabe05d8
commit 8acc784475
1 changed files with 6 additions and 2 deletions

View File

@ -15,8 +15,12 @@
<type type-name="OctetString"/>
</avp>
<avp name="3GPP-PDP-Type" code="3" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Integer32"/>
</avp>
<type type-name="Enumerated"/>
<enum name="IPv4" code="0"/>
<enum name="PPP" code="1"/>
<enum name="IPv6" code="2"/>
<enum name="IPv4v6" code="3"/>
</avp>
<avp name="3GPP-CG-Address" code="4" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="IPAddress"/>
</avp>