Commit Graph

1264 Commits

Author SHA1 Message Date
lwvmobile 499134bc2d DMR: Reset Color Code If Not Trunking and NoCarrier; 2024-04-24 13:01:45 -04:00
lwvmobile 7a9763c6c7 DMR: Init Payload Buffer; Fix MS Data Collection; 2024-04-24 13:00:13 -04:00
lwvmobile db7bc75739 DMR: Fix EMB_PDU CC Assignment; 2024-04-24 12:33:04 -04:00
lwvmobile bd1dcd2a7f DMR: Set CC on MS Voice; QR Correction Limit; 2024-04-21 18:18:14 -04:00
lwvmobile bc205cfe00 DMR: Fix Color Code Assignment, Display, and Logging; 2024-04-21 17:49:46 -04:00
lwvmobile 0f3dcf47ea
Merge pull request #254 from ilyacodes/aw_dev-colour
EDACS: Fix colour for test channel updates
2024-04-21 12:43:13 -04:00
ilyacodes 3f165571d2 EDACS: Fix colour for test channel updates 2024-04-21 09:52:09 -04:00
lwvmobile b2450b1924
Merge pull request #253 from ilyacodes/trbo-bp
DMR: Fix incorrect MotoTRBO Basic Privacy mask
2024-04-19 22:58:15 -04:00
ilyacodes 061703db7b DMR: Fix incorrect MotoTRBO Basic Privacy mask
Tested with an R7.

Basic Privacy key: `73_dec`
Encrypted silent voice: `860DD7D3F2AC80`
Mask: `7E0C7E4C7E4C00`
2024-04-19 21:01:55 -04:00
lwvmobile 50f4327306 PA: Adjust Input Fragsize / Latency;
M17: Misc Notes About UDP Audio;
2024-04-18 11:15:42 -04:00
lwvmobile 90206eac92 Patch: Add the AFD "April Fools Day" Ghost Box Gag Update as a patch to bring back around Halloween; 2024-04-16 22:43:22 -04:00
lwvmobile f1a5d6f870 Patch: Make the Moto Type II Starter Pack a Patch so I can delete the branch for it and prevent having to do a bunch of rebase / merge conflict resolutions on between those branches later; #247 2024-04-16 22:40:00 -04:00
lwvmobile ca506672a8
Merge pull request #251 from ilyacodes/testcall
EDACS: Test Call improvements
2024-04-16 09:00:24 -04:00
lwvmobile 3041713eb3 M17: Fix Compiler Error if librtlsdr not found / installed; 2024-04-16 06:03:05 -04:00
lwvmobile dbc645e7b0 EDACS: Fix Unk4 Value EA Dynamic Regrouping; #252 2024-04-15 09:40:53 -04:00
lwvmobile 5d205800aa EDACS: Fix Bit Shift on EA Patch Info; Misc; #252 2024-04-15 09:30:22 -04:00
lwvmobile e5d11c81f3 EDACS: More WIP/Tests on EA Dynamic Regrouping2; #252 2024-04-15 07:47:15 -04:00
lwvmobile d86c520509 EDACS: More WIP/Tests on EA Dynamic Regrouping; #252 2024-04-15 07:17:07 -04:00
ilyacodes 854b421235 EDACS: fix group patch shift size 2024-04-14 11:03:50 -04:00
ilyacodes 8206a5f3f4 EDACS: print agency/fleet calls in logs 2024-04-14 10:05:09 -04:00
ilyacodes 0568475d59 EDACS: custom format for custom AFS patterns 2024-04-14 10:04:52 -04:00
ilyacodes b5a43031f9 EDACS: rename functions to lowerCamelCase style
It's, like, mildly more consistent... and is subtly shorter, which is handy for some cases.

Though yeah we have functions with both styles in the same file.
2024-04-14 09:52:22 -04:00
ilyacodes ba41ba57f6 EDACS: fix vc_call_type for EDACS_IS_TEST_CALL 2024-04-14 09:42:43 -04:00
ilyacodes d84136dc92 EDACS: show agency/fleet call on channel updates too 2024-04-14 09:40:03 -04:00
ilyacodes ad78373b43 EDACS: fix width of source for non-EA data calls 2024-04-14 09:12:26 -04:00
ilyacodes 8980207fd6 EDACS: fix wrong comment 2024-04-14 09:12:01 -04:00
ilyacodes 33d8ee70d9 EDACS: compute AFS masks using math, not copy/paste 2024-04-13 17:15:44 -04:00
ilyacodes b86cd1bc3c EDACS: agency call and fleet call are mutually-exclusive 2024-04-13 16:52:16 -04:00
ilyacodes 57c22b484d EDACS: ugh have to pass state too 2024-04-13 16:31:27 -04:00
ilyacodes 834bd57ea6 EDACS: logging nit 2024-04-13 16:23:32 -04:00
ilyacodes 7e26b7b902 EDACS: Show agency and fleet calls based on AFS 2024-04-13 16:22:52 -04:00
lwvmobile 4eb2e770c8 EDACS: Redo Parts of EA Patch / Regroup Based on Newer Observations and Remove Overlapping Bit Range; 2024-04-13 16:19:52 -04:00
ilyacodes 0208f6240c EDACS: Fix copypasta typo in new AFS logic 2024-04-13 15:38:31 -04:00
ilyacodes db88bfff8d EDACS: missing space 2024-04-13 14:48:32 -04:00
ilyacodes a78b88cb90 EDACS EA: tiny log string change 2024-04-13 14:19:10 -04:00
ilyacodes a42dd9db83 EDACS: update line telling user to specify EDACS type 2024-04-13 10:58:49 -04:00
ilyacodes a7d7cf1c2e EDACS EA: Dynamic Regroup log consistency 2024-04-13 10:56:51 -04:00
ilyacodes 1ec8bb5c8b ncurses: trim trailing whitespace 2024-04-13 10:51:04 -04:00
ilyacodes d8e672f796 EDACS EA: make System Dynamic Regroup KWHT so it doesn't conflict with test calls 2024-04-13 10:48:07 -04:00
ilyacodes b577397d22 EDACS ncurses: remove extra printf argument 2024-04-13 10:44:37 -04:00
ilyacodes 832afa6c5a EDACS EA: comment 2024-04-13 10:42:26 -04:00
ilyacodes b667d25f2a EDACS EA: cosmetic updates to I-Call/Test Call logging 2024-04-13 10:41:56 -04:00
ilyacodes e237b5541b EDACS: Test calls should be KMAG(enta) 2024-04-13 10:40:32 -04:00
ilyacodes bf62106953 EDACS: Differentiate test call update from individual call update on standard 2024-04-13 10:36:40 -04:00
ilyacodes 09b181449f EDACS: Differentiate test call from individual call on standard 2024-04-13 10:27:37 -04:00
ilyacodes c073bc49c1 EDACS: Consistency for CC LCN message logging 2024-04-13 10:25:38 -04:00
ilyacodes 7b2a2031a2 EDACS: Consistency for Initiate Test Call message logging 2024-04-13 10:25:22 -04:00
ilyacodes a90a2dadd4 EDACS: Prettier test call display 2024-04-13 10:24:10 -04:00
ilyacodes c21aa98034 EDACS: Fix incorrect indexer for test call 2024-04-13 10:20:53 -04:00
ilyacodes c967e1500c EDACS: Rename EDACS_IS_TESTCALL flag 2024-04-13 10:19:36 -04:00