Commit Graph

10 Commits (3.0-rcon_maint)

Author SHA1 Message Date
Bryan Biedenkapp 7d1ae452dc refactor a lot of iterator based C++ for loops into C++ range for loops; correct bad opcode value (this was getting truncated to $3F anyway so no big deal but in code it should be proper);
3 years ago
Bryan Biedenkapp 16dc1ac374 correct some debug message ordering and debug message typos; fix issue where P25 conventional data registration was failing;
3 years ago
Bryan Biedenkapp 0ba35c7a54 remove write immediate;
3 years ago
Bryan Biedenkapp 10d4a940fd move addBusyBits and setBusyBits to P25 utilities class;
3 years ago
Bryan Biedenkapp 727a3eb155 convert more behaviors from C-like to C++11 (replace NULL with nullptr mostly); make some pointer safe changes to DMR;
3 years ago
Bryan Biedenkapp d853175f93 cleanup AMBT implementation; implement separate writeRF_PDU_User function for generating PDU packets with userdata;
3 years ago
Bryan Biedenkapp 9ca29ed209 reorganize TSBK file by opcode (again to make my OCD feel better); implement decoding/encoding support for TSBK LLA commands; refactor how AMBT's are handled and decoded;
3 years ago
Bryan Biedenkapp 905b49736a split unit registration, group affiliation and group grant handling into its own AffiliationLookup class; implement some more NXDN ISP/OSP trunking messages; reorganize how header includes were being done slightly;
4 years ago
Bryan Biedenkapp 76ecc2f06e to fix sloosecannon's problem (or try to anyway): lets "de-C90" our source code and use proper dynamic length arrays;
4 years ago
Bryan Biedenkapp 328bd1024d code reorganization;
4 years ago

Powered by TurnKey Linux.