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
80920618
Commit
80920618
authored
Aug 31, 2018
by
Louis Adrien Dufrene
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code guidelines
parent
ec702c88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
openair2/RRC/LTE/MESSAGES/asn1_msg.c
openair2/RRC/LTE/MESSAGES/asn1_msg.c
+5
-2
No files found.
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
80920618
...
@@ -183,7 +183,7 @@ uint8_t do_MIB(rrc_eNB_carrier_data_t *carrier, uint32_t N_RB_DL, uint32_t phich
...
@@ -183,7 +183,7 @@ uint8_t do_MIB(rrc_eNB_carrier_data_t *carrier, uint32_t N_RB_DL, uint32_t phich
{
{
asn_enc_rval_t
enc_rval
;
asn_enc_rval_t
enc_rval
;
BCCH_BCH_Message_t
*
mib
=
&
carrier
->
mib
;
BCCH_BCH_Message_t
*
mib
=
&
carrier
->
mib
;
uint8_t
sfn
=
(
uint8_t
)((
frame
>>
2
)
&
0xff
);
uint8_t
sfn
=
(
uint8_t
)((
frame
>>
2
)
&
0xff
);
uint16_t
*
spare
=
calloc
(
1
,
sizeof
(
uint16_t
));
uint16_t
*
spare
=
calloc
(
1
,
sizeof
(
uint16_t
));
if
(
spare
==
NULL
)
abort
();
if
(
spare
==
NULL
)
abort
();
...
@@ -698,6 +698,9 @@ uint8_t do_SIB23(uint8_t Mod_id,
...
@@ -698,6 +698,9 @@ uint8_t do_SIB23(uint8_t Mod_id,
=
configuration
->
pcch_defaultPagingCycle
[
CC_id
];
=
configuration
->
pcch_defaultPagingCycle
[
CC_id
];
(
*
sib2
)
->
radioResourceConfigCommon
.
pcch_Config
.
nB
(
*
sib2
)
->
radioResourceConfigCommon
.
pcch_Config
.
nB
=
configuration
->
pcch_nB
[
CC_id
];
=
configuration
->
pcch_nB
[
CC_id
];
LOG_E
(
RRC
,
"[SIB2] With ITTI. Basic config of paging cycle DRX: radio frame cycle length %x, paging occasion number %x
\n
"
,
(
uint32_t
)
configuration
->
pcch_defaultPagingCycle
[
CC_id
],
(
uint32_t
)
configuration
->
pcch_nB
[
CC_id
]);
// PRACH-Config
// PRACH-Config
(
*
sib2
)
->
radioResourceConfigCommon
.
prach_Config
.
rootSequenceIndex
(
*
sib2
)
->
radioResourceConfigCommon
.
prach_Config
.
rootSequenceIndex
...
...
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