mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-15 20:51:54 -05:00
Merge pull request #10 from kf7eel/patch-1
forward CSBK to destination TG
This commit is contained in:
commit
c05d8fed5a
@ -1051,7 +1051,9 @@ class routerHBP(HBSYSTEM):
|
||||
else:
|
||||
self.unit_received(_peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data)
|
||||
elif _call_type == 'vcsbk':
|
||||
logger.debug('CSBK recieved, but HBlink does not process them currently')
|
||||
#logger.debug('CSBK recieved, but HBlink does not process them currently')
|
||||
logger.debug('CSBK recieved, routing to ' + str(int_id(_dst_id)))
|
||||
self.group_received(_peer_id, _rf_src, _dst_id, _seq, _slot, _frame_type, _dtype_vseq, _stream_id, _data)
|
||||
else:
|
||||
logger.error('Unknown call type recieved -- not processed')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user