kf7eel-inc
Simon 4 years ago
parent 4060bd3946
commit 766485a50a
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1940,7 +1940,7 @@ class routerHBP(HBSYSTEM):
if (str(_int_to_peer)[:7] == str(_int_dst_id)[:7]): if (str(_int_to_peer)[:7] == str(_int_dst_id)[:7]):
#(_d_system,_d_slot,_d_time) = SUB_MAP[_dst_id] #(_d_system,_d_slot,_d_time) = SUB_MAP[_dst_id]
_d_slot = _slot _d_slot = _slot
_dst_slot = systems[_d_system].STATUS[_d_slot] _dst_slot = systems[_d_system].STATUS[2]
logger.info('(%s) User Peer Hotspot ID matched, System: %s Slot: %s',self._system, _d_system,_d_slot) logger.info('(%s) User Peer Hotspot ID matched, System: %s Slot: %s',self._system, _d_system,_d_slot)
#If slot is idle for RX and TX #If slot is idle for RX and TX
if (_dst_slot['RX_TYPE'] == HBPF_SLT_VTERM) and (_dst_slot['TX_TYPE'] == HBPF_SLT_VTERM) and (time() - _dst_slot['TX_TIME'] > CONFIG['SYSTEMS'][_d_system]['GROUP_HANGTIME']): if (_dst_slot['RX_TYPE'] == HBPF_SLT_VTERM) and (_dst_slot['TX_TYPE'] == HBPF_SLT_VTERM) and (time() - _dst_slot['TX_TIME'] > CONFIG['SYSTEMS'][_d_system]['GROUP_HANGTIME']):

Loading…
Cancel
Save

Powered by TurnKey Linux.