Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
e5b0c265
Commit
e5b0c265
authored
Mar 10, 2021
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed sf_ahead based on NFAPI_MODE
parent
34b53ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
targets/RT/USER/lte-uesoftmodem.c
targets/RT/USER/lte-uesoftmodem.c
+7
-2
No files found.
targets/RT/USER/lte-uesoftmodem.c
View file @
e5b0c265
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
#include "lte-softmodem.h"
#include "lte-softmodem.h"
extern
int
ue_id_g
;
extern
int
ue_id_g
;
/* temporary compilation wokaround (UE/eNB split */
/* temporary compilation wokaround (UE/eNB split */
...
@@ -95,7 +95,7 @@ pthread_mutex_t nfapi_sync_mutex;
...
@@ -95,7 +95,7 @@ pthread_mutex_t nfapi_sync_mutex;
int
nfapi_sync_var
=-
1
;
//!< protected by mutex \ref nfapi_sync_mutex
int
nfapi_sync_var
=-
1
;
//!< protected by mutex \ref nfapi_sync_mutex
uint16_t
sf_ahead
=
1
;
uint16_t
sf_ahead
=
4
;
int
tddflag
;
int
tddflag
;
char
*
emul_iface
;
char
*
emul_iface
;
...
@@ -587,6 +587,11 @@ int main( int argc, char **argv ) {
...
@@ -587,6 +587,11 @@ int main( int argc, char **argv ) {
get_options
();
get_options
();
if
(
NFAPI_MODE
==
NFAPI_MODE_STANDALONE_PNF
)
{
sf_ahead
=
1
;
}
printf
(
"sf_ahead = %d
\n
"
,
sf_ahead
);
EPC_MODE_ENABLED
=
!
IS_SOFTMODEM_NOS1
;
EPC_MODE_ENABLED
=
!
IS_SOFTMODEM_NOS1
;
printf
(
"Running with %d UE instances
\n
"
,
NB_UE_INST
);
printf
(
"Running with %d UE instances
\n
"
,
NB_UE_INST
);
...
...
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