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:
Randy Hall 2020-11-23 20:28:14 -08:00 committed by GitHub
commit 539f8a7fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')