Add DMRA to proxy

This commit is contained in:
Simon 2021-01-22 13:31:42 +00:00
parent ca054d5cd6
commit f81b714002
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ class Proxy(DatagramProtocol):
if _command == DMRD: # DMRData -- encapsulated DMR data frame
_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
_peer_id = data[4:8]
elif _command == RPTK: # Repeater has answered our login challenge