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
3a3c77f1
Commit
3a3c77f1
authored
Sep 27, 2022
by
Vaibhav Shrivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for systemInfoValueTag
parent
43b2f4a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
openair2/RRC/LTE/MESSAGES/asn1_msg.c
openair2/RRC/LTE/MESSAGES/asn1_msg.c
+1
-2
No files found.
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
3a3c77f1
...
@@ -981,7 +981,7 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier,
...
@@ -981,7 +981,7 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier,
}
else
{
}
else
{
(
*
sib1
)
->
systemInfoValueTag
=
0
;
(
*
sib1
)
->
systemInfoValueTag
=
0
;
}
}
LOG_A
(
RRC
,
"Updating systemInfoValueTag Value:
(*sib1)->systemInfoValueTag:
%d
\n
"
,(
*
sib1
)
->
systemInfoValueTag
);
LOG_A
(
RRC
,
"Updating systemInfoValueTag Value: %d
\n
"
,(
*
sib1
)
->
systemInfoValueTag
);
(
*
sib1
)
->
nonCriticalExtension
=
calloc
(
1
,
sizeof
(
LTE_SystemInformationBlockType1_v890_IEs_t
));
(
*
sib1
)
->
nonCriticalExtension
=
calloc
(
1
,
sizeof
(
LTE_SystemInformationBlockType1_v890_IEs_t
));
LTE_SystemInformationBlockType1_v890_IEs_t
*
sib1_890
=
(
*
sib1
)
->
nonCriticalExtension
;
LTE_SystemInformationBlockType1_v890_IEs_t
*
sib1_890
=
(
*
sib1
)
->
nonCriticalExtension
;
sib1_890
->
lateNonCriticalExtension
=
NULL
;
sib1_890
->
lateNonCriticalExtension
=
NULL
;
...
@@ -1210,7 +1210,6 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier,
...
@@ -1210,7 +1210,6 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier,
}
}
(
*
sib1
)
->
si_WindowLength
=
LTE_SystemInformationBlockType1__si_WindowLength_ms20
;
(
*
sib1
)
->
si_WindowLength
=
LTE_SystemInformationBlockType1__si_WindowLength_ms20
;
(
*
sib1
)
->
systemInfoValueTag
=
0
;
// (*sib1).nonCriticalExtension = calloc(1,sizeof(*(*sib1).nonCriticalExtension));
// (*sib1).nonCriticalExtension = calloc(1,sizeof(*(*sib1).nonCriticalExtension));
if
(
LOG_DEBUGFLAG
(
DEBUG_ASN1
)
)
{
if
(
LOG_DEBUGFLAG
(
DEBUG_ASN1
)
)
{
...
...
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