Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JenRungHuang
openairinterface5G
Commits
f90444a1
Commit
f90444a1
authored
Nov 03, 2017
by
David Price
Browse files
Cannot run vnf 3 ahead it runs out of space with downlink messages and their harq
parent
ebee0e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/ENB_APP/enb_config.c
View file @
f90444a1
...
...
@@ -106,7 +106,6 @@ static int enb_check_band_frequencies(char* lib_config_file_name_pP,
extern
void
mac_top_init_eNB
(
void
);
extern
uint8_t
nfapi_mode
;
extern
uint8_t
sf_ahead
;
...
...
@@ -391,7 +390,6 @@ void RCconfig_macrlc() {
RC
.
mac
[
j
]
->
eth_params_s
.
transp_preference
=
ETH_UDP_MODE
;
nfapi_mode
=
2
;
sf_ahead
=
3
;
printf
(
"**************** vnf_port:%d
\n
"
,
RC
.
mac
[
j
]
->
eth_params_s
.
my_portc
);
configure_nfapi_vnf
(
RC
.
mac
[
j
]
->
eth_params_s
.
my_addr
,
RC
.
mac
[
j
]
->
eth_params_s
.
my_portc
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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