Bryan Biedenkapp
|
468079dcc8
|
make Windows Visual Studio project compile again; modify some dynamic memory allocations to work in C90 standard (damn it MSVC...);
|
4 years ago |
Bryan Biedenkapp
|
cdfac07224
|
implement new logic to store some tuning parameters in the modem flash as a backup to config.yml (if this is buggy use ignoreModemConfigArea in the config.yml to disable);
|
4 years ago |
Bryan Biedenkapp
|
a8ef28db06
|
fix for bad reference;
|
4 years ago |
Bryan Biedenkapp
|
28c0d383d5
|
bump copyright dates;
|
4 years ago |
Bryan Biedenkapp
|
87e633737b
|
migrate BaseNetwork to use DFSI LC class to create LDU1/LDU2 network data;
|
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
|
af56a3562b
|
remove P25_WUID_SYS (16777213) and replace with P25_WUID_FNE (16777212); partially fix the U2U issue;
|
4 years ago |
Bryan Biedenkapp
|
0058e1ab54
|
fix compiler warnings about exception polymorhism; enforce some fixed mode rules for hotspots; fix potential buffer overflow;
|
4 years ago |
Bryan Biedenkapp
|
d778367583
|
make MSVS compiler happy about W4834, we don't care about [[nodiscard]]; fix bad handling of argument strings and buffer deletions in RemoteControl; implement support for DMR CC dedicated and DMR CC broadcast RCON commands; fix converting from float to uint32_t, we know about the precision loss;
|
4 years ago |
Bryan Biedenkapp
|
d37122a253
|
skip network data processing if mode is not enabled;
|
4 years ago |
Bryan Biedenkapp
|
ce0657206e
|
fix data types;
|
5 years ago |
Bryan Biedenkapp
|
13e39b0927
|
upstream: fix network ports data type;
|
5 years ago |
Bryan Biedenkapp
|
5fd9f1d8ea
|
upstream: fix old bug using m_port instead of m_port[x]; fix issue with P25 VoicePacket not checking m_control or m_duplex flags in certain situations;
|
5 years ago |
Bryan Biedenkapp
|
266680f39b
|
refactor Modem further to allow custom entry points for "user" handlers for modem open, close and clock (HostCal and Host use this); refactor "remote mode" in Host to use Modem custom entry points; correct some issues with the port of UARTPort from upstream (revert some changes back to pre-UARTPort from the old SerialController class); rework HostCal to use the new custom entry points; rework HostCal for better consistency and class use; correct and rename some misleading class variables and functions;
|
5 years ago |
Bryan Biedenkapp
|
63713f0f8e
|
upstream: Refactor modem; support remote modem support via UDP;
|
5 years ago |
Bryan Biedenkapp
|
4d65c635e4
|
file cleanups; better logging of DMR voice sync vs voice frames;
|
5 years ago |
Bryan Biedenkapp
|
6640485dad
|
apply upstream updates to UDPSocket;
|
5 years ago |
Bryan Biedenkapp
|
529de62616
|
always reset and set HDU parameters; add some debug trace messaging; correct issue with position count for the LDU2 being incorrect in the network;
|
5 years ago |
Bryan Biedenkapp
|
aa1a3d5ed8
|
enhance available options for P25 control data (enable/disable broadcast, enable/disable dedicated); enhance availablt options for RCON for enabling/disabling P25 CC dedicated and broadcast, as well as some remote debug enable/disable commands;
|
5 years ago |
Bryan Biedenkapp
|
fae8dcea40
|
better V.24 documentation -- thanks Communications.Support;
|
5 years ago |
Bryan Biedenkapp
|
f899af0680
|
correct some inconsistencies with the V.24-like packet implementation;
|
5 years ago |
Bryan Biedenkapp
|
ec7d02b28d
|
make sure to make a info log message when an RCON happens;
|
5 years ago |
Bryan Biedenkapp
|
e2026f33c9
|
clean up makefiles; implement proper support for RCON passwording and enable/disable; implement new enhanced configuration to send to FNE;
|
5 years ago |
Bryan Biedenkapp
|
fd99530376
|
support transferring local logs to the FNE;
|
5 years ago |
Bryan Biedenkapp
|
3c58db84b4
|
upstream: fix buffer overflow, upstream: replace rand() -> MT19937 random number generator;
|
5 years ago |
Bryan Biedenkapp
|
95364cbcf1
|
implement support for auto-affiliating units who can't affiliate in "enhanced" mode; better handle generating MBF CC data;
|
6 years ago |
Bryan Biedenkapp
|
9cc117d30c
|
inital commit from private repo to public;
|
6 years ago |