debugging, don't use

This commit is contained in:
Cort Buffington 2015-08-12 09:04:35 -05:00
parent fc18a2f3c0
commit 7259f16ec0
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ class playIPSC(IPSC):
#_tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID'])
# Re-Write IPSC timeslot value
'''
_call_info = int_id(_data[17:18])
if _ts == 0:
_call_info &= ~(1 << 5)
@ -87,7 +87,7 @@ class playIPSC(IPSC):
_call_info |= 1 << 5
_call_info = chr(_call_info)
_tmp_data = _tmp_data[:17] + _call_info + _tmp_data[18:]
'''
# Re-Write DMR timeslot value
# Determine if the slot is present, so we can translate if need be
'''