#208: Fixed port names of offset control and input

This commit is contained in:
Roman Khassraf 2016-10-01 13:13:05 +02:00
parent 0e84cb9113
commit 1245b223a8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class grgsm_capture(gr.top_block):
if self.verbose or self.burst_file:
self.connect((self.gsm_input, 0), (self.gsm_receiver, 0))
self.connect((self.blocks_rotator, 0), (self.gsm_input, 0))
self.msg_connect(self.gsm_clock_offset_control, "ppm", self.gsm_input, "ppm_in")
self.msg_connect(self.gsm_clock_offset_control, "ctrl", self.gsm_input, "ctrl_in")
self.msg_connect(self.gsm_receiver, "measurements", self.gsm_clock_offset_control, "measurements")
if self.burst_file: