Commit graph

1558 commits

Author SHA1 Message Date
Jonathan Naylor f8c85a8043
Merge pull request #389 from stefansaraev/disable-jitterbuffer
[dmr] make jitterbuffer disabled by default
2018-02-08 10:48:16 +00:00
Stefan Saraev a2b5804ff4 [dmr] make jitterbuffer disabled by default 2018-02-07 21:27:58 +02:00
Jonathan Naylor ddb3206a30 Fix LCDProc and buffer sizes for the Nextion. Thanks to Tony G0WFV. 2018-02-06 07:11:00 +00:00
Jonathan Naylor f29c2a9784
Merge pull request #388 from juribeparada/master
Fix crash of DelayBuffer
2018-02-06 07:04:27 +00:00
Andy CA6JAU eed32c8cbe Fix crash of DelayBuffer 2018-02-05 23:29:57 -03:00
Andy CA6JAU 6abba8f57a Merge remote-tracking branch 'g4klx/master' 2018-02-05 18:40:57 -03:00
Jonathan Naylor 4323c02a0a Add a proper bypass for the jitter buffer if wanted. 2018-02-05 19:46:27 +00:00
Jonathan Naylor 14a06e7182 Calculate the RSSI and BER correctly on the Nextion. 2018-02-05 19:07:23 +00:00
Jonathan Naylor 3e816d13d6
Merge pull request #383 from juribeparada/master
Discard DMR audio frames with N > 5 (RF side)
2018-02-04 17:51:00 +00:00
Andy CA6JAU 870ae031d1 Merge remote-tracking branch 'g4klx/master' 2018-02-04 14:46:22 -03:00
Andy CA6JAU a0394afd91 Discard DMR audio frames with N > 5 (RF side) 2018-02-04 14:46:09 -03:00
Jonathan Naylor acd9fed946
Merge pull request #382 from dk5ras/patch-1
Create RSSI_FC-302_RptrBldrV2.dat
2018-02-04 13:39:49 +00:00
Ralph A. Schmid a6269c13e5
Create RSSI_FC-302_RptrBldrV2.dat
One more RSSI table...
2018-02-04 14:30:23 +01:00
Jonathan Naylor af219d134d
Merge pull request #381 from juribeparada/master
Fix bug “DMR ghost private calls”
2018-02-04 12:27:30 +00:00
Andy CA6JAU 4435af975d Fix bug “DMR ghost private calls” 2018-02-03 11:07:13 -03:00
Andy CA6JAU 2f99807dd9 Merge remote-tracking branch 'g4klx/master' 2018-02-02 20:31:11 -03:00
Jonathan Naylor 43fdb770a9 Make the jitter buffer switchable. 2018-02-01 06:59:11 +00:00
Andy CA6JAU c611217a38 Merge remote-tracking branch 'g4klx/master' 2018-01-31 22:03:48 -03:00
Jonathan Naylor 63a2ea330d Disable the jitter buffer. 2018-01-31 18:16:31 +00:00
Jonathan Naylor b694f85461 Remove quotes from config values if found. 2018-01-29 23:08:48 +00:00
Jonathan Naylor 0a101b48c3
Merge pull request #376 from stefansaraev/oled-i2c
fix: ArduiPi_OLED wants -li2c
2018-01-29 21:40:21 +00:00
Stefan Saraev d2ae736764 fix: ArduiPi_OLED wants -li2c
/usr/local/lib/libArduiPi_OLED.so: undefined reference to `i2c_smbus_write_i2c_block_data'
/usr/local/lib/libArduiPi_OLED.so: undefined reference to `i2c_smbus_write_word_data'
/usr/local/lib/libArduiPi_OLED.so: undefined reference to `i2c_smbus_write_byte_data'
collect2: error: ld returned 1 exit status
2018-01-29 23:03:52 +02:00
Jonathan Naylor 2881e159c3 Remove the display for P25 data, it looks silly. Upgrade the log message
instead.
2018-01-25 07:08:28 +00:00
Jonathan Naylor 2ffd831c98 Fix the P25 PDU transmit length. 2018-01-17 07:59:40 +00:00
Jonathan Naylor 082c2e1b1f Fix P25 data reception, regeneration, and transmission. 2018-01-16 23:26:05 +00:00
Jonathan Naylor 323179d525 Add more DMR beacon parameters. 2018-01-16 18:35:29 +00:00
Jonathan Naylor cae6bed370 Bypass sequence numbers for DMR data frames with the jitter buffer. 2018-01-15 19:58:13 +00:00
Jonathan Naylor d3395278c6 Add locally timed DMR roaming beacons. 2018-01-15 19:22:01 +00:00
Jonathan Naylor 22ed285857 Only reset the stream id at the end, not the beginning. 2018-01-12 07:06:38 +00:00
Jonathan Naylor a3155c1def Hopefully fix issues with data transmissions and the jitter buffer. 2018-01-11 21:17:25 +00:00
Jonathan Naylor 526e2c436d Add the jitter buffer for DMR. 2018-01-10 19:05:59 +00:00
Jonathan Naylor 51e0bf0315 Remove compiler warnings. 2018-01-09 07:43:22 +00:00
Jonathan Naylor d3996c4758 Fix self-only in YSF. 2018-01-09 07:41:04 +00:00
Jonathan Naylor d83c17dccc
Merge pull request #364 from on7lds/dev
New Nextion Display Layouts
2018-01-08 18:27:40 +00:00
Jonathan Naylor 7092e53ae7
Merge pull request #368 from f4hlv/patch-3
Update docker-compose.yml
2018-01-06 17:02:31 +00:00
Vincent c22c65ab50
Update docker-compose.yml
Add G4KLX Github
2018-01-06 16:51:47 +01:00
Jonathan Naylor 78c600aa94 Add the P25Trellis file to the Makefiles. 2018-01-04 22:29:09 +00:00
Jonathan Naylor 05e54c44a9 Add simplistic RF repeating of P25 data, no FEC done apart from the sync
and NID.
2018-01-04 22:06:25 +00:00
Jonathan Naylor 4665d590f8 Progress on P25 data. 2018-01-04 21:17:34 +00:00
Jonathan Naylor c8c9332b04
Merge pull request #366 from f4hlv/master
Add Dockerfile for MMDVMHost
2018-01-04 19:42:00 +00:00
f4hlv 48d7233682 Add docker-compose.yml 2018-01-04 01:26:13 +01:00
f4hlv 393aead401 Add docker-compose.yml 2018-01-04 01:23:51 +01:00
f4hlv fab3d35d82 Remove Log repertory 2018-01-04 01:09:37 +01:00
f4hlv 80bae4529e Add Dockerfile MMDVMHost 2018-01-04 00:39:43 +01:00
Jonathan Naylor 8437c4388f Dump all P25 PDU data. 2018-01-03 21:47:05 +00:00
Jonathan Naylor 194b008189 Correct the status bits when using the MMDVM as a P25 remote gateway. 2018-01-03 20:10:13 +00:00
Jonathan Naylor 97e51ca60d Add beginnings of P25 data handling. 2018-01-03 20:03:10 +00:00
Jonathan Naylor 8423f3f653
Merge pull request #365 from juribeparada/master
Fix setFrequency() length for DVMega
2018-01-02 13:58:46 +00:00
Andy CA6JAU b90796cd23 Merge remote-tracking branch 'g4klx/master' 2018-01-01 23:23:39 -03:00
Andy CA6JAU 1c77275bf4 Fix setFrequency() length for DVMega 2018-01-01 23:19:27 -03:00