Bryan Biedenkapp
|
3dc1e9c309
|
make REST API actually work (just /version for now), the REST API port is currently fixed (RCON port + 1);
|
3 years ago |
Bryan Biedenkapp
|
fb81fac04f
|
typo;
|
3 years ago |
Bryan Biedenkapp
|
958e3fb9c5
|
fix bad README.md formatting;
|
3 years ago |
Bryan Biedenkapp
|
d3f5d00e5a
|
add initial support code for RESTful RCON replacement;
|
3 years ago |
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
|
e6a399d4fb
|
no fprintf's!;
|
3 years ago |
Bryan Biedenkapp
|
53c6aeb0a4
|
update tests;
|
3 years ago |
Bryan Biedenkapp
|
bfb43e0a7a
|
add CRC tests;
|
3 years ago |
Bryan Biedenkapp
|
4ed018e72a
|
slight file reorg;
|
3 years ago |
Bryan Biedenkapp
|
095611d573
|
implement Reed-Soloman tests as actual P25 test cases using Catch2;
|
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
|
aa335ac86f
|
correct typo for RPi linux installs, command line file is cmdline.txt not config.txt;
|
3 years ago |
Bryan Biedenkapp
|
4322ec970b
|
remove accidentally committed debug statement;
|
3 years ago |
Bryan Biedenkapp
|
97403b5324
|
implement support to capture and properly send HDU encryption data with the first LDU1 across the network;
|
3 years ago |
Bryan Biedenkapp
|
8e7a39a24f
|
alter some configuration defaults for hotspot AFC and gain mode;
|
3 years ago |
Bryan Biedenkapp
|
bebd39d2ac
|
fix inadvertant XOR causing bitflip for CRC-9;
|
3 years ago |
Bryan Biedenkapp
|
9a3baebfb8
|
code cleanup;
|
3 years ago |
Bryan Biedenkapp
|
3538c51efb
|
correct CRC-CCITT 162 used for NXDN CAC (inital CRC registers are set to 1);
|
3 years ago |
Bryan Biedenkapp
|
5f0df4d943
|
some corrections for NXDN CC;
|
3 years ago |
Bryan Biedenkapp
|
1b6ba3e3aa
|
reorganize configuration file slightly (nothing to panic about!); rename p25SysId to sysId (it is used by P25 & NXDN); add constants for NXDN location categories; properly calculate the NXDN location ID from the site ID and system ID (category is fixed to Local); fix issue where RCCH was not properly populating the message type opcode value [this fixes an outstanding issue where DVM was not presenting a valid NXDN CC stream];
|
3 years ago |
Bryan Biedenkapp
|
cb259cdc73
|
alter how CRC values are returned from non-table based CRC calculators; fix CRC source for transmitted NXDN CAC frames;
|
3 years ago |
Bryan Biedenkapp
|
1ecbcdddc1
|
remove per-LDU packet loss calculation (it was always incorrect anyway);
|
3 years ago |
Bryan Biedenkapp
|
b3417a7424
|
default calibration mode to DMR BS mode;
|
3 years ago |
Bryan Biedenkapp
|
e75c9f49aa
|
minor corrections for messages; fix incorrect variable for deep debug; fix incorrect queue size for NXDN;
|
3 years ago |
Bryan Biedenkapp
|
0f237c7435
|
update copyright dates;
|
3 years ago |
Bryan Biedenkapp
|
2ae52143ab
|
implement remaining code required for permit-tg and embedded STC support [untested, considered experimental]; implement proper DMR T3 grant fixes to handle slot granting properly;
|
3 years ago |
Bryan Biedenkapp
|
a2b1f37b56
|
code and comment cleanup;
|
3 years ago |
Bryan Biedenkapp
|
92b8897151
|
fix missing return true for network EA;
|
3 years ago |
Bryan Biedenkapp
|
04736490a9
|
implement encryption flag reset when silence thresholds are met and silence frames are inserted; implement passthru support for some LDU LC LCOs [credit @ilyacodes for LCO discovery];
|
3 years ago |
Bryan Biedenkapp
|
dc95e7fd3e
|
fix up source formatting; fix copyright year;
|
3 years ago |
Bryan Biedenkapp
|
92f6ede508
|
source code formatting; document how to disable silence threshold;
|
3 years ago |
Bryan Biedenkapp
|
874ecd9f51
|
support 0 or maximum voice frames (1233 for P25, 141 for DMR, 144 for NXDN);
|
3 years ago |
Bryan Biedenkapp
|
e788cfb836
|
change how error corrections value is handled, this allows HDU's up to 5 incorrect bytes, LDU1 up to 3 incorrect bytes, LDU2 up to 2 incorrect bytes;
|
3 years ago |
Bryan Biedenkapp
|
c77f7eda64
|
remove P25 emergency flags from config (emergency functions are unsupported); support *receiving* the P25 emergency alarm request; [Future Note: Emergency modes are not expressly supported by DVM or DVM Project. This project should *never* be used in situations where emergency mode functionality is required.]
|
3 years ago |
Bryan Biedenkapp
|
53a56a277c
|
replacement of the entire Reed-Soloman decode logic (this replacement will actually perform the maximum allowable amount of bit error replacements) [special thanks to Ilya for his help and input on this matter];
|
3 years ago |
Bryan Biedenkapp
|
5c0003a240
|
add some commenting around newly brought to light information;
|
3 years ago |
Bryan Biedenkapp
|
fed2e66d4f
|
fix compilation error due to missing variable when NXDN is enabled;
|
3 years ago |
Bryan Biedenkapp
|
aaccd67702
|
change internal DVM opcode $FB can't possibly be valid, change to $7B;
|
3 years ago |
Bryan Biedenkapp
|
580bfe6dfe
|
fix issue with target address being target ID for IOSP_UU_VCH;
|
3 years ago |
Bryan Biedenkapp
|
1ca04c8fae
|
update comments in iden_table.dat;
|
3 years ago |
Bryan Biedenkapp
|
bbac871cb8
|
update README.md;
|
3 years ago |
Bryan Biedenkapp
|
2947f9629b
|
update README.md;
|
3 years ago |
Bryan Biedenkapp
|
402c017435
|
update README.md;
|
3 years ago |
Bryan Biedenkapp
|
803413bf19
|
update dvmhost command-line help to properly include the -c parameter; document various settings and parameters within the config YAML;
|
3 years ago |
Bryan Biedenkapp
|
692734926b
|
convert DFSI contained lc::LC and data::LowSpeedData into pointers; fix issue where incoming network data may not preserve certain LC values;
|
3 years ago |
Bryan Biedenkapp
|
20f9244c13
|
remove accidentally comitted debug changes;
|
3 years ago |
Bryan Biedenkapp
|
70c7902e92
|
fix issue incorrect passing of the lc::AMBT unique_ptr;
|
3 years ago |
Bryan Biedenkapp
|
ad78007cd4
|
fix bad check condition for grant-tg (still need to implement the meat of this);
|
3 years ago |
Bryan Biedenkapp
|
2cd6cd4c37
|
align program titles to match;
|
3 years ago |
Bryan Biedenkapp
|
f41729d75b
|
bump copyright date;
|
3 years ago |