aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-01-19 10:39:51 +0700
committerPiotr Krysik <ptrkrysik@gmail.com>2019-07-18 10:31:27 +0200
commit0b70fcc19b56cb582b5b1b691f827315d514988a (patch)
tree9c2613eda53525fdd10e75781307c22ad5eeb6e3
parent5819e314509a2ce4774e7c77b3610d7c5e0b7e97 (diff)
trx/radio_if.py: update clock_offset_control in set_rx_freq()
-rw-r--r--python/trx/radio_if.py1
1 files changed, 1 insertions, 0 deletions
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 @@ 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):