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.
Bryan Biedenkapp
140f641c35
fix missing cleanups of dfsi directory; fix uncorrected define typos;
|
4 years ago |
| .. |
|
acl
|
inital commit from private repo to public;
|
6 years ago |
|
data
|
correct issue when trying to close and reopen modem; update copyright dates; fix issue in Modem where the getResponse may not continue properly after returning; reorder operations in Host to Write, Modem Clock, Read, Network, DMR, P25, Timers;
|
5 years ago |
|
dfsi
|
fix missing cleanups of dfsi directory; fix uncorrected define typos;
|
4 years ago |
|
edac
|
file commenting cleanup;
|
5 years ago |
|
lc
|
whoops typo;
|
4 years ago |
|
Audio.cpp
|
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 |
|
Audio.h
|
inital commit from private repo to public;
|
6 years ago |
|
Control.cpp
|
add capability to disable unit-to-unit availability check (U2U calls are still acting strangely though); ACK a EMERG_ALRM_REQ (but do nothing else, this is by design); properly ignore a TSBK_IOSP_TELE_INT_ANS, we don't support PTSN connections (and probably won't ever);
|
4 years ago |
|
Control.h
|
add experimental support for DMR TIII (note this will not accept registrations or grant requests);
|
4 years ago |
|
DataPacket.cpp
|
refactor P25 LC; refactor DMR CSBK; better handle scenario where P25 may start without having received a HDU, in this case we will transmit without HDU which would be interpreted by SUs as a late entry condition (better helps encryption sync in some cases);
|
5 years ago |
|
DataPacket.h
|
attempt to fix CRC-9 issues (still broken); more work for P25 PDUs and P25 confirmed PDUs;
|
5 years ago |
|
NID.cpp
|
inital commit from private repo to public;
|
6 years ago |
|
NID.h
|
inital commit from private repo to public;
|
6 years ago |
|
P25Defines.h
|
add capability to disable unit-to-unit availability check (U2U calls are still acting strangely though); ACK a EMERG_ALRM_REQ (but do nothing else, this is by design); properly ignore a TSBK_IOSP_TELE_INT_ANS, we don't support PTSN connections (and probably won't ever);
|
4 years ago |
|
P25Utils.cpp
|
inital commit from private repo to public;
|
6 years ago |
|
P25Utils.h
|
fix incorrect handling of channel number as decimal in setup; enhance setup to make it more comprehensive (essentially all "system" configuration parameters can be modified in setup mode); add support to calibration to set the FDMA preambles, P25 correlation count, DMR Rx Delay as well as setting the Rx and Tx frequency offsets;
|
4 years ago |
|
SiteData.h
|
fix incorrect handling of channel number as decimal in setup; enhance setup to make it more comprehensive (essentially all "system" configuration parameters can be modified in setup mode); add support to calibration to set the FDMA preambles, P25 correlation count, DMR Rx Delay as well as setting the Rx and Tx frequency offsets;
|
4 years ago |
|
Sync.cpp
|
inital commit from private repo to public;
|
6 years ago |
|
Sync.h
|
inital commit from private repo to public;
|
6 years ago |
|
TrunkPacket.cpp
|
add capability to disable unit-to-unit availability check (U2U calls are still acting strangely though); ACK a EMERG_ALRM_REQ (but do nothing else, this is by design); properly ignore a TSBK_IOSP_TELE_INT_ANS, we don't support PTSN connections (and probably won't ever);
|
4 years ago |
|
TrunkPacket.h
|
add capability to disable unit-to-unit availability check (U2U calls are still acting strangely though); ACK a EMERG_ALRM_REQ (but do nothing else, this is by design); properly ignore a TSBK_IOSP_TELE_INT_ANS, we don't support PTSN connections (and probably won't ever);
|
4 years ago |
|
VoicePacket.cpp
|
implement support for a silence threshold in DMR (this will help null highly degraded audio to prevent horrifying ear destroying screeching); some minor code cleanup (mostly removing magic numbers!);
|
4 years ago |
|
VoicePacket.h
|
fix issue that caused an assertion crash when resetting the modem; store the DataHeader data during DMR traffic for future use;
|
5 years ago |