Wireshark-bugs: [Wireshark-bugs] [Bug 9478] GSM SMS UDH fill bits still incorrect

Date: Thu, 28 Nov 2013 20:59:31 +0000

changed bug 9478

What Removed Added
Attachment #12179 Flags review_for_checkin? review_for_checkin-

Comment # 5 on bug 9478 from
Comment on attachment 12179 [details]
Small patch to fix the bit masks for the fill bits

The current code is perfectly valid for the GSM 7 bits alphabet (see 3GPP
23.038 for the packing rules) but is probably wrong for a 7 bit ASCII alphabet
that can be used with 3GPP2 SMS (as the packing rule is different). I did not
realize this when adding support for UDH in packet_ansi_637.c file.
Michael, could you confirm that your  private sample uses 7bit ASCII or IA5
encoding?
If yes I will checking a change taking into account the packing rules for the
selection of fill_bits.


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