Luke Berndt

Results 237 comments of Luke Berndt

Are you trying to record a SmartNet system? This is sort of a known issue. There is a setup to automatically restart Trunk Recorder if the it stops receiving a...

hmm... I enabled tpsDecode on an Analog system and I am not able to get it to SEGFAULT, which is weird. It probably means that the decoded messages are triggering...

ok - the easy fix for this is to improve the parsing of the Channels file so it can handle the tone field being empty. A better fix is probably...

Good points - Having a malformed Channel File should definitely kill things... I don't think there is currently the expectation that it would keep working, even if there are some...

@ZeroChaos - Ok it took a little, but here is a branch that allows for optional strict processing of the .csv files: https://github.com/robotastic/trunk-recorder/tree/strict-parse The `strictCsvParsing` config option at the top...

I am definitely running into this bug too... I tries the suggested fix in the diff, but it still crashes in the same spot. I will try adding some println...

One problem is that I think that Notifications never get cached. I searched, but ancs_notification_list_push(notif); never gets called. I tried adding it here: https://github.com/guyzmo/avr_nrf_ancs_library/blob/master/ancs_lib/ancs_notification_source.cpp#L253 The result is that when attributes...

Hmm... which version of gnuradio are you building against? I have a separate branch for 3.7, but it hasn't been updated in a while. I actually haven't played around much...

Good call - I am actually going to switch everything over to OP25 I think. I found a fix the makes the performance about equal and OP25 adds QPSK modulation....

Sorry! Just saw this. Are you still working on it? Did it end up working?