Commit Graph

23 Commits (471a00fa04c957acd18a779d5b427f87a6070905)

Author SHA1 Message Date
Bryan Biedenkapp 471a00fa04 refactor TDULC into factory code pattern;
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 f3d2bf319b change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr;
3 years ago
Bryan Biedenkapp 3254122c4d P25 code refactor to move TSBK handling to a "factory-based paradigm";
3 years ago
Bryan Biedenkapp 9d0b62b768 make sure network deny and queue OSP's are ignored; reorganize code slightly;
3 years ago
Bryan Biedenkapp 6834e9f49a add "emergDisabled" flag to p25 protocol stanza to selectively disable emergency support (emergency support is disabled by default);
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 2cfe9610bd minor refactor in respect to how we handle multi-block structures for an AMBT when decoding;
3 years ago
Bryan Biedenkapp e005a2af20 implement logic to encode and transmit AMBTs;
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 f193d39c67 Merge remote-tracking branch 'upstream/master'
3 years ago
Bryan Biedenkapp 008e1615ad deprecate TIME_DATE_ANNC in favor of TIA-102.AABC-D SYNC_BCAST;
3 years ago
Rosesam 3978bd4b77
Update Trunk.cpp
3 years ago
Darjeeling 304b0d7c09 Chance (C)
3 years ago
Bryan Biedenkapp 94e28c2c3a code cleanup;
3 years ago
Darjeeling 7a637bf7c6 For realz this time
3 years ago
Darjeeling 8d4e98a77d Fixes as requested
3 years ago
Darjeeling 25d97e0ac5 Add STS_Q_REQ in prep for logic add
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 9a4906ecac implement marking builds with the Git hash automatically; fix issue with DMR CC not terminating when dvmhost is shutting down; fix issue with DMR CC incorrectly transmitting frames; implement DVM specific opcodes that transmit the Git hash over the air;
4 years ago
Bryan Biedenkapp c7f1d20c3d experimental support to repeat a TSBK_ISP_EMERG_ALRM_REQ locally;
4 years ago
Bryan Biedenkapp 3d4640d0dd disable immediate write for P25 grants;
4 years ago
Bryan Biedenkapp 328bd1024d code reorganization;
4 years ago

Powered by TurnKey Linux.