Add DMRA to proxy
This commit is contained in:
parent
ca054d5cd6
commit
f81b714002
@ -93,6 +93,8 @@ class Proxy(DatagramProtocol):
|
|||||||
|
|
||||||
if _command == DMRD: # DMRData -- encapsulated DMR data frame
|
if _command == DMRD: # DMRData -- encapsulated DMR data frame
|
||||||
_peer_id = data[11:15]
|
_peer_id = data[11:15]
|
||||||
|
elif _command == DMRA: # DMRAlias -- Talker Alias information
|
||||||
|
_peer_id = _data[4:8]
|
||||||
elif _command == RPTL: # RPTLogin -- a repeater wants to login
|
elif _command == RPTL: # RPTLogin -- a repeater wants to login
|
||||||
_peer_id = data[4:8]
|
_peer_id = data[4:8]
|
||||||
elif _command == RPTK: # Repeater has answered our login challenge
|
elif _command == RPTK: # Repeater has answered our login challenge
|
||||||
|
Loading…
Reference in New Issue
Block a user