Skip to content
Snippets Groups Projects
Commit 2342091b authored by Rohit Gupta's avatar Rohit Gupta
Browse files

change the num_recv_frames for USRP B210 to reduce UUULLLL's

parent d000bf2f
No related branches found
No related tags found
No related merge requests found
......@@ -482,6 +482,7 @@ int openair0_dev_init_usrp(openair0_device* device, openair0_config_t *openair0_
} else {
printf("Found USRP B200");
args += ",num_recv_frames=256" ;
s->usrp = uhd::usrp::multi_usrp::make(args);
// s->usrp->set_rx_subdev_spec(rx_subdev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment