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
82cd728e
Commit
82cd728e
authored
Aug 16, 2017
by
islam.galal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes
parent
91beb110
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+1
-1
openair2/RRC/LITE/MESSAGES/asn1_msg.c
openair2/RRC/LITE/MESSAGES/asn1_msg.c
+2
-0
No files found.
openair2/ENB_APP/enb_config.c
View file @
82cd728e
...
...
@@ -2786,7 +2786,7 @@ int RCconfig_RRC(MessageDef *msg_p, uint32_t i, eNB_RRC_INST *rrc) {
if
(
config_setting_lookup_int
(
prach_parameters_ce_r13
,
ENB_CONFIG_STRING_MAX_NUM_PREAMBLE_ATTEMPT_CE_R13
,
&
maxNumPreambleAttemptCE_r13
))
{
RRC_CONFIGURATION_REQ
(
msg_p
).
maxNumPreambleAttemptCE_r13
[
j
][
prach_parameters_index
]
=
calloc
(
1
,
sizeof
(
long
));
RRC_CONFIGURATION_REQ
(
msg_p
).
maxNumPreambleAttemptCE_r13
[
j
][
prach_parameters_index
]
=
maxNumPreambleAttemptCE_r13
;
*
RRC_CONFIGURATION_REQ
(
msg_p
).
maxNumPreambleAttemptCE_r13
[
j
][
prach_parameters_index
]
=
maxNumPreambleAttemptCE_r13
;
}
else
{
...
...
openair2/RRC/LITE/MESSAGES/asn1_msg.c
View file @
82cd728e
...
...
@@ -1412,6 +1412,7 @@ uint8_t do_SIB23(uint8_t Mod_id,
if
(
configuration
->
prach_StartingSubframe_r13
[
CC_id
][
prach_parameters_index
])
{
prach_parametersce_r13
->
prach_StartingSubframe_r13
=
CALLOC
(
1
,
sizeof
(
long
));
*
prach_parametersce_r13
->
prach_StartingSubframe_r13
=
*
configuration
->
prach_StartingSubframe_r13
[
CC_id
][
prach_parameters_index
];
}
else
...
...
@@ -1421,6 +1422,7 @@ uint8_t do_SIB23(uint8_t Mod_id,
if
(
configuration
->
maxNumPreambleAttemptCE_r13
[
CC_id
][
prach_parameters_index
])
{
prach_parametersce_r13
->
maxNumPreambleAttemptCE_r13
=
CALLOC
(
1
,
sizeof
(
long
));
*
prach_parametersce_r13
->
maxNumPreambleAttemptCE_r13
=
*
configuration
->
maxNumPreambleAttemptCE_r13
[
CC_id
][
prach_parameters_index
];
}
else
...
...
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