You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/p25
Bryan Biedenkapp 01c7b38a36
add support to selectively enable Trellis debug messages; fix issue where P25 Trellis checkCode12 was not appropriately traversing the entire trellis;
3 years ago
..
acl bump copyright dates; 4 years ago
data correct some debug message ordering and debug message typos; fix issue where P25 conventional data registration was failing; 3 years ago
dfsi add some commenting around newly brought to light information; 3 years ago
edac add support to selectively enable Trellis debug messages; fix issue where P25 Trellis checkCode12 was not appropriately traversing the entire trellis; 3 years ago
lc correct REST API bindings; implement P25 raw TSBK API; 3 years ago
lookups 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
packet correct REST API bindings; implement P25 raw TSBK API; 3 years ago
Audio.cpp 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
Audio.h inital commit from private repo to public; 6 years ago
Control.cpp 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
Control.h implement the majority of REST API support (this commit breaks RCON and any RCON-based tools [like dvmcmd]) (NOTE: not *all* RCON commands are implemented as REST API yet); 3 years ago
NID.cpp 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
NID.h cleanup NID class and consolidate (this is experimental and could cause all sorts of breakage); 4 years ago
P25Defines.h 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
P25Utils.cpp move addBusyBits and setBusyBits to P25 utilities class; 3 years ago
P25Utils.h move addBusyBits and setBusyBits to P25 utilities class; 3 years ago
SiteData.h deprecate TIME_DATE_ANNC in favor of TIA-102.AABC-D SYNC_BCAST; 3 years ago
Sync.cpp 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
Sync.h inital commit from private repo to public; 6 years ago

Powered by TurnKey Linux.