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
canghaiwuhen
OpenXG-RAN
Commits
cb33ca45
Commit
cb33ca45
authored
Oct 11, 2017
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
partial adaption of configuration parameters
parent
4fc7846f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
142 additions
and
114 deletions
+142
-114
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+21
-7
openair2/ENB_APP/enb_paramdef.h
openair2/ENB_APP/enb_paramdef.h
+121
-107
No files found.
openair2/ENB_APP/enb_config.c
View file @
cb33ca45
...
...
@@ -480,15 +480,24 @@ int RCconfig_RRC(MessageDef *msg_p, uint32_t i, eNB_RRC_INST *rrc) {
// for no gcc warnings
(
void
)
my_int
;
paramdef_t
ENBSParams
[]
=
ENBSPARAMS_DESC
;
paramdef_t
ENBSParams
[]
=
ENBSPARAMS_DESC
;
paramdef_t
ENBParams
[]
=
ENBPARAMS_DESC
;
paramlist_def_t
ENBParamList
=
{
ENB_CONFIG_STRING_ENB_LIST
,
NULL
,
0
};
paramdef_t
ENBParams
[]
=
ENBPARAMS_DESC
;
paramlist_def_t
ENBParamList
=
{
ENB_CONFIG_STRING_ENB_LIST
,
NULL
,
0
};
paramdef_t
CCsParams
[]
=
CCPARAMS_DESC
;
paramlist_def_t
CCsParamList
=
{
ENB_CONFIG_STRING_COMPONENT_CARRIERS
,
NULL
,
0
};
paramdef_t
SRB1Params
[]
=
SRB1PARAMS_DESC
;
paramdef_t
CCsParams
[]
=
CCPARAMS_DESC
;
paramlist_def_t
CCsParamList
=
{
ENB_CONFIG_STRING_COMPONENT_CARRIERS
,
NULL
,
0
};
paramdef_t
brParams
[]
=
BRPARAMS_DESC
;
paramdef_t
siInfoBRParams
[]
=
SI_INFO_BR_DESC
;
paramdef_t
rsrprangeParams
[]
=
RSRP_RANGE_LIST_DESC
;
paramdef_t
rachcelevelParams
[]
=
RACH_CE_LEVELINFOLIST_R13_DESC
;
paramdef_t
prachParams
[]
=
PRACH_PARAMS_CE_R13_DESC
;
paramdef_t
n1PUCCH_ANR13Params
[]
=
N1PUCCH_AN_INFOLIST_R13_DESC
;
paramdef_t
pcchv1310Params
[]
=
PCCH_CONFIG_V1310_DESC
;
paramdef_t
sib2freqhoppingParams
[]
=
SIB2_FREQ_HOPPING_R13_DESC
;
paramdef_t
SRB1Params
[]
=
SRB1PARAMS_DESC
;
...
...
@@ -1717,6 +1726,11 @@ int RCconfig_RRC(MessageDef *msg_p, uint32_t i, eNB_RRC_INST *rrc) {
RC
.
config_file_name
,
i
,
ue_TransmissionMode
);
break
;
}
sprintf
(
brpath
,
"%s.%s.[%i].%s"
,
enbpath
,
ENB_CONFIG_STRING_COMPONENT_CARRIERS
,
ENB_CONFIG_STRING_BR_PARAMETERS
,
j
);
config_get
(
CCsParams
,
sizeof
(
CCsParams
)
/
sizeof
(
paramdef_t
),
ccspath
);
}
}
char
srb1path
[
MAX_OPTNAME_SIZE
*
2
+
8
];
...
...
openair2/ENB_APP/enb_paramdef.h
View file @
cb33ca45
This diff is collapsed.
Click to expand it.
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