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

MotoTRBO RAS #42

Closed
travisgoodspeed opened this issue Mar 2, 2016 · 11 comments
Closed

MotoTRBO RAS #42

travisgoodspeed opened this issue Mar 2, 2016 · 11 comments

Comments

@travisgoodspeed
Copy link
Owner

MotoTRBO RAS (Restricted Access System) avoids out current sniffing. It would be nice to understand the system and to sniff its audio.

Forked from a request by @BabaYog in Issue #19.

@the-sPrinGfield
Copy link

Mototrbo Packets with RAS basically fail the CRC check as i understand it. Maybe it is possible to "not care CRC"

Typical AMBE LC Block

Non RAS
data,data,data,CRC
1234,1234,1234,FEDC

RAS

data,data,data,RASRASRAS,CRC
1234,1234,1234,999999999,FF11
sent packet
data,data,data,CRC
1234,1234,1234,FF11

The CRC no longer matches. since the CRC dosnt match - the radio ignores the packet and there is no rx unmute.

@travisgoodspeed
Copy link
Owner Author

Closing this as no progress has been made since March. Add it to #370 if there's interest.

@s58sms
Copy link

s58sms commented Jan 27, 2022

Hello,

any options to open this issue/thread again?

@iScottybotty
Copy link
Contributor

Mototrbo Packets with RAS basically fail the CRC check as i understand it. Maybe it is possible to "not care CRC"

Typical AMBE LC Block

Non RAS
data,data,data,CRC
1234,1234,1234,FEDC

RAS

data,data,data,RASRASRAS,CRC
1234,1234,1234,999999999,FF11
sent packet
data,data,data,CRC
1234,1234,1234,FF11

The CRC no longer matches. since the CRC dosnt match - the radio ignores the packet and there is no rx unmute.

Is there any further work been made on RAS for the 380? Would the above work? Could that "ignore CRC" entry work if coded correctly? Remember, this is to RX only, not TX. How critical is the CRC check, and can it be bypassed?

@onemikedelta
Copy link

If someone able to understand the whole system. It is definitely beneficial to implement for tx also. I have motorola radios (tier2), sdr and both mmdvm repeater and hotspot, but unfortunately not motorola repeater atm. I will gladly help to test this feature.

@7AAZ
Copy link

7AAZ commented Mar 26, 2022

Travis ! give a little help. with this option is really missing (PLEASE)

@iScottybotty
Copy link
Contributor

iScottybotty commented Mar 27, 2022

The GD77 firmware hack completely ignores RAS, whilst I haven't looked at the chips of both radios, I don't expect it to be very difficult, especially if Mr. GD77 and Mr. 380tools link together. 🤷‍♂️

To note Travis advised me personally that he doesn't want much more to do with the project since the passing of his friend whom was also involved. If someone can fork it, make and test, Travis will include the additions on his pull once verified.

@s58sms
Copy link

s58sms commented Mar 31, 2022

This has nothing to do with hardware. The radio has to ignore crc header. OPENGD77 ignores ras decoder, but only older firmwares. New one are focusing on HAM.

@iScottybotty
Copy link
Contributor

iScottybotty commented Mar 31, 2022 via email

@s58sms
Copy link

s58sms commented Sep 14, 2022

Hello, is there any news about RAS support on md380 toolz?

@iScottybotty
Copy link
Contributor

iScottybotty commented Sep 14, 2022 via email

Repository owner locked as off-topic and limited conversation to collaborators Sep 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants