don't use
This commit is contained in:
parent
725110e48e
commit
bc9ab4e11c
@ -73,7 +73,7 @@ class playIPSC(IPSC):
|
|||||||
|
|
||||||
_self_peer = NETWORK[_network]['LOCAL']['RADIO_ID']
|
_self_peer = NETWORK[_network]['LOCAL']['RADIO_ID']
|
||||||
_self_src = _self_peer[1:]
|
_self_src = _self_peer[1:]
|
||||||
|
_dst_sub = data[9:12]
|
||||||
for i in self.CALL_DATA:
|
for i in self.CALL_DATA:
|
||||||
_tmp_data = i
|
_tmp_data = i
|
||||||
|
|
||||||
@ -83,6 +83,9 @@ class playIPSC(IPSC):
|
|||||||
# re-Write the source subscriber ID to that of this program
|
# re-Write the source subscriber ID to that of this program
|
||||||
_tmp_data = _tmp_data.replace(_src_sub, _self_src)
|
_tmp_data = _tmp_data.replace(_src_sub, _self_src)
|
||||||
|
|
||||||
|
# Re-Write the destination Group ID
|
||||||
|
_tmp_data = _tmp_data.replace(_tmp_data[9:12], _dst_group)
|
||||||
|
|
||||||
# Re-Write IPSC timeslot value
|
# Re-Write IPSC timeslot value
|
||||||
'''
|
'''
|
||||||
_call_info = int_id(_data[17:18])
|
_call_info = int_id(_data[17:18])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user