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
lizhongxiao
OpenXG-RAN
Commits
7ce16216
Commit
7ce16216
authored
Feb 07, 2018
by
Cedric Roux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fix-sib3-2018-w06' into develop_integration_2018_w06
parents
f3e7a72e
1fce1bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/RRC/LITE/MESSAGES/asn1_msg.c
openair2/RRC/LITE/MESSAGES/asn1_msg.c
+1
-1
No files found.
openair2/RRC/LITE/MESSAGES/asn1_msg.c
View file @
7ce16216
...
...
@@ -876,7 +876,7 @@ uint8_t do_SIB23(uint8_t Mod_id,
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
presenceAntennaPort1
=
0
;
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
neighCellConfig
.
buf
=
CALLOC
(
8
,
1
);
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
neighCellConfig
.
size
=
1
;
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
neighCellConfig
.
buf
[
0
]
=
1
;
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
neighCellConfig
.
buf
[
0
]
=
1
<<
6
;
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
neighCellConfig
.
bits_unused
=
6
;
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
t_ReselectionEUTRA
=
1
;
(
*
sib3
)
->
intraFreqCellReselectionInfo
.
t_ReselectionEUTRA_SF
=
(
struct
SpeedStateScaleFactors
*
)
NULL
;
...
...
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