EttusResearch / gr-ettus

Out-of-tree GNU Radio Module for Experimental Ettus Research Features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ettus_rfnoc_graph.block.yml does not configure time and clock sources

Zlika opened this issue · comments

The "RFNoC graph block" described by ettus_rfnoc_graph.block.yml allows the user to configure the time source and the clock source for each Mboard. However, these configuration items are not used in the "templates" section. The "templates" section should call the set_time_source() and set_clock_source() methods to configure the rfnoc graph block as requested by the user.

Fixed here via b7bc02f, on gr-uhd via gnuradio/gnuradio#6349.