aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/TGPPGmb.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-13 12:55:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-13 12:55:58 +0000
commit8acc78447573ca298722e77f615988ef102e81f5 (patch)
tree92c370ff3516da5922fe3c42ba4be02ea9440c44 /diameter/TGPPGmb.xml
parent6edabe05d8d878739d66c959b81bbb2e5e3a7d7c (diff)
3GPP-PDP-Type is an enum, use the values from the radius dictionary.
svn path=/trunk/; revision=46019
Diffstat (limited to 'diameter/TGPPGmb.xml')
-rw-r--r--diameter/TGPPGmb.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/diameter/TGPPGmb.xml b/diameter/TGPPGmb.xml
index 375bca6a0f..81d1eedef5 100644
--- a/diameter/TGPPGmb.xml
+++ b/diameter/TGPPGmb.xml
@@ -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>