-
Notifications
You must be signed in to change notification settings - Fork 269
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
Unable to decode San Francisco Motorola Type II SmartZone / P25 #45
Comments
sdrtrunk doesn't yet have a decoder for Type II control channels (Feature/Issue #2), so it won't be able to do trunked traffic channel following. If the voice channels are using P25 CAI, then you can setup the decoder with P25/C4FM for each frequency and decode them that way. I don't have any SmartZone/P25 systems around here to test against. I have 1 Type II Moto 3600 trunked system nearby, but they are using analog voice channels. |
Thanks for the clarification, if you want some long recordings of the spectrum to debug/test the app with a Type II channel, I'd love to send you those (my second RTL is coming so I can get a full 2Mhz bandwitdh range) ! |
Do you know if this system is using VSELP vocoders or the IMBE vocoder? VSELP is an older proprietary Motorola format and IMBE is the standard P25 codec. |
I added preliminary support for VSELP audio codec voice frames VSELP1 and VSELP2 based on a document that I had. Upon confirmation that VSELP is being used on the San Fran system, maybe we can find the full format and I can add VSELP codec support to the JMBE library. If VSELP is in use, you'll see the decoded messages in the messages tab. They simply say VSELP1 Audio Message and the binary data. |
I think I'm in the same boat with Marin county, just north of San Francisco. |
Is there any way we can help with this issue? We have a SmartZone / P25 II system statewide here in Massachusetts as our main communications system for most services. It would be great to get this working with sdrtrunk! |
If you need someone to help you test it, I'm in the Raleigh, NC area that has a hybrid P25/Analog Type II SmartZone, and currently have to use a discriminator tapped RadioShack trunking scanner (PRO-94) into DSD running on a Raspberry Pi.. Not a very elegant solution, but it works. I would love to have an SDR solution! |
Having the same issue in my area, I used the RR interface to add an MOT in my area and it added all the individual frequencies and tuned into them but even when they were clearly transmitting SDRTrunk picked nothing up, https://www.radioreference.com/apps/db/?sid=3067. This is a proprietary system I believe. |
Following up on this, I also would like to use this for the SF Motorola Type II SmartZone system, most voice channels on it are analog. Was this feature ever added? |
Also very curious about SF Motorola Type II. Just starting out, but willing to test solutions if that's helpful. |
Closing as duplicate to #2 |
I took a raw recording around 853MHz to give you a better idea here.
The frequencies are documented here and they seem to match.
With gqrx I can get the analog bits in narrow FM without any problem but I tried to decode the digital part with sdrtrunk under Linux Arch and so far I did not even get one event logged :(
Questions: am I supposed to tune in to the control channels (852.86250c, 852.36250c etc...) or the voice ones ? Is it possible to follow a specific talkgroup ?
The text was updated successfully, but these errors were encountered: