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

@ -1833,7 +1833,7 @@ class routerHBP(HBSYSTEM):
_tmp_bits = _bits & ~(1 << 7)
# Assemble transmit HBP packet header
_tmp_data = b''.join([_data[:15], _tmp_bits.to_bytes(1, 'big'), _data[16:20]])
_tmp_data = b''.join([_tmp_data, dmrpkt)
_tmp_data = b''.join([_tmp_data, dmrpkt])
systems[system].send_system(_tmp_data)
logger.info('(%s) UNIT Data Bridged to OBP System: %s DST_ID: %s, length: %s, data: %s', self._system, system,_int_dst_id,len(_tmp_data),_tmp_data)
if CONFIG['REPORTS']['REPORT']:

Loading…
Cancel
Save

Powered by TurnKey Linux.