remove txtime updating for data calls

kf7eel-inc
Simon 4 years ago
parent 0de4a503cb
commit 03b2316771
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1941,7 +1941,6 @@ class routerHBP(HBSYSTEM):
_dst_slot = systems[_d_system].STATUS[_slot] _dst_slot = systems[_d_system].STATUS[_slot]
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
logger.info("rxt: %s, txt: %s, txtime: %s, hangtime: %s, calc: %s ",_dst_slot['RX_TYPE'],_dst_slot['TX_TYPE'],_dst_slot['TX_TIME'],CONFIG['SYSTEMS'][_d_system]['GROUP_HANGTIME'],time() - _dst_slot['TX_TIME'])
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']):
#Currently we send on the same slot received on #Currently we send on the same slot received on
_tmp_bits = _bits # & ~(1 << 7) _tmp_bits = _bits # & ~(1 << 7)

Loading…
Cancel
Save

Powered by TurnKey Linux.