Commit Graph

69 Commits

Author SHA1 Message Date
KF7EEL 4cff528c5a add CONFIG to function call 2020-12-24 13:08:35 -08:00
KF7EEL 88a791ee7b improve APRS per master config 2020-12-24 11:36:38 -08:00
KF7EEL 1202c78450 fix another bug 2020-11-26 17:43:27 -08:00
KF7EEL 51d469768a fix unit call bug 2020-11-26 17:22:27 -08:00
KF7EEL 5c7742c7d0 revert change, remove UNIT_MAP changes 2020-11-26 15:24:13 -08:00
KF7EEL 9c2a1f5b2b fix typo, mirror GPS branch changes 2020-11-26 11:52:27 -08:00
KF7EEL 9633b3249b fix typo for unit calls 2020-11-25 14:48:26 -08:00
KF7EEL 7c5c69a450 implement static routes for unit calls 2020-11-25 14:42:30 -08:00
KF7EEL f7c68a1f54 fix missing csbk from last commit 2020-11-25 11:59:46 -08:00
KF7EEL 8d80600f43 add adjustable UNIT time 2020-11-24 13:40:14 -08:00
KF7EEL d55a23a42f merged into branch 2020-11-22 11:24:02 -08:00
KF7EEL 6224c84772 initial commit of GPS/Data application 2020-11-21 22:54:01 -08:00
KF7EEL bfff0abacd fix typo 2020-11-21 22:42:05 -08:00
KF7EEL 64d8c16e2e fix typo and set CSBK handling in bridge.py 2020-11-21 22:38:46 -08:00
Cort Buffington ccfd862a0a Fixed Private Call Bridging when BOTH_SLOTS selected
This is the problem where bridge.py is told to send private calls marked with EITHER timeslot over openbridge. Packets weren't assembled correctly when the BOTH_SLOTS option was set True in the hblink configuraiton file.
d:
#	modified:   bridge.py
#	modified:   hblink.py
#
# Changes not staged for commit:
#	modified:   .gitattributes
#	modified:   Dockerfile
#	modified:   voice_lib.py
#
2020-04-27 11:01:54 -05:00
n0mjs710 24dca2e6ad Fixed assignment typos
[_stream_id]['ACTIVE']: False
to
[_stream_id]['ACTIVE'] = False

Thanks, Steve!
2020-03-18 09:32:32 -05:00
Cort Buffington 8c1e9e5185 update coypright years 2020-03-16 14:35:28 +00:00
Cort Buffington a2c0bb54c6 Fixed typo in call state tracking. 2020-03-16 08:38:16 -05:00
Cort Buffington fdbfbf2362 READY FOR TESTING
unit calls should be working on HBP and OBP systems. Also adds the ability to send TS data in OBP for unit calls to preserve timeslot routing for unit calls.
2020-03-15 21:23:03 -05:00
Cort Buffington 21c6bf9281 save of incremental work 2020-03-03 22:51:50 +00:00
Cort Buffington 4e3a13daaf fixing typos on obp call tracking 2020-02-19 19:27:37 +00:00
Cort Buffington 9e2876dfae update 2020-02-18 18:11:19 +00:00
Cort Buffington c246f3e5db Merge branch 'private-call-dev' of https://github.com/n0mjs710/hblink3 into private-call-dev 2020-02-17 19:20:19 -06:00
Cort Buffington 21f9c680be update sample config 2020-02-17 19:20:10 -06:00
Cort Buffington 50387c2133 update 2020-02-18 01:18:11 +00:00
Cort Buffington 4aa5210f5b Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 3d9aa41fcb Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 2fa615dd37 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 35ba251e71 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 30ed93aa30 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 508b9c7197 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington ed2a1ca549 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington e6949e65ec Revert "Update bridge.py"
This reverts commit ab1a536147.
2020-02-09 19:51:58 -06:00
Cort Buffington 9ac426aa2d Revert "Update bridge.py"
This reverts commit 0a2edc09a5.
2020-02-09 19:51:58 -06:00
Cort Buffington 94afc15d7a Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington b5e77e64b1 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 8c2b35ece0 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington bb4356e027 Update bridge.py 2020-02-09 19:51:58 -06:00
Cort Buffington 63604a5b38 inbound OBP Unit calls 2020-02-09 19:51:58 -06:00
Cort Buffington 4643ea47b7 Inbound OBP Unit calls 2020-02-09 19:51:58 -06:00
Cort Buffington 877e1c6c65 Adding inbound OBP Processing 2020-02-09 19:51:58 -06:00
n0mjs710 364ead81ec Working Code - REPORT ERRORS! 2020-02-09 19:51:58 -06:00
Cort Buffington 717e802b9b fixed missing ) on logging line 2020-02-09 19:51:58 -06:00
n0mjs710 857c4d09d0 untested OBP support added
Push is just to sync with a test system.
2020-02-09 19:51:58 -06:00
n0mjs710 2e09350ad2 OBP Support Added -- CURRENTLY UNTESTED
OpenBridge support added, but not yet tested. This push is so that I can pick up my updates on another computer to test.
2020-02-09 19:51:58 -06:00
Cort Buffington 836c655739 add configuration to enable unit routing 2020-02-09 19:51:58 -06:00
Cort Buffington 281860db0b unit to unit calls, with contention working - HBSystems only
This appears to work, but no openbridge support yet.
2020-02-09 19:51:58 -06:00
Cort Buffington 0f38427f2f Works, but no contention handler
Private call forwarding works, with destionation routing cache, but no contention handler yet.
2020-02-09 19:51:58 -06:00
Cort Buffington 112143ec05 incremental update - Not Working
the program runs at ths point, logging is updated for group calls, no errors in unit sectinon, but no contention handler and send routines not yet built.
2020-02-09 19:51:58 -06:00
Cort Buffington 887657aa16 Track subscribers
this is not yet really useable, just getting the mechanics started
2020-02-09 19:51:58 -06:00