summaryrefslogtreecommitdiff
path: root/diameter/chargecontrol.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Finish getting making the Diameter XML valid XML.Jeff Morriss1-4/+4
... 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>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-3/+3
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-10-21Reindent.Jeff Morriss1-272/+270
svn path=/trunk/; revision=52745
2011-09-01From John Bradshaw:Anders Broman1-3/+3
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
Remove trailing spaces in protocol/field names svn path=/trunk/; revision=28978
2009-01-26Add enum values for some IANA registered AVP:s.Anders Broman1-2/+2
svn path=/trunk/; revision=27300
2007-07-05Move 3GPP AVP:s to dictionary.xml chnge some AVP types to 'Time' as per 3GPP ↵Anders Broman1-205/+0
spec. svn path=/trunk/; revision=22251
2006-07-17From Martin Mathieson:Anders Broman1-19/+55
sip_stats.c and tap_sipstat.c: adds the code 429 ("Provide Referrer Identity", from RFC 3892) to SIP stats. chargecontrol.xml packet-diameter.c : These patches - add a few more chargecontrol AVPs, and add the vendor-id where needed - report as expert info when AVPs' lengths don't match their type svn path=/trunk/; revision=18743
2006-07-07From Martin Mathieson:Anders Broman1-264/+449
packet-diameter.c - show vendor ID as a decimal number diameter/chargecontrol.xml - add more AVP entries from 3GPP TS 32.299 (6.6.0) svn path=/trunk/; revision=18679
2006-01-10Update with AVP:s from the dictionary Joost Yervante Damad sent.Anders Broman1-7/+179
svn path=/trunk/; revision=16987
2005-12-01From Thomas Steffen:Anders Broman1-0/+92
Add chargecontrol.xml svn path=/trunk/; revision=16640