Luke Berndt
Luke Berndt
Thanks for creating an issue for this! Both solutions make sense to me. I am going to check out the first on because it wouldn't require any changes to the...
Is this something I can fix in Trunk Recorder or does it have to do with GNU Radio and the libraries it is bundling?
This would be a pretty easy change - I think I can make it over the weekend.
Sorry - my coding has taken a dive. I am spending most of my free time herding kids. This is pretty straight forward. I will try to wrap it up...
I am hoping to get PRs #329 and #330 in this weekend. If that goes smoothly, I will roll this in too.
Hmmm... this may not be as simple as I thought. Generally multiple Grant messages are sent out when a new call is started, so I will have to add in...
@natecarlson interesting thought on changing the timeout. On the P25/Smartnet control channels, you get 30-40 messages per second. The Channel Grant messages for the different calls are what reset that...
It does look like OP25 is already decoding the Terminator codes on the Voice channels: https://github.com/robotastic/trunk-recorder/blob/5305e8f5320315094bcb646e571f79e5e4f9acb2/lib/op25_repeater/lib/p25p2_tdma.cc#L152 https://github.com/robotastic/trunk-recorder/blob/bfb41e52a751a19bb70efb423fe47f3aea5a24b2/lib/op25_repeater/lib/p25p1_fdma.cc#L383 The trick will be having these messages passed through to the right spots...
Cool - I added a bunch of messages on the Analog Squelch branch. It looks like Channel Grant messages on the Trunk Control Channel are completely seperate from the control...
I have some very preliminary code working. Right now it just creates separate wav file for each transmission. Upload is probably broken and so is the JSON file stuff. Still...