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

Change-Id: I065bf664f775099c90c123c9ff75f262a73bf1be
diff --git a/python/trx/radio_if.py b/python/trx/radio_if.py
index 4032850..4c678e7 100644
--- a/python/trx/radio_if.py
+++ b/python/trx/radio_if.py
@@ -283,6 +283,7 @@
 					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):