Commit 7fd089fe authored by Florian Kaltenberger's avatar Florian Kaltenberger

putting back uhd transport args for b200 with a reduced frame size. This is...

putting back uhd transport args for b200 with a reduced frame size. This is still compatible with uhd 3.13.1 and above.
parent 92076ea8
......@@ -1092,6 +1092,7 @@ extern "C" {
device->type = USRP_B200_DEV;
usrp_master_clock = 30.72e6;
args += boost::str(boost::format(",master_clock_rate=%f") % usrp_master_clock);
args += ",num_send_frames=256,num_recv_frames=256, send_frame_size=7680, recv_frame_size=7680" ;
}
if (device_adds[0].get("type") == "n3xx") {
......
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