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/src/host
Bryan Biedenkapp 3861559f87
add support to send SNDCP disabled annoucement messages properly;
2 years ago
..
calibrate I was asked for ASCII art, and I deliver, thus, ASCII art; 2 years ago
dmr don't use HUGE as a SiteModel because certain versions of GCC are awful; 2 years ago
modem treewide: refactor constant variables into proper enumerations where appropriate (this applies to DMR, P25 and NXDN, and may introduce gremlins); 2 years ago
network begin implementing some basic SNDCP handling logic (this isn't complete, and this doesn't make SNDCP work *yet*), however until the implementation is complete, this should prevent channels from becoming grant locked (hopefully); 2 years ago
nxdn add marking of whether an inbound CAC is long or short; fix issue with short CAC not properly building a puncturing buffer (even tho short CAC doesn't do puncturing, its needed for NXDN convolution); correct CAC getData() return; remove deprecated code causing decoding offsets to be wrong resulting in invalid RCCHs; 2 years ago
p25 add support to send SNDCP disabled annoucement messages properly; 2 years ago
setup don't use HUGE as a SiteModel because certain versions of GCC are awful; 2 years ago
ActivityLog.cpp use localtime instead of gmtime for logs; 2 years ago
ActivityLog.h treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
CMakeLists.txt treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Console.cpp treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Console.h treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Defines.h treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Host.Config.cpp don't use HUGE as a SiteModel because certain versions of GCC are awful; 2 years ago
Host.DMR.cpp treewide: refactor constant variables into proper enumerations where appropriate (this applies to DMR, P25 and NXDN, and may introduce gremlins); 2 years ago
Host.NXDN.cpp treewide: refactor constant variables into proper enumerations where appropriate (this applies to DMR, P25 and NXDN, and may introduce gremlins); 2 years ago
Host.P25.cpp treewide: refactor constant variables into proper enumerations where appropriate (this applies to DMR, P25 and NXDN, and may introduce gremlins); 2 years ago
Host.cpp implement support to send logs to the syslog; 2 years ago
Host.h add support to report host status JSON blob to FNE for storage in InfluxDB; 2 years ago
HostMain.cpp implement support to send logs to the syslog; 2 years ago
HostMain.h enhance FNE notification of CC voice channels; implement support to maintain mapping of CC <-> VC relationships at the FNE; 2 years ago

Powered by TurnKey Linux.