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
wangjie
OpenXG-RAN
Commits
03c6604f
Commit
03c6604f
authored
Jan 24, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix for configuration part
parent
b5a55c13
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
191 additions
and
198 deletions
+191
-198
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+186
-193
openair2/ENB_APP/enb_config.h
openair2/ENB_APP/enb_config.h
+5
-5
No files found.
openair2/ENB_APP/enb_config.c
View file @
03c6604f
This diff is collapsed.
Click to expand it.
openair2/ENB_APP/enb_config.h
View file @
03c6604f
...
...
@@ -209,7 +209,7 @@ typedef struct Enb_properties_s {
#endif
long
ue_TransmissionMode
[
1
+
MAX_NUM_CCs
];
//
//
*************************************** NB-IoT **********************************************
//
///////////////////////////////////////// NB-IoT ///////////////////////////////////////////////////
//
long
rach_raResponseWindowSize_NB
[
1
+
MAX_NUM_CCs
];
long
rach_macContentionResolutionTimer_NB
[
1
+
MAX_NUM_CCs
];
...
...
@@ -220,7 +220,7 @@ typedef struct Enb_properties_s {
long
pcch_defaultPagingCycle_NB
[
1
+
MAX_NUM_CCs
];
long
nprach_CP_Length
[
1
+
MAX_NUM_CCs
];
long
nprach_rsrp_range
[
1
+
MAX_NUM_CCs
];
char
*
nprach_SubcarrierMSG3_RangeStart
;
long
nprach_SubcarrierMSG3_RangeStart
[
1
+
MAX_NUM_CCs
]
;
long
maxNumPreambleAttemptCE_NB
[
1
+
MAX_NUM_CCs
];
long
npdsch_nrs_Power
[
1
+
MAX_NUM_CCs
];
long
npusch_ack_nack_numRepetitions_NB
[
1
+
MAX_NUM_CCs
];
...
...
@@ -231,7 +231,7 @@ typedef struct Enb_properties_s {
long
npusch_groupAssignmentNPUSCH_r13
[
1
+
MAX_NUM_CCs
];
long
dl_GapThreshold_NB
[
1
+
MAX_NUM_CCs
];
long
dl_GapPeriodicity_NB
[
1
+
MAX_NUM_CCs
];
char
*
dl_GapDurationCoeff_NB
;
long
dl_GapDurationCoeff_NB
[
1
+
MAX_NUM_CCs
]
;
long
npusch_p0_NominalNPUSCH
[
1
+
MAX_NUM_CCs
];
long
npusch_alpha
[
1
+
MAX_NUM_CCs
];
long
deltaPreambleMsg3
[
1
+
MAX_NUM_CCs
];
...
...
@@ -250,9 +250,9 @@ typedef struct Enb_properties_s {
long
numRepetitionsPerPreambleAttempt
[
1
+
MAX_NUM_CCs
];
long
npdcch_NumRepetitions_RA
[
1
+
MAX_NUM_CCs
];
long
npdcch_StartSF_CSS_RA
[
1
+
MAX_NUM_CCs
];
char
*
npdcch_Offset_RA
;
long
npdcch_Offset_RA
[
1
+
MAX_NUM_CCs
]
;
//
********************************************END******************************************************
//
///////////////////////////////////////////END/////////////////////////////////////////////
long
srb1_timer_poll_retransmit
;
long
srb1_timer_reordering
;
long
srb1_timer_status_prohibit
;
...
...
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