From 03f80f900d01fb84dc255b649e9b08fe2d8d6e79 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 09:07:49 -0500 Subject: [PATCH] debugging, don't use --- play_group.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/play_group.py b/play_group.py index 341cd7f..a552fcb 100755 --- a/play_group.py +++ b/play_group.py @@ -75,11 +75,12 @@ class playIPSC(IPSC): # re-Write the peer radio ID to that of this program _tmp_data = _tmp_data.replace(_peerid, NETWORK[_network]['LOCAL']['RADIO_ID']) + # re-Write the source subscriber ID to that of this program - #_tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID']) + _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 +88,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 '''