Commit 1d8f716c authored by root's avatar root

hardcoding config file for ADRV9371_ZC706 target

parent ab3c963b
...@@ -159,7 +159,7 @@ double bw = 10.0e6; ...@@ -159,7 +159,7 @@ double bw = 10.0e6;
static int tx_max_power[MAX_NUM_CCs]; /* = {0,0}*/; static int tx_max_power[MAX_NUM_CCs]; /* = {0,0}*/;
char rf_config_file[1024]; char rf_config_file[1024]="./targets/ARCH/ADRV9371_ZC706/USERSPACE/PROFILES/gnb.band7.tm1.PRB100.NR40.adrv9371-zc706_HWgain15dB.ini";
int chain_offset=0; int chain_offset=0;
int phy_test = 0; int phy_test = 0;
......
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