Commit Graph

1621 Commits (a5bd449761dcb3be11a52d6415fa3a55d7bc9a38)
 

Author SHA1 Message Date
Bryan Biedenkapp a5bd449761 prevent ICC self-deadlock;
1 week ago
Bryan Biedenkapp 2c7ddb5285 correct possible infinite lock during replication updates;
1 week ago
Bryan Biedenkapp 03eb962d6c remove extra pointer writes that should not be necessary;
1 week ago
Bryan Biedenkapp cbc4a6848a during RPTL of a peer that is already connected, use disconnectPeer instead of trying to directly delete the connection, although this may cause problems of its own...;
1 week ago
Bryan Biedenkapp 616b6c730a fix the shared_from_this lifetime in for ServerConnection and SecureServerConnection;
1 week ago
Bryan Biedenkapp 90ca8f1a6a still not prime-time ready for anyone to use -- but I am over here implementing some fixes because my testcases are blowing up;
2 weeks ago
Bryan Biedenkapp fe0350473b make metadata unknown opcodes for transfer and announce non-fatal and do not NAK;
2 weeks ago
Bryan Biedenkapp 06df86e713 add support for group affiliation timeout similar to unit registration timeout (should handle #122); add support for bulk announcement of peer unit registration data to the FNE; move announcement handling from main traffic port to metadata port (for now there is a code redirect on the traffic port that will be maintained for a few versions before being deprecated;
2 weeks ago
Bryan Biedenkapp 3d6a196ea8 correct serious issue with affiliation REST API lockup, in some cases the way locking was being done on the REST API could cause it to become deadlocked when querying affils; correct issue with auth token length in REST API;
3 weeks ago
Bryan Biedenkapp 03a5e6a1db unless specifically set, if a TG is granted, we should *always* be doing the source ID check and denying the grant to a source RID that is different from the originator, the purpose behind this logic is to allow the source RID that is currently holding the grant to grant retry;
3 weeks ago
Bryan Biedenkapp 8bf2bf16d3 EXPERIMENTAL: this is a fundamental change to the function of ChannelLookup, instead of maintaining a list in which we add or remove elements as they are available or in use, we will maintain a mapped channel ID to index bit array, where each bit index within the array of bits represents the availability state of the channel, this should make it far more stable to mark a channel as free or allocated instead of manipulating an array everytime;
3 weeks ago
Bryan Biedenkapp 436bbf634e slight adjustments to cal and setup for dvmbbsdr support;
3 weeks ago
Bryan Biedenkapp 12d8d5f313 add support for DMR reverse-channel data in the EMB field;
3 weeks ago
Bryan Biedenkapp 07b0ebaf85 correct missing handling of MBC_DATA for DMR;
3 weeks ago
Bryan Biedenkapp 64529052ff refactor how the P25 voice handler gets the currently active TGs, this is in effort to hopefully remove the crash condition by the use of the old at() code in the m_activeTG vector;
3 weeks ago
Bryan Biedenkapp 60ecade84b update submodules;
3 weeks ago
Bryan Biedenkapp 93482dd2c2 support cal mode on PTY devices;
3 weeks ago
Bryan Biedenkapp 252d1e0ae2 report GCC version in CMake output;
3 weeks ago
Bryan Biedenkapp f7023e2965 update network stack documentation;
4 weeks ago
Bryan Biedenkapp 9a31910526 fix formatting to make my OCD feel better about itself;
4 weeks ago
Bryan Biedenkapp 18ac540cd2 update techincal docs;
4 weeks ago
Bryan Biedenkapp b7f55d9323 couple more code fixes, fix REST API initialization on FNE to prevent early REST calls from crashing the FNE; add locking support for network internals when REST APIs are called; fix memory leak for failed network logins;
4 weeks ago
Bryan Biedenkapp c3c34018fd some minor code cleanups to handled unchecked thread locking;
4 weeks ago
Natalie 52e380ad90
attempt to add a flag to disable backtrace (#120)
1 month ago
Bryan Biedenkapp ed028fdb94 add experimental NAK fallover logic, this is intended for use in situations where excess NAKs from an upstream master can be used to trigger a shutdown of the FNE, intentionally, this requires external scripts or systemd/init system to then restart the process after it automatically shuts down, the intention here is to very heavy handedly force a full state reset of the FNE in a case where it is unable to reconnect properly through other means;
2 months ago
Bryan Biedenkapp 20f5a45cfe add support for parsing $A4 extended functions;
2 months ago
Bryan Biedenkapp c8fd69d450 fix nullptr check (thx Cole);
2 months ago
Bryan Biedenkapp b980096eb6 Merge branch 'master' into r05a06_dev
2 months ago
Bryan Biedenkapp 435ff45b36 BUGFIX: correct critical flaw causing radio monitor packets to amplify and essentially broadcast storm;
2 months ago
Bryan Biedenkapp 7c8effeaea do not transmit radio monitor packets from the network handler, the TSBK will be sent as is normally;
2 months ago
Bryan Biedenkapp a703d4efbc add option to disallow radio monitor at the FNE;
2 months ago
Bryan Biedenkapp 7d4ca986d2 use syslog by default, users who want file can disable this option;
2 months ago
Bryan Biedenkapp 417ec174b9 for people using log files vs syslog, attempt to format the timestamp in a reasonable format (like RFC3339);
2 months ago
Bryan Biedenkapp aa2fc994c6 implement using a global affiliations table to globally track grants and unit registrations at the FNE; implement REST APIs to report granted talkgroups and registered units;
2 months ago
Bryan Biedenkapp 25386ec8f6 because the new peerClass system removes the flags from the peer configuration, we will ensure they remain populated for REST API users;
2 months ago
Bryan Biedenkapp 7981a0a517 whoops typo;
2 months ago
Bryan Biedenkapp ec3c027e97 in an attempt to prevent the FNE upstream peer connection from becoming brain dead, use the new mechanism to handle NAKs and properly reset our connection on reception of one;
2 months ago
Bryan Biedenkapp 9d0d1f221d fix issue with HTTP ClientConnection and SecureClientConnection not properly handling responses >65K bytes; add missing backward compat flags (for now, after R05A06 these will be removed); update copyright headers properly in modified files;
2 months ago
Bryan Biedenkapp 3595819cc8 bump version number;
2 months ago
Bryan Biedenkapp 8f0ba24059 you know how some parents need to best effort child proof electrical sockets to prevent shocks? yea lets at least *try* to child proof 700mhz;
2 months ago
Bryan Biedenkapp 79e2da156c ensure SysView always is permitted and violatess even inclusion rules;
3 months ago
Bryan Biedenkapp 3033a5889c because we are now getting varying types of peer connection classes, lets properly change the growing list of booleans to a proper class value and perform logic based on that instead; begin adding support for a console connection class (this operatess ssimilarly to sysview with validation freedoms, but does not get diagnostic messaging;
3 months ago
Dev_Ranger 01979084df
CLEANUP/DOCS: Update Templates (#119)
3 months ago
Bryan Biedenkapp d40b833286
V.24 Corrects for Call Stability (#117)
3 months ago
Bryan Biedenkapp d05a593b36 BUGFIX: when bridge is receiving local or UDP audio, ignore all FNE network traffic in its entirety (this has the affect of making local audio and UDP audio priority over FNE audio);
3 months ago
Dev_Ranger 360fcac8be BUGFIX - broken yaml syntax in bug report template
3 months ago
Bryan Biedenkapp 2b2bce1ff8 CLEANUP: correct some -wreorder warnings; CLEANUP: correct some type conversion warnings;
3 months ago
Bryan Biedenkapp 274b805517
Merge R05A04 (r05a04_dev) into master (#114)
3 months ago
W3AXL 49ff1a461b
ensure DTR/RTS logic matches between normal host startup and cal/boot modes (#112)
5 months ago
Bryan Biedenkapp b35a2f5c60 BUGFIX: fix issue with CTS COR blocking VOX audio even when not enabled;
5 months ago

Powered by TurnKey Linux.