RangeNetworks / openbts

GSM+GPRS Radio Access Network Node
GNU Affero General Public License v3.0
873 stars 328 forks source link

Fixed MT binary SMS #22

Open Cloud-RF opened 7 years ago

Cloud-RF commented 7 years ago

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 commented 7 years ago

Just added MT-USSD support.

iedemam commented 7 years ago

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 michael.iedema@rangenetworks.com so I can get you a CLA.

Really cool stuff! -Michael

Cloud-RF commented 7 years ago

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