Commit 1f92a249 authored by Lionel Gauthier's avatar Lionel Gauthier

patches13/0025-UHD-use-default-clock-this-is-either-the-internal-or.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7071 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent bfe9f4f6
...@@ -130,7 +130,6 @@ static void trx_usrp_end(openair0_device *device) ...@@ -130,7 +130,6 @@ static void trx_usrp_end(openair0_device *device)
static void trx_usrp_write(openair0_device *device, openair0_timestamp timestamp, void **buff, int nsamps, int cc, int flags) static void trx_usrp_write(openair0_device *device, openair0_timestamp timestamp, void **buff, int nsamps, int cc, int flags)
{ {
usrp_state_t *s = (usrp_state_t*)device->priv; usrp_state_t *s = (usrp_state_t*)device->priv;
s->tx_md.time_spec = uhd::time_spec_t::from_ticks(timestamp, s->sample_rate); s->tx_md.time_spec = uhd::time_spec_t::from_ticks(timestamp, s->sample_rate);
if(flags) if(flags)
s->tx_md.has_time_spec = true; s->tx_md.has_time_spec = true;
...@@ -292,8 +291,9 @@ int openair0_device_init(openair0_device* device, openair0_config_t *openair0_cf ...@@ -292,8 +291,9 @@ int openair0_device_init(openair0_device* device, openair0_config_t *openair0_cf
// s->usrp->set_rx_subdev_spec(rx_subdev); // s->usrp->set_rx_subdev_spec(rx_subdev);
// s->usrp->set_tx_subdev_spec(tx_subdev); // s->usrp->set_tx_subdev_spec(tx_subdev);
// lock mboard clocks // do not explicitly set the clock to "internal", because this will disable the gpsdo
s->usrp->set_clock_source("internal"); // // lock mboard clocks
// s->usrp->set_clock_source("internal");
// set master clock rate and sample rate for tx & rx for streaming // set master clock rate and sample rate for tx & rx for streaming
s->usrp->set_master_clock_rate(30.72e6); s->usrp->set_master_clock_rate(30.72e6);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment