Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed MT binary SMS #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixed MT binary SMS #22

wants to merge 4 commits into from

Conversation

Cloud-RF
Copy link

Mobile Terminated (MT) binary SMS functionality has been fixed so you can now define raw TPDUs using the sendsms CLI command.
To switch modes from the CLI: rawconfig SMS.MIMEType application/vnd.3gpp.sms
To change the Data Coding Scheme from 7 bit to 8 bit: rawconfig SMS.DCS 4
To set the UDHI flag (User Data Header Indicator): rawconfig SMS.UDHI 1
Reset to defaults (plain/text):
OpenBTS> rawconfig SMS.MIMEType text/plain
OpenBTS> rawconfig SMS.DCS 0
OpenBTS> rawconfig SMS.UDHI 0

Binary SMS 'test', 7-bit encoded:
OpenBTS> sendsms 234200902584000 12345 f4f29c0e02

@Cloud-RF
Copy link
Author

Just added MT-USSD support.

@iedemam
Copy link
Member

iedemam commented Feb 24, 2017

Hello,

This looks very interesting. Thanks for the good documentation and explanations of what can be done with it.

Would you like this merged into mainline? If so, please send me an e-mail at [email protected] so I can get you a CLA.

Really cool stuff!
-Michael

@Cloud-RF
Copy link
Author

I haven't heard from you since I signed your CLA contract in February. An acknowledgement would be appreciated. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants