Commit Graph

732 Commits (06f25ca7ded211158d6262f4a0b23902a361430f)
 

Author SHA1 Message Date
Bryan Biedenkapp 65155c7010 fix detection of mode for command windows; fix detection of valid subscriber;
3 years ago
Bryan Biedenkapp fcda472f3e reset mode text if the status is none of the digital modes;
3 years ago
Bryan Biedenkapp 6465493e3d relabel Last TG to Last Dst;
3 years ago
Bryan Biedenkapp b341c7ee13 add support to report source ID; enhance coloring abit more;
3 years ago
Bryan Biedenkapp 180bce2d62 add support to log the last received source ID;
3 years ago
Bryan Biedenkapp 40596aadef file cleanup;
3 years ago
Bryan Biedenkapp 4bb8c81360 adjust purple color (looks better and consistent as pinkish in PuTTY);
3 years ago
Bryan Biedenkapp 4f3c374285 adjust display of colors (these will vary terminal to terminal unfortunatly, best display is in a proper Linux desktop terminal);
3 years ago
Bryan Biedenkapp 4097e87ccd add CMake option to selectively disable compiling dvmmon (-DDISABLE_MONITOR=1);
3 years ago
Bryan Biedenkapp d45af90c07 initial bare-bones implementation of dvmmon; enhance REST API to return more detailed status information (for use by dvmmon); cleanup file code style;
3 years ago
Bryan Biedenkapp 298cd8da1f properly handle the configured REST address for the "primary" DVM;
3 years ago
Bryan Biedenkapp bbe6143001 mark a control channel as VOC when the VOC flag is in the status response;
3 years ago
Bryan Biedenkapp 8f7763cac4 initial implementation for a passive monitor tool; correct bad code style; implement feedback of last destination ID; enhance status REST API;
3 years ago
K4YT3X ff97cc5ada
temporarily disabled TUI support in pipelines (#32)
3 years ago
Bryan Biedenkapp 2b73c0539c code cleanup; add whether or not the channel is VOC enabled in status REST response;
3 years ago
Bryan Biedenkapp 77ff4a551b typo cleanup;
3 years ago
Bryan Biedenkapp 6f01647c6f code style cleanup;
3 years ago
Bryan Biedenkapp 8cc824ae87 fix README.md typo;
3 years ago
Bryan Biedenkapp 6a127f7e57 implement appropriate RS encoding of LDU1 DFSI parameters;
3 years ago
Bryan Biedenkapp 0374ed2f54 correct bad implementation of RTP SSRC, SSRC should be the *sending* peer ID;
3 years ago
Bryan Biedenkapp 412d6cfc7c [KEEP CALM AND RELAX] remove some deprecated DFSI support code (this is going to be done in a different way and this code is essentially abandonded);
3 years ago
Bryan Biedenkapp cdce663a55 remove affiliated flag from local talkgroup_rules (this is not used locally); refactor how P25 network message frames are made (mostly just a code cleanup); refactor out some magic numbers used in some places for code clarity;
3 years ago
Bryan Biedenkapp 702293b416 more work on frame loss counting;
3 years ago
Bryan Biedenkapp 3d7f04f523 split touch notify from incorrect logic statement;
3 years ago
Bryan Biedenkapp c9f74e7abf assume better defaults when the controlCh block is missing; split logic checks for ignoring a notifyCC_* call for clarity; add extra logging messages for whether or not CC notify is enabled, and whether or not CC REST API parameters were passed;
3 years ago
Bryan Biedenkapp b99ecefd6a experimental alteration to handling modem TAG_LOST during an active call for DMR, P25 and NXDN, instead of immediately dropping the call stream holding the call in progress, this will likely require additional thought and implementation, but the intention is to correct odd behavior for fringe or silghtly weak signals which would cause strange call behavior;
3 years ago
Bryan Biedenkapp d5aa4c2cd9 add extra logging messages; fix issue with network P25 voice grant;
3 years ago
Bryan Biedenkapp 73cb3de6e8 log more detailed information about RINGBUFF_FULL;
3 years ago
Bryan Biedenkapp 34a6c14111 rename inhibitIllegal to inhibitUnauthorized; remove code that was clearing modem buffer before transmitting an immediate (this was extremely problematic); add new option for VOC users "redundantGrantTransmit" this option will cause a modem in P25 VOC mode to transmit redundant grant responses, helping ensure grants are received;
3 years ago
Bryan Biedenkapp 4aca5792db adjust OSP_QUE_RSP slightly to ensure the service doesn't overflow; fix some minor U2U logic (this kinda sorta makes U2U work); adjust some timing parameters when clearing the modem queues (~5ms delay after writing the command to ensure the modem has time to clear); alter how grants are transmitted on VOC configurations (this will not only transmit a immediate grant but also buffer 3 more as an MBF);
3 years ago
Bryan Biedenkapp 7c94b92981 add support to get the JSON response for RESTClient sends; enhance implementation of dvmcmd;
3 years ago
Bryan Biedenkapp 39e0e4a254 add option to selectively enable/disable CC notification from a VC for traffic channel updates (this option defaults to enabled/on for all configurations but VOC);
3 years ago
Bryan Biedenkapp e86a8aae03 whoops remove this code -- debug stuff by accident;
3 years ago
Bryan Biedenkapp 053a74843c add blatent error message for my sanity during debugging;
3 years ago
Bryan Biedenkapp e25b39caa1 update build notes to annotate the TUI support for cross compiling on RPI_ARM;
3 years ago
Bryan Biedenkapp 5694847825 fix typo;
3 years ago
Bryan Biedenkapp 2ed616e44f update README.md to better describe the cross compiler scenarios;
3 years ago
Bryan Biedenkapp 20fd5d5e40 [EXPERIMENTAL] commit an experimental fix for VOC strangeness, VOC abuses P25 timing and should be transmitting the grant response at least twice;
3 years ago
Bryan Biedenkapp bd804fb02b hide debug messages showing up in verbose mode;
3 years ago
Bryan Biedenkapp 5ae39aa115 better handle RPI_ARM (this platform cannot do TUI and thus disables it by default); fix make strip (for those using Makefiles);
3 years ago
Bryan Biedenkapp b5312d4dcd be more verbose when updating lookup information from the FNE;
3 years ago
Bryan Biedenkapp f719bffbba cleanup incorrect variable usage (inclusion vs exclusion);
3 years ago
Bryan Biedenkapp 85b72d46b7 [conference bridge FNE] don't bother sending TGs to peers that are excluded;
3 years ago
Bryan Biedenkapp 79562af995 ensure fixedMode is defined and set to a reasonable default;
3 years ago
Bryan Biedenkapp 5023c343fe ensure legacy cal TUI opens in --setup and --cal when ENABLE_TUI_SUPPORT or ENABLE_SETUP_TUI options are disabled at compile time;
3 years ago
Bryan Biedenkapp 82155893aa fix issue where the setup event loop may try to talk to a unconnected modem;
3 years ago
Bryan Biedenkapp c4b4dd367f enhance releaseGrantTG logging slightly, this will now not only log the request, but log if the specified destination ID needs to be released;
3 years ago
Bryan Biedenkapp 50f0ba3652 bump the CPACK_DEBIAN_PACKAGE_VERSION to 3.5.0;
3 years ago
Bryan Biedenkapp 2b6b0c574d
merge 3.5-dev into master, this marks 3.5 alpha/beta release; (#31)
3 years ago
Bryan Biedenkapp 56e4e7cf37 for non-authoritative VCs generate a log message in verbose mode for the protocols to indicate a TG permit operation has occcurred;
3 years ago

Powered by TurnKey Linux.