Rowan Jones
Rowan Jones
In the meantime, a super hacky but flexible workaround is simply to pipe the output of multimon-ng through `sed` en-route to pagermon: For example, replacing priority codes with something more...
I ran into this after mistakenly removing the local ssh public (`ssh-rsa root@ubntkey`) from `/root/.ssh/authorized_keys` `ubnt ssh[23203]: Permission denied, please try again.` in the log was the hint Replacing the...
This change does fundamentally work. The issues I've found are: - `radiusd` loads certs from `/run/raddb//certs/`. I presume `ubios-udapi-server` copies them at boot. Simply restarting `radiusd` after copying the certs...
Another data point: If I build the upstream driver (master) with this patch only: https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm/pull-requests/5 Running it in combination with their daemon, I **don't hear the glitching** due to this...
The calls are from grants on patched groups. Phase 2 traffic is not being flagged as encrypted in trunking messages for (what seems like) all of the P2 calls I...
I tried adding parsing of voice service options for `MOTOROLA_OSP_PATCH_GROUP_CHANNEL_GRANT`: ``` unsigned long opts = bitset_shift_mask(tsbk, 72, 0xff); bool emergency = (bool)bitset_shift_mask(tsbk, 72, 0x80); bool encrypted = (bool)bitset_shift_mask(tsbk, 72, 0x40);...
And as expected `MOTOROLA_OSP_PATCH_GROUP_CHANNEL_GRANT_UPDATE` messages do not contain service options, in which case yes, calls being started from updates would be a problem. Unfortunately I have issues with co-channel interference...
https://github.com/robotastic/trunk-recorder/pull/869 for `MOTOROLA_OSP_PATCH_GROUP_CHANNEL_GRANT` It's straightforward to check whether encryption can/does succeed or not by checking the return state of `crypt_algs.prepare()`. I'm just taking a look to see if there's a...
Likewise, my rtl-sdr dongle is connected to a remote headless pi in a different building running rtl_tcp. Bit of a deal breaker not being able to access it remotely.
I would suggest tracking the short term moving average of voice frame bit-error-rates on a per-traffic-channel basis for each site, then feeding the decoder from the least erroneous source as...