Revert "Server should take responsibility for the the source of V1 (OBP) bridge traffic"

This reverts commit 36e9b8057c.
ta
Simon 4 years ago
parent 36e9b8057c
commit b61ea48e5d

@ -1468,11 +1468,7 @@ class routerOBP(OPENBRIDGE):
pkt_time = time() pkt_time = time()
dmrpkt = _data[20:53] dmrpkt = _data[20:53]
_bits = _data[15] _bits = _data[15]
#If this is a v1 bridge, this server takes responsibility for traffic.
if CONFIG['SYSTEMS'][system]['VER'] == 1:
_source_server = self._CONFIG['GLOBAL']['SERVER_ID']
#pkt_crc = Crc32.calc(_data[4:53]) #pkt_crc = Crc32.calc(_data[4:53])
#_pkt_crc = Crc32.calc(dmrpkt) #_pkt_crc = Crc32.calc(dmrpkt)

Loading…
Cancel
Save

Powered by TurnKey Linux.