aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/sip.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Finish getting making the Diameter XML valid XML.Jeff Morriss1-3/+3
... 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-22Misc. Diameter XML cleanups.Jeff Morriss1-159/+159
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@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>
2010-05-25Remove faulty vendor from SIP AVP:s, update comments.Anders Broman1-11/+11
svn path=/trunk/; revision=32943
2006-11-28Complete the SIP application AVP:s.Anders Broman1-1/+91
svn path=/trunk/; revision=20009
2006-11-14Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.Anders Broman1-0/+75
svn path=/trunk/; revision=19889