Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8914] New: Diameter - 3GPP Sh - incorrect names of AVPs 71

Date: Tue, 09 Jul 2013 13:28:04 +0000
Bug ID 8914
Summary Diameter - 3GPP Sh - incorrect names of AVPs 713, 714
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
SVN: 50461
--
Hello,

these AVP names/numbers are assigned incorrectly in the Diameter 3GGP Sh
dictionary
(diameter/TGPPSh.xml)-detected by Miloslava Ramšová:

avp name="One-Time-Notification" code="713"
avp name="Requested-Nodes" code="714"

According to the 3GPP Technical Specification of the Diameter Sh interface
(29.329 version 11.6.0 Release 11), 
http://www.etsi.org/deliver/etsi_ts/129300_129399/129329/11.06.00_60/ts_129329v110600p.pdf

the AVPs should be assigned in the following way:

avp name="One-Time-Notification" code="712"
avp name="Requested-Nodes" code="713"
avp name="Serving-Node-Indication" code="714"


Additionally, compared to the 3GGP document, Wireshark does not recognize
the following Diameter Sh AVPs:

avp name="Repository-Data-ID" code="715"
avp name="Pre-paging-Supported" code="717"
avp name="Local-Time-Zone-Indication" code="718"
avp name="UDR-Flags" code="719"

The attached patch includes:
 - the above mentioned changes (AVPs 712, 713, 714, 715, 717, 718 and 719)
 - updates a link to the 3GPP Sh TS (from the release 6 to the release 11)
 - changes value types to Enumerated for the AVPs 703, 705, 706, 707 and 708
according to the mentioned document
 - adds enumerated values for the AVPs 703 and 710 according to the mentioned
document

If you prefer to get these changes in separate patches (correction, extension),
please let me know.

Thanks
Vlastimil


You are receiving this mail because:
  • You are watching all bug changes.