This commit is contained in:
Simon 2021-04-17 15:47:53 +01:00
parent 9d398ee6f7
commit ca1fc469ec

View File

@ -1794,22 +1794,8 @@ class routerHBP(HBSYSTEM):
#logger.warning("(%s) OBP *BridgeControl* Sent BCSQ , STREAM ID: %s, TG %s",self._system, int_id(_stream_id), int_id(_dst_id)) #logger.warning("(%s) OBP *BridgeControl* Sent BCSQ , STREAM ID: %s, TG %s",self._system, int_id(_stream_id), int_id(_dst_id))
self.STATUS[_slot]['_bcsq'] = True self.STATUS[_slot]['_bcsq'] = True
return return
<<<<<<< Updated upstream _int_seq = int(_seq)
<<<<<<< Updated upstream
<<<<<<< Updated upstream
=======
_int_seq = _seq.decode()
_int_seq = int(_int_seq)
>>>>>>> Stashed changes
=======
_int_seq = _seq.decode()
_int_seq = int(_int_seq)
>>>>>>> Stashed changes
=======
_int_seq = _seq.decode()
_int_seq = int(_int_seq)
>>>>>>> Stashed changes
#Duplicate handling# #Duplicate handling#
#Duplicate complete packet #Duplicate complete packet
if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _seq > 1: if self.STATUS[_slot]['lastData'] and self.STATUS[_slot]['lastData'] == _data and _seq > 1: