mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-12-17 23:28:11 -05:00
Merge pull request #6 from kf7eel/master
fix typo (CSBK packet types). Does not fundamentally change the script, since CSBK packets aren't processed.
This commit is contained in:
commit
539f8a7fcd
@ -1050,7 +1050,7 @@ class routerHBP(HBSYSTEM):
|
||||
logger.error('(%s) *UNIT CALL NOT FORWARDED* UNIT calling is disabled for this system (INGRESS)', self._system)
|
||||
else:
|
||||
self.unit_received(_peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data)
|
||||
elif _call_type == 'vscsbk':
|
||||
elif _call_type == 'vcsbk':
|
||||
logger.debug('CSBK recieved, but HBlink does not process them currently')
|
||||
else:
|
||||
logger.error('Unknown call type recieved -- not processed')
|
||||
|
Loading…
Reference in New Issue
Block a user