SMS

Discussions related to the firmware code development
Post Reply
K9JPT
Posts: 66
Joined: Fri Apr 24, 2020 10:11 am

SMS

Post by K9JPT » Sat Aug 07, 2021 10:59 pm

Has anything been finalized regarding the OpenGD77 having SMS capability?

G4EML
Posts: 919
Joined: Sat Nov 16, 2019 10:01 am

Re: SMS

Post by G4EML » Sun Aug 08, 2021 10:22 am

I don’t think anyone is currently working on this. Based on the amount of work needed I suspect that it is not likely to happen unless a new developer takes it on as a challenge.

DL4LEX
Posts: 62
Joined: Sat Nov 16, 2019 3:09 pm

Re: SMS

Post by DL4LEX » Sun Aug 08, 2021 12:07 pm

As Colin wrote it needs a big amount of work to implement SMS.

There are different types of data modes defined in the ETSI docs. Each type has to be handled in different ways. An the payload of the messages differs between Motorola, Hytera, ...

Each message consists of multiple data frames. And there are different types of transfer: unconfirmed, confirmed, short UDP. Confirmed data transfer require a response with in a specific time frame. Data frames and messages contain different checksums to detect transmission errors and to allow retransmission of complete messages or single data frames.
A lot if this is time critical.

The HR-C6000 seems to be able to do a lot of this stuff by itself, but nobody knows how to do that. There is no documentation available.

The code regarding the HR-C6000 has to be rewritten in parts, as for now it mostly handles voice frames.

And you need a complete GUI to display received messages and to compose new messages.
I'm not sure if there is enough flash memory available to implement all this.

And even if all that works there are more problems: Sending an SMS with my Hytera using the local Motorola reapeater does not reliable work. Brandmeister is doing some work to convert between different types of radios. So if it works with one repeater it might not work with a different repeater or hotspot.

It might be a lot easier to implement data transfers for hotspot mode only. Then you only need to send and receive data frames and don't have to handle complete messages. But it still needs a lot of work.

I was already able to receive location messages and send them over the USB port. So in theory SMS would be possible to implement.
Unfortunately I have not enough spare time to do any further work on this topic. But if anybody wants to start working on this send me a message.

UB3DIL
Posts: 6
Joined: Sun Aug 14, 2022 12:21 pm

Re: SMS

Post by UB3DIL » Tue Aug 16, 2022 3:03 pm

Hello DL4LEX, I want to help you continue the SMS theme. You can acquaint me with your developments and I think we will continue to develop the functionality in this area.

Post Reply