Pascal Quantin
changed
bug 9478
What |
Removed |
Added |
Attachment #12179 Flags |
review_for_checkin?
|
review_for_checkin-
|
Comment # 5
on bug 9478
from Pascal Quantin
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.