aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/Starent.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Make the rest of the Diameter AVP names unique.Jeff Morriss1-12/+8
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>
2015-05-09Eliminate a couple of empty Diameter grouped AVP lists.Jeff Morriss1-1/+7
Use Session-ID as a place holder for grouped AVPs that can hold any AVP and look up the contents of a couple grouped AVPs whose contents wasn't specified. Also, update the DTD to allow vendors to not add any AVPs. Change-Id: Id2852e31cecbcfaf64efb46918101b3a81ed5bdb Reviewed-on: https://code.wireshark.org/review/8355 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-08Fix several Starent enums that didn't have codes.Jeff Morriss1-22/+22
The codes were there but the strings got messed up somewhere along the way. Change-Id: I41cc581dba0c00936737ea77e789cac1aecadf0f Reviewed-on: https://code.wireshark.org/review/8340 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-08Fix Starent vendor definition: it's not an empty element.Jeff Morriss1-1/+1
Change-Id: Ib61b9be817bcfd2fbdc0ec57f69edda9052b588c Reviewed-on: https://code.wireshark.org/review/8337 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-2226/+2219
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-2/+2
Change-Id: I127ac215b0b8ed1615e4d11c9a5a5952e3ea8d88 Reviewed-on: https://code.wireshark.org/review/3473 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-02Added Cisco Starent Diameter dictionary entries.Josip Medved1-0/+2230
Change-Id: Ib7fa98639b6de965148349948ccf86d8c8641fb1 Reviewed-on: https://code.wireshark.org/review/438 Reviewed-by: Anders Broman <a.broman58@gmail.com>