summaryrefslogtreecommitdiff
path: root/diameter/TGPP.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16TGPP.xml: add a new enum value for Specific-Action AVPPascal Quantin1-0/+1
Change-Id: If45c6b196fc55ff7452f83e022b585cb9a816d53 Reviewed-on: https://code.wireshark.org/review/20562 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2017-02-10diameter_3gpp: added decoding of TWAN-Identifier AVPJan Spevak1-2/+3
Change-Id: Ib3adec4f7abbdd0313e0017f540044ac45a8883a Reviewed-on: https://code.wireshark.org/review/19930 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-11-02Add a few more T6a/T6b and charging AVPs.Jeff Morriss1-0/+9
Fix a mistake in a comment. Change-Id: Ibb12ff3036fb42fe5e3955c67c7c9989f8ffca63 Reviewed-on: https://code.wireshark.org/review/18610 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-25Fix a couple typos in the Diameter XML.Jeff Morriss1-0/+24
Also: - Move new T6a/T6b AVPs into TGPP.xml (to keep them all together). - Put back a comment that was (accidentally?) deleted; add some similar notes in other places. Change-Id: I2a468aa3be0069cd8124dd9e5b0a27e333849059 Reviewed-on: https://code.wireshark.org/review/18433 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-10-24Add some Diameter AVPs referenced by (recently added) grouped AVPs.Jeff Morriss1-36/+82
... In order to make the Diameter XML valid again. This includes adding T6a/T6b and most of the AVPs of that application. Fix up some white space while at it. Change-Id: Ie39b3e574065628fdba215cc9c045eebcbd3077e Reviewed-on: https://code.wireshark.org/review/18422 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-09-21[Diameter AVPs] Correct 3GPP AVPs 1655. 1656 531 and 532AndersBroman1-2/+2
Bug: 12927 Change-Id: I545d5c54396431ab67f78fbc31111460d758f8b1 Reviewed-on: https://code.wireshark.org/review/17827 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-08-17[Diameter] Add a couple of AVP:sAndersBroman1-0/+12
Change-Id: If7b6a1ba5e81ccb5395df33b7bbcb24a616727c9 Reviewed-on: https://code.wireshark.org/review/17112 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-16Finish getting making the Diameter XML valid XML.Jeff Morriss1-5/+5
... 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-39/+39
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-18/+18
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>
2016-01-07[Diameter] Add Data from 3GPP TS 29.344 V13.0.0 (2015-12)AndersBroman1-0/+49
Update resultcodes from IANA. Change-Id: Ib71cc01a772d651d734039344c0feff394a61351 Reviewed-on: https://code.wireshark.org/review/13106 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-10-01[Diameter] Add 3GPP AVP 652-655AndersBroman1-4/+14
Change-Id: I4db21e3e095f7cb466759a96706ec17c8429386e Reviewed-on: https://code.wireshark.org/review/10714 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-07-23Add support for MB2c Diameter interface.Umberto Corponi1-0/+97
Add decoding for MB2c specific AVPs according to 3GPP TS 29.468 Rel 12.1.0. Change-Id: I0b50cacb5a3e7cb32de89b31da24e725361edf80 Reviewed-on: https://code.wireshark.org/review/9756 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-87/+81
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>
2015-04-28[Diameter] Update Rx interface AVPsAndersBroman1-10/+32
Change-Id: I8f046fc75093501104b916da88a928c8a934a8ce Reviewed-on: https://code.wireshark.org/review/8216 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-08-29Consolidate several 3GPP Diameter xml files into one.Jeff Morriss1-0/+1177
Change-Id: If6ef48fbcceaf0b3a3591086015b021c6a80956b Reviewed-on: https://code.wireshark.org/review/3911 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>