summaryrefslogtreecommitdiff
path: root/diameter/TGPP.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-10-24 11:31:25 -0400
committerAnders Broman <a.broman58@gmail.com>2016-10-25 03:54:04 +0000
commit446dbea4eb05cc5e4a363dbc22f7421c6527a3a4 (patch)
tree092ab4b9c36c32d4de4d75d13bfa37d4e83b6ce7 /diameter/TGPP.xml
parent26950539d6f87e2f2157ac6d2bf9e5173b780856 (diff)
downloadwireshark-446dbea4eb05cc5e4a363dbc22f7421c6527a3a4.tar.gz
Fix a couple typos in the Diameter XML.
Also: - Move new T6a/T6b AVPs into TGPP.xml (to keep them all together). - Put back a comment that was (accidentally?) deleted; add some similar notes in other places. Change-Id: I2a468aa3be0069cd8124dd9e5b0a27e333849059 Reviewed-on: https://code.wireshark.org/review/18433 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter/TGPP.xml')
-rw-r--r--diameter/TGPP.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/diameter/TGPP.xml b/diameter/TGPP.xml
index 6da5a935f3..43eea3853b 100644
--- a/diameter/TGPP.xml
+++ b/diameter/TGPP.xml
@@ -1401,6 +1401,30 @@
<avp name="BSSGP-Cause" code="4309" mandatory="must" vendor-bit="must" may-encrypt="no" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>
+ <avp name="Serving-PLMN-Rate-Control" code="4310" mandatory="must" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="TGPP">
+ <grouped>
+ <gavp name="Uplink-Rate-Limit"/>
+ <gavp name="Downlink-Rate-Limit"/>
+ </grouped>
+ </avp>
+ <avp name="Uplink-Rate-Limit" code="4311" mandatory="must" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="Downlink-Rate-Limit" code="4312" mandatory="must" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="RRC-Cause-Counter" code="4318" mandatory="must" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="TGPP">
+ <grouped>
+ <gavp name="Counter-Value"/>
+ <gavp name="RRC-Counter-Timestamp"/>
+ </grouped>
+ </avp>
+ <avp name="Counter-Value" code="4319" mandatory="must" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="RRC-Counter-Timestamp" code="4320" mandatory="must" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="TGPP">
+ <type type-name="Time"/>
+ </avp>
<!--
Note: The AVP codes from 4300 to 4399 are reserved for TS 29.128
-->