-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @linxGnu. Thanks for adding this link. However I see there is one more point to discuss here. In the link, she mentions about a padding bit when GSM7-Bit is used packed=true in terms gosmpp lib. When I test the code, it adds the padding bit to the end of the message bits which causes not to be decoded by SMSC in our case. But When I little bit modified the codes and when we add the one padding bit to the beginning of the message bits, then it is decoded as expected by the SMSC. I am still working on the case and testing, but I am curious about your opinions here?
Please see the reference here, page 74 about where to add the fill bits when 7-bit coding is used, (padding bit in our case)
You can also test how it is decoded by these web sites and can compare with the one split and decoded by gosmpp;
https://www.smsdeliverer.com/online-sms-pdu-encoder.aspx