aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/etsie2e4.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-04-14Diameter: update Reservation-Priority AVP valuesPascal Quantin1-0/+8
Change-Id: I5609385ee0a13fe5262a35ac65e206f0bc492a61 Reviewed-on: https://code.wireshark.org/review/21085 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-06-16Finish getting making the Diameter XML valid XML.Jeff Morriss1-4/+7
... Except for the fact that many AVP names start with "3GPP". Make the AVP names XML IDs again. Fix all the grouped AVPs that reference AVPs (by name) or vice-versa. This includes: * Fixing a bunch of typos (including type mismatches). * Commenting out a number of references to vendor AVPs for which we don't have the specs. * Adding a few missing AVPs. Change-Id: Ic2ddb50cc947877de9086be51f7813e8f9be02b4 Reviewed-on: https://code.wireshark.org/review/15973 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-16Make the rest of the Diameter AVP names unique.Jeff Morriss1-7/+7
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>
2016-06-16Remove a bunch of unassigned ETSI AVPs.Jeff Morriss1-801/+292
These were presumably there to allow indexed search of the AVP list but it wasn't working anyway (binary search was used). And the expert info for "unknown" (to Wireshark) AVPs is a good thing. Change-Id: Id6b9e5c90b8a2a6e3cf4415cd1b6114308c74440 Reviewed-on: https://code.wireshark.org/review/15956 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-26/+27
AVPs can be grouped by Vendor now (not just by Application). Move a bunch of vendor-specific Application IDs to the vendor's XML file. Delete the (basically empty) SKT.xml, ChinaTelecom.xml, and VerizonWireless.xml files. Fix a typo: 16777224 is 3GPP Gx, not 3GPP Cx. Use (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Change-Id: I7a9702c0c48dc3fe751ad74413d8ecc040984f1f Reviewed-on: https://code.wireshark.org/review/8235 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^<!-- \$Id\$ -->/,+0 d') (XML Comments) Change-Id: Ifd03f70ae84dfbbbe04d91f10fd30857fd197014 Reviewed-on: https://code.wireshark.org/review/882 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-11-25Add a temporary workaround for the duplicated filter name problem.Anders Broman1-2/+15
svn path=/trunk/; revision=53560
2011-09-01From John Bradshaw:Anders Broman1-1/+1
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
2010-11-09Define unused AVP:s to make it possible to use value_string_ext forAnders Broman1-11/+532
common AVP:s. svn path=/trunk/; revision=34824
2010-09-23Remove a trailing space from an AVP name (which becomes a hf name)Jeff Morriss1-7/+7
svn path=/trunk/; revision=34190
2009-11-13Update ETSI AVP:sAnders Broman1-10/+30
svn path=/trunk/; revision=30948
2009-07-08From Magnus Sörman:Anders Broman1-3/+4
Correct AVP properties. svn path=/trunk/; revision=29022
2008-02-12As we don't destinguish between the application ID's avoid duplicated entries.Anders Broman1-9/+13
svn path=/trunk/; revision=24312
2008-02-11Updates according to ETSI ES 283 026 V1.6.0 (2008-02)Anders Broman1-0/+72
svn path=/trunk/; revision=24305
2007-11-16From Martin Gignac:Anders Broman1-2/+6
Add comments and comment out an obsolete AVP. svn path=/trunk/; revision=23467
2007-11-08- "Location-Information" is grouped.Anders Broman1-4/+112
- Add TS 183 033 V1.2.0 (2007-10) AVP:s svn path=/trunk/; revision=23400
2007-07-10Add ETSI e2/e4 Diameter applicationsMartin Mathieson1-0/+104
svn path=/trunk/; revision=22283