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
ZhouShuya
OpenXG-RAN
Commits
7b6ac826
Commit
7b6ac826
authored
Apr 16, 2019
by
OAI-admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
End of merge from develop
parent
5ae494e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+0
-32
No files found.
openair2/ENB_APP/enb_config.c
View file @
7b6ac826
...
...
@@ -54,13 +54,8 @@
#include "common/config/config_userapi.h"
#include "RRC_config_tools.h"
#include "enb_paramdef.h"
<<<<<<<
HEAD
#define RRC_INACTIVITY_THRESH 0 // set to '0' to deactivate (in ms)
=======
#include "proto_agent.h"
#define RRC_INACTIVITY_THRESH 0
>>>>>>>
develop
extern
uint16_t
sf_ahead
;
extern
void
set_parallel_conf
(
char
*
parallel_conf
);
...
...
@@ -1144,7 +1139,6 @@ int RCconfig_RRC(uint32_t i, eNB_RRC_INST *rrc, int macrlc_has_f1) {
break
;
}
<<<<<<<
HEAD
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"fourT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_fourT
;
}
...
...
@@ -1452,25 +1446,6 @@ int RCconfig_RRC(uint32_t i, eNB_RRC_INST *rrc, int macrlc_has_f1) {
}
if
(
cycleNb
>
0
&&
(
offsetMaxLimit
%
cycleNb
!=
0
||
cycleNb
==
offsetMaxLimit
))
{
=======
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"fourT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_fourT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"twoT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_twoT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"oneT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_oneT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"halfT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_halfT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"quarterT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_quarterT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"oneEighthT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_oneEighthT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"oneSixteenthT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_oneSixteenthT
;
}
else
if
(
strcmp
(
ccparams_lte
.
pcch_nB
,
"oneThirtySecondT"
)
==
0
)
{
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
pcch_nB
=
LTE_PCCH_Config__nB_oneThirtySecondT
;
}
else
>>>>>>>
develop
AssertFatal
(
0
,
"Failed to parse eNB configuration file %s, enb %d incompatible (not multiple) values
\"
%d
\"
-
\"
%d
\"
for drx_shortDrx_Cycle and drx_longDrx_CycleStartOffset choice !
\n
"
,
RC
.
config_file_name
,
i
,
cycleNb
,
offsetMaxLimit
);
...
...
@@ -1485,17 +1460,10 @@ int RCconfig_RRC(uint32_t i, eNB_RRC_INST *rrc, int macrlc_has_f1) {
}
}
<<<<<<<
HEAD
switch
(
ccparams_lte
.
bcch_modificationPeriodCoeff
)
{
case
2
:
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
bcch_modificationPeriodCoeff
=
LTE_BCCH_Config__modificationPeriodCoeff_n2
;
break
;
=======
switch
(
ccparams_lte
.
bcch_modificationPeriodCoeff
)
{
case
2
:
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
bcch_modificationPeriodCoeff
=
LTE_BCCH_Config__modificationPeriodCoeff_n2
;
break
;
>>>>>>>
develop
case
4
:
RRC_CONFIGURATION_REQ
(
msg_p
).
radioresourceconfig
[
j
].
bcch_modificationPeriodCoeff
=
LTE_BCCH_Config__modificationPeriodCoeff_n4
;
...
...
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