Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
1d8f716c
Commit
1d8f716c
authored
Apr 25, 2018
by
Wang
Browse files
hardcoding config file for ADRV9371_ZC706 target
parent
ab3c963b
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/RT/USER/nr-softmodem.c
View file @
1d8f716c
...
...
@@ -159,7 +159,7 @@ double bw = 10.0e6;
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
phy_test
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment