summaryrefslogtreecommitdiff
path: root/diameter/Ericsson.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Make the rest of the Diameter AVP names unique.Jeff Morriss1-4/+4
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-15Make some more Diameter AVP names unique.Jeff Morriss1-34/+34
In some cases this means using the correct (updated?) name from the specification. In others it means prepending the application- or vendor-name to force uniqueness. Remove a few more "Unassigned" AVPs from the XML files. Change-Id: I61d55ef97ff8efc3317c91bf79e73031735f740a Reviewed-on: https://code.wireshark.org/review/15949 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-08Allow empty-element Diameter Applications and use that format.Jeff Morriss1-9/+9
This also fixes a couple of applications that weren't properly terminated (as a result of some of my recent changes). Change-Id: I9662017a81c63aceeb950d3b29cb17dde16d4f0c Reviewed-on: https://code.wireshark.org/review/8335 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-137/+146
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-08-07Change the application Ids to avoid duplicates.AndersBroman1-1/+2
Change-Id: I127ac215b0b8ed1615e4d11c9a5a5952e3ea8d88 Reviewed-on: https://code.wireshark.org/review/3473 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>
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-1/+1
svn path=/trunk/; revision=46518
2012-11-14Add SVN Id. Fix up indentation some and remove some not-very-useful comments ↵Jeff Morriss1-0/+1
which also made one of these files hard to read. svn path=/trunk/; revision=46033
2012-06-25From Rick Mortensen via ↵Jeff Morriss1-54/+196
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4128 : Add Ericsson-proprietary AVPs and Result-Codes for SCAP. Add Huawei as a known vendor. From me: Reindent the Ericsson XML file; sort the new AVPs by number. svn path=/trunk/; revision=43472
2011-04-27From Anand Thakur via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5843 :Jeff Morriss1-0/+46
This diff files includes some AVPs from Ericsson GGSN documentation used for Gx messaging between a GGSN and a PCRF. From me: correct one spelling mistake. svn path=/trunk/; revision=36899
2007-11-06Fix some typos.Anders Broman1-0/+10
svn path=/trunk/; revision=23376