https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7013
Summary: Add two AVP to Diameter dictionary.xml
Product: Wireshark
Version: 1.7.x (Experimental)
Platform: x86
OS/Version: Windows Vista
Status: NEW
Severity: Minor
Priority: Low
Component: Extras
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: aug264@xxxxxxxxx
Build Information:
1.7.1 - From SVN
--
According to latest 3GPP TS 29.061 Release 11, there are two AVP related to
sGmb interface(code 929 and 930 for RAR command) needs to be added to the
dictionary in file TGPPGmb.xml.
Example:
---------------
<avp name="MBMS-Data-Transfer-Start" code="929" mandatory="must"
may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP">
<type type-name="Time"/>
</avp>
<avp name="MBMS-Data-Transfer-Stop" code="930" mandatory="must"
may-encrypt="no" protected="mustnot" vendor-bit="must" vendor-id="TGPP">
<type type-name="Time"/>
</avp>
---------------
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.