|
|
|
@ -214,7 +214,7 @@ class OPENBRIDGE(DatagramProtocol):
|
|
|
|
# Keep This Line Commented Unless HEAVILY Debugging!
|
|
|
|
# Keep This Line Commented Unless HEAVILY Debugging!
|
|
|
|
#logger.debug('(%s) RX packet from %s -- %s', self._system, _sockaddr, ahex(_packet))
|
|
|
|
#logger.debug('(%s) RX packet from %s -- %s', self._system, _sockaddr, ahex(_packet))
|
|
|
|
|
|
|
|
|
|
|
|
_hops = None
|
|
|
|
_hops = bytes(0)
|
|
|
|
|
|
|
|
|
|
|
|
if _packet[:3] == DMR: # DMRData -- encapsulated DMR data frame
|
|
|
|
if _packet[:3] == DMR: # DMRData -- encapsulated DMR data frame
|
|
|
|
if _packet[:4] == DMRD:
|
|
|
|
if _packet[:4] == DMRD:
|
|
|
|
|