|
|
|
@ -219,7 +219,7 @@ class OPENBRIDGE(DatagramProtocol):
|
|
|
|
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:
|
|
|
|
if self._config['VER'] > 1:
|
|
|
|
if self._config['VER'] > 1:
|
|
|
|
logger.warning('(%s) *ProtoControl* Version 1 protocol prohibited by PROTO_VER, Ver: %s',self._system,_ver)
|
|
|
|
logger.warning('(%s) *ProtoControl* Version 1 protocol prohibited by PROTO_VER, Ver: %s',self._system,self._config['VER'])
|
|
|
|
self.send_bcve()
|
|
|
|
self.send_bcve()
|
|
|
|
return
|
|
|
|
return
|
|
|
|
_data = _packet[:53]
|
|
|
|
_data = _packet[:53]
|
|
|
|
|