trx/radio_if.py: update clock_offset_control in set_rx_freq()

Change-Id: I065bf664f775099c90c123c9ff75f262a73bf1be
This commit is contained in:
Vadim Yanitskiy 2019-01-19 10:39:51 +07:00
parent 8bd9e15c66
commit 5823a419e9
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ class RadioInterface(gr.top_block):
eng_notation.num_to_str(self.freq_offset)))
self.phy_src.set_center_freq(fc, 0)
self.rotator_src.set_phase_inc(self.calc_phase_inc(fc))
self.gsm_clck_ctrl.set_fc(fc)
self.rx_freq = fc
def set_tx_freq(self, fc):