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

Implement Generation of SMS #28

Open
kf7eel opened this issue Apr 26, 2021 · 8 comments
Open

Implement Generation of SMS #28

kf7eel opened this issue Apr 26, 2021 · 8 comments
Labels
Committed - Testing Changes have been committed, report issues here enhancement New feature or request WIP Work in progress

Comments

@kf7eel
Copy link
Owner

kf7eel commented Apr 26, 2021

Implement the ability to generate and send SMS.

@kf7eel kf7eel added enhancement New feature or request WIP Work in progress Committed - Testing Changes have been committed, report issues here labels Apr 26, 2021
@kf7eel
Copy link
Owner Author

kf7eel commented Apr 26, 2021

Can successfully send Motorolaa type SMS. Have received on Anytone D878. MD-380 still having issues.

@jess-sys
Copy link

Tested with a Radioddity GD-73e.

I am able to receive the first message sent. The others are transmitted via the MMDVM, received by the radio (I can see the transmission on GQRX with my SDR), but are ignored by the radio.

After a reboot of the GD-73e, it's able to receive another SMS.

It seems like there's some kind of message unique ID which is reset at the reboot of the radio.

@kf7eel
Copy link
Owner Author

kf7eel commented Feb 1, 2022

This is exciting to hear! This is the first report of sucessfully receiving a generated SMS, that is not my test radio.

The message sequence number is hardcoded into the SMS data sequence. Each message sent from the gateway contains a sequence number that some radios do indeed use to reject duplicate messages. I have seen similar behavior from my radio. My test radio has not had an issue receiving with the same message sequence number. However, it sounds like your radio uses this. I'll change the code to actually generate a sequence number. I'll fix this shortly...

Thanks!

@kf7eel
Copy link
Owner Author

kf7eel commented Feb 19, 2022

Committed a fix for generating SMS sequence numbers, should fix your issue.

@KingAnonGit
Copy link

Are you working on Hytera En/Decoding too?

@jess-sys
Copy link

Committed a fix for generating SMS sequence numbers, should fix your issue.

Will try it out ASAP. Thank you for your work.

@kf7eel
Copy link
Owner Author

kf7eel commented Mar 12, 2022

See data_gateway-SAMPLE.cfg as well, there are some new changes that are required as of a few commits ago.

Committed a fix for generating SMS sequence numbers, should fix your issue.

Will try it out ASAP. Thank you for your work.

@kf7eel
Copy link
Owner Author

kf7eel commented Mar 12, 2022

Are you working on Hytera En/Decoding too?

I made a change last week that should allow the gateway to decode Hytera SMS, I have not tested it though. Don't have a Hytera radio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Committed - Testing Changes have been committed, report issues here enhancement New feature or request WIP Work in progress
Projects
None yet
Development

No branches or pull requests

3 participants