-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
P25 Phase 2 Source ID / UID failing for busy systems #836
Comments
Thanks for capturing this - the good news is that I can sort of receive the PGC system in DC, so I can try doing some debugging. |
I can help verify any fixes here as well. The system I scan here in Seattle is also P25P2 and is super busy (I have to run 16 recorders just to keep up). I've also observed similar behavior. |
Can someone grab like 30 seconds of I/Q recording where this is happening? I can look some more, but don't have access to a P25P2 system. |
I don't know how to create/generate an IQ file, but willing to try to if given the steps. I can also install the latest TrunkRecorder and open up the RPi for testing the way you did last time if that is better, or at least helps. |
Not sure if this is related to a similar behavior that I have been seeing with my analog trunking (Smartnet) and analog conventional channel systems. They seem to capture the source (UID) info for the first transmitting unit, but none of the following source data is listed in the json for additional unit transmissions on that same audio capture file. The P25 conventional system I have running DOES capture all UIDs for transmissions. Looks like I am currently running commit: 2c7a39f I tried running on a newer commit with similar behavior noted. |
@Dewey3 There's been a lot of work done on a preview branch for v5.0. One of the things being worked on is a fix that should hopefully address this issue. If you have some time, would you be willing to test the I believe something similar to this would help you build a system on the test branch.
|
I'll give this a try as well as I monitor a very busy system too (tens of thousands of calls a day) and have observed this issue. |
Well... that didn't work 🤣. When I tried this build it just would not lock onto a control signal. I had to revert back to the master branch to get recordings working again. I've attached a log in case there's anything useful here. Cc: @tadscottsmith |
Would you be willing to try running this at a sample rate of It's possible rates that can't cleanly divide down in the channelizer end up having problems. As a quick test, I set one of mine to It shouldn't at all be a concern to bump up the signal rate. Part of the magic in the 5.0 improvements is that it should be a lot more efficient with a 2.4 MHz source than 4.7 could be with a 2.148 MHz source. |
Sure, I'll give it a shot. I just can't go above 2400000 because any higher and my RTL-SDRs crap out. :) |
Either 2160000 or 2400000 is fine. The goal is mostly to just get an even multiple of 24000, but both of those are "standard" rates generally suggested by RTL drivers. |
I tried 2400000 and I'm getting the same error :(
2160000 fails as well. :( Back to |
Thanks @tadscottsmith and @taclane ! I may not be able to do a complete test until this weekend, but I hope to install this build when I get home today. Sorry for the delay until the weekend (day job), but I will be back to you both. |
I'm having the same problem... I can't get a lock on the control channel. I've tried 240000 and 216000, no joy. I even tried 2040000 since that is divisible by 24000 and I believe close to the Nooelec RTL-SDR dongle 2.4 MSPS sample rate (if that matters). |
For what it's worth I'm also using Nooelec RTL-SDR dongles. Very strange issue. |
This is a continuation from #760, which I hope is ok to re-open here since the original is now so far down the list. (If it is a problem, my sincerest apologies and I will delete this issue) Anyway, I just finished building
and believe it or not, it is still missing the transmitting UIDs when transmissions are right behind each other. What happens is that while the conversation itself continues fine, the UID does not change, but continues to show the first/prior UID. The last time the UID changes worked correctly on the very busy Prince George's Co, MD system (https://www.radioreference.com/db/sid/6341) was version
when @tadscottsmith figured out the problem, and contributed a fix. While I will try the new updates every few releases, I still run the 9/15/2022 v4.3.2 version since it correctly keeps up with the UIDs no matter how busy the system. Please don't take this as a complaint as I can keep running the 9/15/2022 v4.3.2 as I do now, but I just want those on the coding side to know that I still see this issue. I'm sorry that I can't do more in helping solve it, but the coding and understanding the code parts are well above my feeble brain.
The text was updated successfully, but these errors were encountered: