Commit Graph

375 Commits (76ff85e5bbcab7a00fd28e795478876b60e5b5bf)
 

Author SHA1 Message Date
Bryan Biedenkapp 6627a7a305 Makefile cleanup (this replaces multiplatform Makefiles with an ARCH parameter);
4 years ago
Bryan Biedenkapp cdf53cc9ad initial commit for using flash storage on the modem as a backup for critical tuning data (this is incomplete, it will READ/WRITE/ERASE data, but won't parse it yet...);
4 years ago
Bryan Biedenkapp a8ef28db06 fix for bad reference;
4 years ago
Bryan Biedenkapp 1db33d19e2 properly handle MFId, this gets P25 CAI data registration working (yay);
4 years ago
Bryan Biedenkapp 66a6201ddc code cleanup; further work on PDU CAI registration;
4 years ago
Bryan Biedenkapp e931d8d26e remove standalone P25 DataRspHeader class and merge it into DataHeader; further enhance the P25 DataHeader to better match the TIA spec; clean up some code and variable references;
4 years ago
Bryan Biedenkapp 8207a35a84 some more PDU work;
4 years ago
Bryan Biedenkapp 92a10f1c67 remove bad declaration;
4 years ago
Bryan Biedenkapp bfe8d65630 correct CRC-32 implementation; remove old code;
4 years ago
Bryan Biedenkapp 28c0d383d5 bump copyright dates;
4 years ago
Bryan Biedenkapp 1e7de41df3 fix CRC-9 implementation; add some compiler directive based debugging logging mechanisms;
4 years ago
Bryan Biedenkapp 2402088e2c add missing Makefile changes;
4 years ago
Bryan Biedenkapp ebf1cde7ad code cleanup; fix memory corruption issue when handling the LC MI in LC::copy(); add compiler-directive level debugging helpers;
4 years ago
Bryan Biedenkapp acd3f60955 fixup CRC32 table; implement potential workaround for single VC sites not passing network traffic;
4 years ago
Bryan Biedenkapp 45bd8519a3 fix copy constructor and equality operator for LC, TDULC and TSBK (it was not properly copying the classes in all situations); refactor VoicePacket to use DFSI to demangle LDU1/LDU2 network packets;
4 years ago
Bryan Biedenkapp 87e633737b migrate BaseNetwork to use DFSI LC class to create LDU1/LDU2 network data;
4 years ago
Bryan Biedenkapp ac2b62e8a8 fix typo;
4 years ago
Bryan Biedenkapp 08aaabb019 fix typo;
4 years ago
Bryan Biedenkapp 8b2771274e fix issue where ACL wouldn't blacklist RIDs when ACLs were disabled (blacklisting should always work); refactor TSBK decode/encode classes to better support raw and non-trellis data output/input; more fixes making P25T VOC more reliable; implement more DFSI LC handling;
4 years ago
Bryan Biedenkapp bb61b5e157 implement a bunch of the MBT ISPs;
4 years ago
Bryan Biedenkapp a58d96f4ed remove decodeMBT flag from TSBK, its unused;
4 years ago
Bryan Biedenkapp 0a5323eafe kill this shift warning -- finally;
4 years ago
Bryan Biedenkapp 22b6e0075e minor cleanups;
4 years ago
Bryan Biedenkapp 18c6e34729 attempt to fix double free issue;
4 years ago
Bryan Biedenkapp 993f9f2419 attempt to fix double free;
4 years ago
Bryan Biedenkapp 2331690a56 typo;
4 years ago
Bryan Biedenkapp 71c18d9aa9 cleanup implementation;
4 years ago
Bryan Biedenkapp 7a73a93cdf don't try to decode PDU block (it should be already decoded);
4 years ago
Bryan Biedenkapp 2b556578c3 add messaging to indicate a failure to decode the PDU Trellis; fix a check in TrunkPacket::process;
4 years ago
Bryan Biedenkapp fa86cb9677 clean up log message;
4 years ago
Bryan Biedenkapp 842c17c985 more very very experimental PDU AMBT support;
4 years ago
Bryan Biedenkapp 04ee216459 add some verbose logging information for AMBT PDUs;
4 years ago
Bryan Biedenkapp 8bd0a0cbbc more very very experiemental PDU AMBT support;
4 years ago
Bryan Biedenkapp ab5c056111 more AMBT handling, AMBT doesn't utilize these fields so we will zero them;
4 years ago
Bryan Biedenkapp 2d99f7f48f add very very experimental support to process PDU MBTs into TSBKs;
4 years ago
Nat Moore 263c6985d8 do some json tweaks
4 years ago
Bryan Biedenkapp b465829173 convert RPTC to JSON;
4 years ago
Bryan Biedenkapp 1a69a63626 minor code formatting cleanup;
4 years ago
Bryan Biedenkapp 64dd627210 add picojson library for future use;
4 years ago
Bryan Biedenkapp cf364aa2c5 fix issue with P25T VOC networked traffic where the P25T VOC channel would not process network voice frames (this is really a partial fix, there is still room for more improvement);
4 years ago
Bryan Biedenkapp 26ca4ac578 more fixes for making VOC work for network calls;
4 years ago
Bryan Biedenkapp 6277759da0 limit RCON password to 64 characters; fix issue where dedicated control channels in VOC mode would ignore network traffic;
4 years ago
Bryan Biedenkapp dd5bfa235b continue implementing DFSI; remove some header information (it was included incorrectly some cases);
4 years ago
Bryan Biedenkapp af56a3562b remove P25_WUID_SYS (16777213) and replace with P25_WUID_FNE (16777212); partially fix the U2U issue;
4 years ago
Bryan Biedenkapp 448a6aea3d stub out functions;
4 years ago
Bryan Biedenkapp 140f641c35 fix missing cleanups of dfsi directory; fix uncorrected define typos;
4 years ago
Bryan Biedenkapp fb6d715ba5 initial commits of DFSI;
4 years ago
Bryan Biedenkapp 73d0790f9b ensure location data is some default value (like Antarctica?);
4 years ago
Bryan Biedenkapp 16a9e59f44 add capability to disable unit-to-unit availability check (U2U calls are still acting strangely though); ACK a EMERG_ALRM_REQ (but do nothing else, this is by design); properly ignore a TSBK_IOSP_TELE_INT_ANS, we don't support PTSN connections (and probably won't ever);
4 years ago
Bryan Biedenkapp ee724396f6 rename files so that people who want to run dvmhost from the source repo don't blow away their files;
4 years ago

Powered by TurnKey Linux.