| Bug ID |
8478
|
| Summary |
Change in AVP code 846 for Diameter dictionary.
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
x86
|
| OS |
Windows XP
|
| Status |
UNCONFIRMED
|
| Severity |
Minor
|
| Priority |
Low
|
| Component |
Wireshark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
--
>From V6.6.0 of 3GPP TS 32.299, the name and type of AVP code 846 (Vendor 10415)
has changed.
Prior to that version, the name was GPRS-Charging-ID, and the type UTF8String.
>From V6.6.0, the name is CG-Address, and the type Address (well, IPAddress in
dictionary).
Changed that way the AVP entry and it works (before changing, it was showing no
content for the field):
<avp name="CG-Address" code="846" mandatory="must" may-encrypt="no"
protected="mustnot" vendor-bit="must" vendor-id="TGPP">
<type type-name="IPAddress"/>
</avp>
Regards,
Francisco.
You are receiving this mail because:
- You are watching all bug changes.