From 59f9b2d165da99463060e7aad252e1392fd79fe8 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Sep 2022 13:56:31 +0100 Subject: [PATCH] Revert "Fix source server" This reverts commit 344c324fc4031cc6d980e03b3d3cd497311d397c. --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 7a73952..348f8a4 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1160,7 +1160,7 @@ class routerOBP(OPENBRIDGE): #Ignore this system and TS pair if it's called again on this packet return(_sysIgnore) - def sendDataToHBP(self,_d_system,_d_slot,_dst_id,_tmp_bits,_data,dmrpkt,_rf_src,_stream_id,_peer_id,_source_server = b'\x00\x00\x00\x00',_source_rptr = b'\x00\x00\x00\x00'): + def sendDataToHBP(self,_d_system,_d_slot,_dst_id,_tmp_bits,_data,dmrpkt,_rf_src,_stream_id,_peer_id): _int_dst_id = int_id(_dst_id) #Assemble transmit HBP packet header _tmp_data = b''.join([_data[:15], _tmp_bits.to_bytes(1, 'big'), _data[16:20]])