Commit Graph

1462 Commits (27162d197de7232ce8179c57774b554000eaa35a)
 

Author SHA1 Message Date
Bryan Biedenkapp 27162d197d add key request and response opcodes (not implemented yet);
1 year ago
Bryan Biedenkapp 75a09a375b right align permitted RID count;
1 year ago
Bryan Biedenkapp 0ee2b5c756 bump version to 4.20G (from 4.11G) [THIS MARKS INCLUSION OF IN-CALL CONTROL IN MASTER]; ensure always peers can violate the rules as usual; add permitted RIDs assignment to JSON handling for REST APIs;
1 year ago
Bryan Biedenkapp 6812029491 Merge branch 'master' into incall_ctrl
1 year ago
Bryan Biedenkapp ded260216a implement the beginnings of KMM frame handling (for future use);
1 year ago
Bryan Biedenkapp 676a112313 fix missing check for ENABLE_TCL_SSL compilation directive; properly flag crypto as hard disabled if ENABLE_TCL_SSL isn't set;
1 year ago
Bryan Biedenkapp 78f034511f initial support for loading KFDtool EKC files (this is currently unused but is a future stepping-stone for encryption key handling);
1 year ago
Bryan Biedenkapp 69f8fbe884 add better logic to handle forcing peer-link updates; ensure ACL's go out regardless of stream if too much time has passed;
1 year ago
Bryan Biedenkapp b1f10a87ab add some helper routines to the peer list lookup;
1 year ago
Bryan Biedenkapp cb335cffed add some exception checking around some cases where vector types are used;
1 year ago
Bryan Biedenkapp 4617a817a1 update modem submodule;
1 year ago
Bryan Biedenkapp b9830263db fix dstId not being appropriately set;
1 year ago
Bryan Biedenkapp 8823fc09b6 correct erroneous log messages; fix remote UDP mode handler (this was mishandling frames in some situations); update hotspot and modem submodules;
1 year ago
Bryan Biedenkapp 6fd3c68de3 allow call end to cleanup a stream ID associated to a given call stream;
1 year ago
Bryan Biedenkapp beeebe3587 fix issue with FNE diagnostic logging;
1 year ago
Bryan Biedenkapp 6e551a568a fix incorrect usage of slotNo, in this case slotNo refers to the index into the stream ID array, not the actual slot number;
1 year ago
Bryan Biedenkapp d87c1f76c7 typo;
1 year ago
Bryan Biedenkapp 20a096ab49 remove stream ID handling from DiagNetwork (these are always sent with a stream ID of 0 anyway...); revert Rx stream ID to stream ID validation check in Network;
1 year ago
Bryan Biedenkapp ef1a0df496 refactor FNE RTP packet handling, this change better handles a peer end-point transmitting multiple varied RTP streams; refactor promiscuous handling of RTP streams on the host network API; refactor handling non-promiscuous handling of RTP streams on the host network API; bump project version from 4.11F to 4.11G to reflect these larger changes; correct bad use of magic numbers when dealing with signal values;
1 year ago
Bryan Biedenkapp 4025db8200 clarify more lookup table log entries;
1 year ago
Bryan Biedenkapp f051434e7b adjust lookup table logging slightly;
1 year ago
Bryan Biedenkapp 64bcb56228 enhance debug logging to incorporate both file and line numbers (when provided by the compiler) and optionally implement LogDebugEx macro to also incorporate the caller identifying the function name; correct LogDebug uses in some cases that should have been LogMessage;
1 year ago
Bryan Biedenkapp c68b99dc61 silence frame queue read errors after 5 consecutive errors (this is to prevent log spam);
1 year ago
Bryan Biedenkapp 086730320d code cleanup;
1 year ago
Bryan Biedenkapp e38488f602 fix potential bridge memory leak when using USRP audio; add support for bridge to reset and start a new call when using UDP metadata *and* overriding the source ID;
1 year ago
Bryan Biedenkapp 63e2a6a579 horrible no good very bad attempt at English;
1 year ago
Bryan Biedenkapp 3e0b7e3cfe update documentation some more to be clear and to reference pertinant sections;
1 year ago
Bryan Biedenkapp 1d7f3fdd6e document control byte values for DMR and P25;
1 year ago
Bryan Biedenkapp cbce2fbdf0 update copyright dates;
1 year ago
Bryan Biedenkapp 633ff29f55 fix typo;
1 year ago
Bryan Biedenkapp ad8713fbe8 issue a P_CLEAR proper at the end of a network call;
1 year ago
Bryan Biedenkapp 71d55b1645 correct some late night strangeness when handling whether or not a slot is a TSCC for remote grant demand processing (this is what I get for trying to quickly push out decently old branch code);
1 year ago
Bryan Biedenkapp e4d2d677fe last minute fix -- the original implementation was naive and always aborted incorrectly;
1 year ago
Bryan Biedenkapp 172f0f2eb0 missed commit when this was manually merged;
1 year ago
Bryan Biedenkapp 151275ce6f implement initial DMR remote grant demand logic (this is mostly untested);
1 year ago
firealarmss aedabceac7
Add support for USRP (#83)
1 year ago
Bryan Biedenkapp db1d000b21 increase width of "alias" column in tged;
1 year ago
Bryan Biedenkapp 7063ce36a0 refactor how netLDUx buffers are built, and ensure buffers are filled with appropriate null IMBE frames; add support to remote grant demand to include whether or not the grant should set the encrypted flag; add warning to notify a user that a misconfiguration for a voice channel exists when a dedicated trunked voice channel has control data enabled; fix display of RF power level during startup;
1 year ago
Bryan Biedenkapp 74dac42445 Merge branch 'master' into incall_ctrl
1 year ago
Bryan Biedenkapp 0d2a53df87 fix missed iden_table.dat;
1 year ago
Bryan Biedenkapp 3177d38897 Merge branch 'master' into incall_ctrl
1 year ago
Bryan Biedenkapp 85da95679d add support to override C and CXX compilers using CMake directives;
1 year ago
Bryan Biedenkapp 89210c05aa add support to optionally demand a SU perform a full registration with a site if a affiliation request is refused;
1 year ago
Bryan Biedenkapp 560ef40dca indicate what slot is ending a call for DMR on the FNE; correct bad end-of-call handling for DMR mode on bridge;
1 year ago
Bryan Biedenkapp f483bbf2ed update commenting;
1 year ago
Bryan Biedenkapp 1e458ce682 don't transmit EXT_FUNC across the network when issued to an individual site, the FNE should be generating network wide EXT_FUNC messages (fixes #62);
1 year ago
Bryan Biedenkapp 7178691475 rename iden_table.dat to iden_table.example.dat (fixes #81);
1 year ago
Bryan Biedenkapp a2b1367091 fix buffer overrun;
1 year ago
Bryan Biedenkapp 29d37126ef cleanup and fix MuLaw encoding code;
1 year ago
Bryan Biedenkapp 6e327eb2b2 for debugging purposes enhance debug trace messaging;
1 year ago

Powered by TurnKey Linux.