Bryan Biedenkapp
aab5e208e4
add support to transmit commands from sysview;
1 year ago
Bryan Biedenkapp
e9d4039ce0
fix minor save copy issue for tged;
1 year ago
Bryan Biedenkapp
1fadd65d32
add custom OSP for GRP_AFF_RSP to SysView;
1 year ago
Bryan Biedenkapp
993e9b7239
correct AFF RSP display in SysView;
1 year ago
Bryan Biedenkapp
802716a21c
sysview should identify itself as SYSVIEW;
1 year ago
Bryan Biedenkapp
6bed22ccce
add RID and TGID resolution if rule files are available; correct some display bugs;
1 year ago
Bryan Biedenkapp
cd56011f87
refix issue with REST client (I shrunk a buffer for testing and didn't re-enbigen it); enhance some sysview displays slightly;
1 year ago
Bryan Biedenkapp
fe6f7508c0
add code dump of private sysview FNE monitoring utility to public GPL; correct issue with large REST responses getting truncated;
1 year ago
Bryan Biedenkapp
555ec97c90
fix some minor usability issues;
2 years ago
W3AXL
8d8ebfd5c9
added TG alias to REST API on FNE
2 years ago
Bryan Biedenkapp
e2742ed6c6
add missing documentation for alias field;
2 years ago
Bryan Biedenkapp
a497cfcc21
update schema file;
2 years ago
Bryan Biedenkapp
ce008197fd
bug fixes for tged;
2 years ago
Bryan Biedenkapp
5947f5028b
display a total count of TGs for the list title;
2 years ago
Bryan Biedenkapp
322a116af6
implement default file backup before saving; fix copyright dates;
2 years ago
Bryan Biedenkapp
ae39ae816a
adjust color palette for TUI; add alpha version for the TUI talkgroup rules file editor;
2 years ago
Bryan Biedenkapp
a677f444d4
add schema document for YAML file (this is useful for the VSCode RedHat YAML plugin);
2 years ago
Bryan Biedenkapp
a015c547d7
ensure TDU is transmitted at end of voice;
2 years ago
Bryan Biedenkapp
538763c203
allow length written to be returned;
2 years ago
Bryan Biedenkapp
84a3d859b9
remove debug trace;
2 years ago
Bryan Biedenkapp
7b27eadbd7
correct issue where DMR would round-robin assign slots for TGs, instead ensure available channel resources for the request slot exist and grant or queue accordingly; add some experimental support to generate a CSBK grant from network traffic if the destination ID hasn't already been granted;
2 years ago
Bryan Biedenkapp
0fda70654c
fix incorrect log messaging;
2 years ago
Bryan Biedenkapp
d837d0950d
fix issue where CSBK static site data wasn't being updated for netActive change;
2 years ago
Jim
2bc21bc76a
Fixed Dependabot's incompetence and *ACTUALLY* made the workflows usa… ( #71 )
...
* Fixed Dependabot's incompetence and *ACTUALLY* made the workflows usable again.
* The bot didn't even use a valid release?
---------
Co-authored-by: faulty <faulty@evilcomputing.net>
2 years ago
Bryan Biedenkapp
c435256726
ignore plea's for SU registration on DMR when trying to register with power saving options;
2 years ago
Bryan Biedenkapp
f49b6ce257
document why the response data is set to 0;
2 years ago
Bryan Biedenkapp
1edf2b57e9
fix condition where peers that were NAK'ed during traffic would never receive NAK because it wasn't being sent to a direct IP;
2 years ago
dependabot[bot]
3f7aff19cd
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows ( #70 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Bryan Biedenkapp
696e93a3ec
increase the report time for packet Rx and processing to 360ms (or 180ms * 2, or 2 full P25 LDUs);
2 years ago
Bryan Biedenkapp
582629c395
add rule name alias for future use;
2 years ago
Bryan Biedenkapp
8f4c33c890
fix up some offsets that seem to be causing problems (*seem* to be causing problems);
2 years ago
Bryan Biedenkapp
4786923b1e
fix sleep deprived typos;
2 years ago
Bryan Biedenkapp
f68532ed33
[EXPERIMENTAL] add possible support to convertToAir V.24 PDU frames;
2 years ago
Bryan Biedenkapp
9a9441fbd5
extend W3AXLs implementation for space in blocks to the air interface modems as well (even though the modem firmware doesn't support it yet), for future proofing purposes;
2 years ago
W3AXL
a5709dd0a7
added optional byte-block free space reporting to ModemV24
2 years ago
Bryan Biedenkapp
9c3525a872
fix double clocking of modem in the modem clock threaad;
2 years ago
Bryan Biedenkapp
d1730d40fc
whoops remove debug trace;
2 years ago
Bryan Biedenkapp
0673aac088
add support to disable watchdog overflow checking;
2 years ago
Bryan Biedenkapp
d2fcea4885
implement logic to count overflows before resetting hard, after 10 consecutive overflow conditions, the PANIC reset logic will execute;
2 years ago
Bryan Biedenkapp
f25ae33b7c
better document FIFO adjustments and queue adjustments;
2 years ago
Bryan Biedenkapp
ccd5a5a9d8
be extremely aggressive about clearing buffers in PANIC overflow of modem and internal;
2 years ago
Bryan Biedenkapp
810fb62c72
update v24 submodule;
2 years ago
Bryan Biedenkapp
22a8ccb75f
partially revert Modem poll change to 250ms, partial because we're only reverting the poll time to 125ms (previous commit IDLE time);
2 years ago
Bryan Biedenkapp
c4038d92fb
ensure internal states are reset at callEnd; ensure if overriding source ID from UDP we actually override the source ID;
2 years ago
Bryan Biedenkapp
5a972a671c
add some more verbose logging for overflow conditions; correct issue with DMR Tx timer expiring before the call actually ended;
2 years ago
Bryan Biedenkapp
e233289f44
remove these sleeps (debug code not needed);
2 years ago
Bryan Biedenkapp
1851cec087
fix issue with UDP audio not sending metadata correctly; fix issue with enabling UDP audio; fix issue with incorrect address and port used for receiving remote UDP audio PCM data; fix issue with incorrect checking of destination and slot for DMR; fix issue with encodingDMRAudio frames and sending them too quickly; refactor how callEnd is handled;
2 years ago
Bryan Biedenkapp
b281da766e
clarify some watchdog panic messages;
2 years ago
Bryan Biedenkapp
cac58cea1f
move buffer size checks to host watchdog thread; add additional checks to prevent aggressive buffer overflow check logging;
2 years ago
Bryan Biedenkapp
0c247a2b37
make isQueueFull() checking -- less aggressive;
2 years ago