Bryan Biedenkapp
|
2f91715752
|
add support to make directly to a tarball package; add .github workflow YAML files;
|
4 years ago |
Bryan Biedenkapp
|
1d2b8fb7c0
|
whoops didn't update the PID when restarting dvmhost with the scripts;
|
4 years ago |
Bryan Biedenkapp
|
df1a77129b
|
fix issue in single TSBK mode where CC data would try to transmit across the network;
|
4 years ago |
Bryan Biedenkapp
|
487ff46945
|
enhance the helper start scripts;
|
4 years ago |
Bryan Biedenkapp
|
ed4c7aca49
|
fix issue with RemoteCommand not properly connecting the UDP socket; fix SNDCP_CH_ANN not properly computing Rx frequency; implement TIA-102.AABF-2015 LC_CONV_FALLBACK specification;
|
4 years ago |
Bryan Biedenkapp
|
a1b0a929cc
|
fix bad path in start script;
|
4 years ago |
Bryan Biedenkapp
|
5ea787bcbf
|
correct strangeness in performing a single line calculation for Tx offset to fix rounding errors for issue #7;
|
4 years ago |
Bryan Biedenkapp
|
bdc9973bc5
|
fix incorrect path in Makefile; fix rounding error during IDEN_UP and IDEN_UP_VU Tx offset calculation;
|
4 years ago |
Bryan Biedenkapp
|
270208432f
|
improvement to the DFSI code, handle TDU end-of-traffic;
|
4 years ago |
Bryan Biedenkapp
|
ea3be21cb2
|
fix bug where the PTY port would be treated as invalid;
|
4 years ago |
Bryan Biedenkapp
|
e68e387ef2
|
fix issue where MBFs weren't being disabled; fix null reference check; clean up code;
|
4 years ago |
Bryan Biedenkapp
|
e018d99630
|
fix friend class issues to make GCC happy;
|
4 years ago |
Bryan Biedenkapp
|
4239d21a2b
|
initial experimental support for DFSI communication via DVM modem serial interface (DFSI support is disabled from compilation entirely by default, the -DENABLE_DFSI_SUPPORT compiler directive is required to enable it);
|
4 years ago |
Bryan Biedenkapp
|
1caca50636
|
remove old define;
|
4 years ago |
Bryan Biedenkapp
|
f5684879ca
|
remove DFSI opcode, this will be handled a different way;
|
4 years ago |
Bryan Biedenkapp
|
d79be88bc9
|
add support for firmware-level P25 DFSI data;
|
4 years ago |
Bryan Biedenkapp
|
7f3916343f
|
fix issue where control channel mode may not transmit network ADJ_STS_BCAST;
|
4 years ago |
Bryan Biedenkapp
|
a7829eeb1e
|
add Discord to README.md;
|
4 years ago |
Bryan Biedenkapp
|
517e1871f2
|
typo;
|
4 years ago |
Bryan Biedenkapp
|
dece56af93
|
comment out unused line of code (future!);
|
4 years ago |
Bryan Biedenkapp
|
179ed76ced
|
reorganize PDU transmission to the FNE;
|
4 years ago |
Bryan Biedenkapp
|
d79fcd6cf2
|
make peoples happy, by unconfusing them with an incorrectly named file :);
|
4 years ago |
Bryan Biedenkapp
|
dfdc1a3b76
|
make sure example config files copy when building with MSVC;
|
4 years ago |
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
|
06be179efe
|
re-roll dvmcmd into dvmhost as a proper secondary executable;
|
4 years ago |
Bryan Biedenkapp
|
a5aa84657c
|
fix issue displaying floating point numbers for flash value check;
|
4 years ago |
Bryan Biedenkapp
|
e9d10c37d1
|
add support to convert P25 CAI IP to an actual representative IP in the log;
|
4 years ago |
Bryan Biedenkapp
|
639485ba09
|
check if debuild exists, otherwise abort;
|
4 years ago |
Bryan Biedenkapp
|
d876de254e
|
add appropriate post install and post removal deb scripts;
|
4 years ago |
Bryan Biedenkapp
|
17a65c39c8
|
fix incorrect username;
|
4 years ago |
Bryan Biedenkapp
|
0c06201502
|
remove accidental debug line in Makefile;
|
4 years ago |
Bryan Biedenkapp
|
cd61ad584a
|
add support for building Debian deb packages (requires devscripts to be installed);
|
4 years ago |
Bryan Biedenkapp
|
8076d65982
|
cleanup NID class and consolidate (this is experimental and could cause all sorts of breakage);
|
4 years ago |
Bryan Biedenkapp
|
34f8b0407f
|
add experimental support for split NAC, this change adds a new txNAC configuration option to set the transmit NAC;
|
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
|
4f12bb575a
|
add support for "pty" port type (reuses uart fields for pty file and speed);
|
4 years ago |
Bryan Biedenkapp
|
664e448bbc
|
include non-systemd start/stop scripts for convienence;
|
4 years ago |
Bryan Biedenkapp
|
46fd2a82c9
|
rethought some Makefile install behavior;
|
4 years ago |
Bryan Biedenkapp
|
4fef4a381d
|
port upstream PseudoPTY support; add systemd service file; update Makefile to support install;
|
4 years ago |
Bryan Biedenkapp
|
f5cb11b467
|
correct issue where TDULC for Call Termination was incorrectly being sent while in simplex mode (should fix issue #3); add configuration option called "simplexSameFrequency" to control whether simplex operation takes place on a split frequency pair or a single frequency; fix issue where P25 nulls may be incorrectly transmitted in simplex mode;
|
4 years ago |
Bryan Biedenkapp
|
d2211633da
|
update README.md;
|
4 years ago |
Bryan Biedenkapp
|
c265c66739
|
update README.md;
|
4 years ago |
Bryan Biedenkapp
|
7e51654cf7
|
add compiler directive to convert CRC-16-CCITT errors to warnings;
|
4 years ago |
Bryan Biedenkapp
|
38e663bc82
|
add strip option to Makefile;
|
4 years ago |
Bryan Biedenkapp
|
af58387262
|
add helper start/stop scripts (these expect dvmhost to live at "/opt/dvmhost");
|
4 years ago |
Bryan Biedenkapp
|
6627a7a305
|
Makefile cleanup (this replaces multiplatform Makefiles with an ARCH parameter);
|
4 years ago |
Bryan Biedenkapp
|
cdf53cc9ad
|
initial commit for using flash storage on the modem as a backup for critical tuning data (this is incomplete, it will READ/WRITE/ERASE data, but won't parse it yet...);
|
4 years ago |
Bryan Biedenkapp
|
a8ef28db06
|
fix for bad reference;
|
4 years ago |
Bryan Biedenkapp
|
1db33d19e2
|
properly handle MFId, this gets P25 CAI data registration working (yay);
|
4 years ago |
Bryan Biedenkapp
|
66a6201ddc
|
code cleanup; further work on PDU CAI registration;
|
4 years ago |