summaryrefslogtreecommitdiff
path: root/diameter/dictionary.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-06-16 00:04:36 -0400
committerAnders Broman <a.broman58@gmail.com>2016-06-16 04:38:32 +0000
commitb223d649fed632d10b356f66c3a286740cec9e7d (patch)
treeac8f6f59b6ac507870703f1ff48f2de608b65c2d /diameter/dictionary.xml
parentf749a64280051663f04fa5dfd11a50e3d4ce4e77 (diff)
downloadwireshark-b223d649fed632d10b356f66c3a286740cec9e7d.tar.gz
Make the rest of the Diameter AVP names unique.
In most cases this means prepending the application- or vendor-name to force uniqueness. A few vendors have duplicates within their namespace--append the AVP code to these. Also fix a few other invalid names (with spaces or parentheses in the names). Change-Id: I5bb78d31526122dd5782055638af410cc497e49d Reviewed-on: https://code.wireshark.org/review/15960 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter/dictionary.xml')
-rw-r--r--diameter/dictionary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 1abd6e22f7..acb4e19af9 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -2885,7 +2885,7 @@
<avp name="Quota-Holding-Time" code="871" mandatory="must" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>
- <avp name="Reporting-Reason" code="872" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP">
+ <avp name="3GPP-Reporting-Reason" code="872" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP">
<type type-name="Enumerated"/>
<enum name="THRESHOLD" code="0"/>
<enum name="QHT" code="1"/>