Skip to content
Snippets Groups Projects
Commit 38f7d772 authored by Florian Kaltenberger's avatar Florian Kaltenberger
Browse files

small fix for USRP X410

parent 5bf454c7
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1565small fix for USRP X410,!1564integration_2022_wk21
...@@ -644,6 +644,7 @@ static int trx_usrp_read(openair0_device *device, openair0_timestamp *ptimestamp ...@@ -644,6 +644,7 @@ static int trx_usrp_read(openair0_device *device, openair0_timestamp *ptimestamp
break; break;
case USRP_X300_DEV: case USRP_X300_DEV:
case USRP_N300_DEV: case USRP_N300_DEV:
case USRP_X400_DEV:
rxshift=2; rxshift=2;
break; break;
default: default:
......
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