aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/TGPPGmb.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-03-30 17:43:45 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-03-30 17:43:45 +0000
commitac10969fa90db8fc99dc12df4522111e79da9da0 (patch)
treed465e16716657f2bbbd0747dd10efd6e5e40cff2 /diameter/TGPPGmb.xml
parentd22d574d6c9a6fe461f04d590fe7e4adcefc77bf (diff)
From Liangfeng via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7013 :
Add the application ID for 3GPP SGmb and 2 SGmb AVPs: MBMS-Data-Transfer-Start and MBMS-Data-Transfer-Stop. svn path=/trunk/; revision=41850
Diffstat (limited to 'diameter/TGPPGmb.xml')
-rw-r--r--diameter/TGPPGmb.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/diameter/TGPPGmb.xml b/diameter/TGPPGmb.xml
index 9a244b8ca5..1f724a4659 100644
--- a/diameter/TGPPGmb.xml
+++ b/diameter/TGPPGmb.xml
@@ -7,7 +7,7 @@
These AVP:s collide(share AVP code number) with other 3GPP AVP:s (3GPP Cx imscxdx.xml)
comment out these if you want to use them.
-->
-
+
<avp name="3GPP-IMSI" code="1" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="UTF8String"/>
</avp>
@@ -92,7 +92,7 @@
<!-- Note: The AVP codes from 1 to 255 are reserved for backwards compatibility with 3GPP RADIUS Vendor Specific
Attributes (See TS 29.061 [13]) -->
- <!--
+ <!--
<avp name="Reserved" code="28" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="OctetString"/>
</avp>
@@ -297,6 +297,12 @@
<type type-name="Enumerated"/>
<enum name="UDP-PORT-REQUIRED" code="1"/>
</avp>
+ <avp name="MBMS-Data-Transfer-Start" code="929" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Time"/>
+ </avp>
+ <avp name="MBMS-Data-Transfer-Stop" code="930" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Time"/>
+ </avp>
<!--
Note: The AVP codes from 929 to 999 are reserved for TS 29.061
-->