3GPP spec 29.272 defines CSG-ID as below - The CSG-Id-Data AVP is of type Unsigned32. The CSG ID shall be fix length 27 bit value. Unused bits (least significant) shall be padded with zeros. Wireshark however shows the value as 32 bit integer without indicating the padding bits unlike the S1AP decoder which clearly indicates the correct value. Can the diameter decoder be enhanced to show the correct 27-bit value?
asked 13 Aug '14, 22:03 sunildr |
One Answer:
Sure just add the AVP to packet-diameter-3gpp.c and add the sub decoding there ;-) answered 13 Aug '14, 22:59 Anders ♦ |