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
lizhongxiao
OpenXG-RAN
Commits
19751e37
Commit
19751e37
authored
Apr 20, 2016
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
bb888e4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
targets/SIMU/USER/oaisim.c
targets/SIMU/USER/oaisim.c
+2
-2
targets/SIMU/USER/oaisim_functions.c
targets/SIMU/USER/oaisim_functions.c
+1
-1
No files found.
targets/SIMU/USER/oaisim.c
View file @
19751e37
...
...
@@ -163,9 +163,9 @@ extern uint16_t Nid_cell;
extern
LTE_DL_FRAME_PARMS
*
frame_parms
[
MAX_NUM_CCs
];
#ifdef XFORMS
//
#ifdef XFORMS
int
otg_enabled
;
#endif
//
#endif
time_stats_t
oaisim_stats
;
time_stats_t
oaisim_stats_f
;
...
...
targets/SIMU/USER/oaisim_functions.c
View file @
19751e37
...
...
@@ -982,7 +982,7 @@ void init_openair1(void)
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
tx_power_max_dBm
=
23
;
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
rx_total_gain_dB
=
1
6
0
;
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
rx_total_gain_dB
=
1
3
0
;
// update UE_mode for each eNB_id not just 0
if
(
abstraction_flag
==
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