Debug LC exception

pypy
Simon 5 years ago
parent 8913ff46f1
commit 00e1d2109a

@ -1185,12 +1185,14 @@ class routerOBP(OPENBRIDGE):
'CONTENTION':False,
'RFS': _rf_src,
'TGID': _dst_id,
'RX_PEER': _peer_id
'RX_PEER': _peer_id,
}
# Generate LCs (full and EMB) for the TX stream
try:
dst_lc = b''.join([self.STATUS[_stream_id]['LC'][0:3], _target['TGID'], _rf_src])
except:
except Exception:
logger.exception('(to_target) caught exception')
return
_target_status[_stream_id]['H_LC'] = bptc.encode_header_lc(dst_lc)
_target_status[_stream_id]['T_LC'] = bptc.encode_terminator_lc(dst_lc)

Loading…
Cancel
Save

Powered by TurnKey Linux.