Commit Graph

348 Commits

Author SHA1 Message Date
n0mjs710
ff2818016d Lengthen OBP active queue length 2018-11-29 10:27:32 -06:00
Cort Buffington
d0fef204cf Don't mark properly ended OBP calls as timed out 2018-11-28 07:53:07 -06:00
n0mjs710
ce3ab6710b Comment out OBP outbound stream ID removal - mulitple terminators breaks this. 2018-11-28 07:44:23 -06:00
Cort Buffington
17c4a03c0b remove stream ID from target systems at call end 2018-11-28 07:34:32 -06:00
n0mjs710
bf2a99ec00 fix packet length to not confuse YSF2DMR when OBP is the source 2018-11-27 20:59:39 -06:00
n0mjs710
26137b898b Fixed master maintenance loop problem where I tried to delete an item from a dictionary I was iterating... silly me! 2018-11-27 11:21:46 -06:00
n0mjs710
bdbf012e9d small changes
Merge branch 'openbridge' of https://github.com/n0mjs710/hblink into openbridge
2018-11-26 11:53:11 -06:00
n0mjs710
17552507bb clean up 2018-11-26 11:52:45 -06:00
Steve N4IRS
c45da1de05 Fix typo in SUB_ACL of OB example 2018-11-26 09:00:48 -05:00
n0mjs710
bb4a8ff4d5 fix typo in peer limit check 2018-11-25 15:13:36 -06:00
Cort Buffington
83692f037c Add maximum peer limit for master instances 2018-11-25 15:07:55 -06:00
Cort Buffington
8a6225bd8e fix signals 2018-11-25 10:47:00 -06:00
Cort Buffington
9e5cc5311c logging typo fixed 2018-11-25 10:40:42 -06:00
Cort Buffington
409bc05c3a Merge branch 'openbridge' of https://github.com/n0mjs710/HBlink into openbridge 2018-11-25 10:37:52 -06:00
Cort Buffington
479eb5a9bb Added BSD style copyright notice 2018-11-25 10:36:14 -06:00
n0mjs710
57f2623ba9 Merge branch 'openbridge' of https://github.com/n0mjs710/hblink into openbridge 2018-11-25 10:24:25 -06:00
n0mjs710
21406c3f80 fix logger bugs 2018-11-25 10:23:58 -06:00
Cort Buffington
7f9073ac5d Improved stream idendification for ACL logging 2018-11-25 10:22:43 -06:00
Cort Buffington
fc948004a5 Update hb_log.py 2018-11-24 10:21:08 -06:00
Cort Buffington
5850aee88c Merge branch 'openbridge' of https://github.com/n0mjs710/HBlink into openbridge 2018-11-24 10:20:53 -06:00
Cort Buffington
71e794dd52 modified logging methodology
configure a logger in each module, create the proper configuration in the __main__ of each file
2018-11-24 10:20:47 -06:00
Cort Buffington
5bbe8a2511
Update hblink-SAMPLE.cfg 2018-11-24 08:41:11 -06:00
Cort Buffington
2aafcf4583
Update hblink-SAMPLE.cfg 2018-11-24 08:39:16 -06:00
n0mjs710
c5f2811a45 Update ACL logging info 2018-11-21 20:55:54 -06:00
n0mjs710
145d2f4537 Fixed typo in registration ACL processing 2018-11-21 10:58:16 -06:00
Cort Buffington
e5978f79ca Consolidate ACLs into HBlink.py
MAJOR CHANGE: Move ACLs into the main hblink.cfg configuraiton file and process all ingress ACLs in hblink.py itself. This means removing all other ACL processing from other programs, except hb_bridge_all.py which uses the main hblink.py ACLs for egress processing.
2018-11-21 10:24:19 -06:00
n0mjs710
b639f83057 OpenBridge Improvements, bug fixes, logging 2018-11-12 16:39:33 -06:00
n0mjs710
8acaded9dc Added logging, and fixed instance STATUS dictionary for HBP systems - Start time was incorrectly recorded. 2018-11-11 15:17:35 -06:00
n0mjs710
fe8b2e3595 Incremental Updates - nothing big 2018-11-10 15:36:19 -06:00
Cort Buffington
da42770ef5 indent logging line to reduce frequency 2018-11-08 13:38:12 -06:00
Cort Buffington
6f33ec54c5 Merge branch 'openbridge' of https://github.com/n0mjs710/HBlink into openbridge 2018-11-08 09:41:39 -06:00
Cort Buffington
3cfee4d009 OB to OB Support WORKING 2018-11-08 09:41:08 -06:00
n0mjs710
db18b418b6 OB to OB Support Added 2018-11-08 09:39:50 -06:00
Cort Buffington
316b566b9d an OB to OB Support 2018-11-08 09:02:24 -06:00
Cort Buffington
57bfd9b203 Fix bridge table reporting interval 2018-11-08 08:39:31 -06:00
n0mjs710
12ba4ba3eb Merge branch 'openbridge' of https://github.com/n0mjs710/hblink into openbridge 2018-11-08 08:29:22 -06:00
n0mjs710
84ac4c24c6 Fixed minor reporting bug 2018-11-08 08:28:47 -06:00
Cort Buffington
8ce98d148e Timers intialized set when ACTIVE = False
Fixed initial timer problem
2018-11-08 08:26:25 -06:00
Cort Buffington
61164fa290 inactive stream id removal working
Please test this more... I think it's working.
2018-10-27 12:29:29 -05:00
Cort Buffington
e78912d557 work with stale stream removal - not working 100% 2018-10-27 11:52:29 -05:00
Cort Buffington
ed12a8effa Dangerous, but it works
Needs code optomization and cleanup, and as of now, has no method to purge abandoned stream_ids, and thus will have the effect of a memory leak for calls wothout voice terminators
2018-10-27 09:45:05 -05:00
Cort Buffington
5fbf8f0a11 Update hb_confbridge.py 2018-10-12 16:38:18 -05:00
Cort Buffington
85139a17e6 Update hb_confbridge.py 2018-10-12 16:37:01 -05:00
Cort Buffington
5fd5ecb2ef Update hb_confbridge.py 2018-10-12 16:35:25 -05:00
Cort Buffington
98298cfca1 Update hb_confbridge.py 2018-10-12 16:33:21 -05:00
Cort Buffington
491afb806c Update hb_confbridge.py 2018-10-12 16:30:18 -05:00
Cort Buffington
28007dcc87 Update hb_confbridge.py 2018-10-12 16:26:42 -05:00
Cort Buffington
3c7db08dfd Update hb_confbridge.py 2018-10-12 16:25:36 -05:00
Cort Buffington
4d9b2f0af4 Update hb_confbridge.py 2018-10-12 16:23:16 -05:00
Cort Buffington
37b6f27864 Update hb_confbridge.py 2018-10-12 16:21:31 -05:00