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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
25d61353
Commit
25d61353
authored
May 20, 2024
by
Guido Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE ID variable in main
* removed hardcoded value
parent
76f06a93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
executables/nr-uesoftmodem.c
executables/nr-uesoftmodem.c
+2
-1
No files found.
executables/nr-uesoftmodem.c
View file @
25d61353
...
...
@@ -456,6 +456,7 @@ ldpc_interface_t ldpc_interface = {0}, ldpc_interface_offload = {0};
int
main
(
int
argc
,
char
**
argv
)
{
uint8_t
ue_id
=
0
;
int
set_exe_prio
=
1
;
if
(
checkIfFedoraDistribution
())
if
(
checkIfGenericKernelOnFedora
())
...
...
@@ -563,7 +564,7 @@ int main(int argc, char **argv)
nr_init_frame_parms_ue
(
&
UE
[
CC_id
]
->
frame_parms
,
nrUE_config
,
mac
->
nr_band
);
}
init_nr_ue_vars
(
UE
[
CC_id
],
0
,
abstraction_flag
);
init_nr_ue_vars
(
UE
[
CC_id
],
ue_id
,
abstraction_flag
);
}
init_openair0
();
...
...
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