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
833024ce
Commit
833024ce
authored
Dec 21, 2022
by
Vijay Chadachan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added logs
parent
e065f634
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/RRC/LTE/MESSAGES/asn1_msg.c
openair2/RRC/LTE/MESSAGES/asn1_msg.c
+2
-2
No files found.
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
833024ce
...
@@ -2444,7 +2444,7 @@ uint8_t do_SIB5(uint8_t Mod_id,
...
@@ -2444,7 +2444,7 @@ uint8_t do_SIB5(uint8_t Mod_id,
if
((
true
==
configuration
->
InterFreqCarrierFreqInfo
[
i
].
threshX_Q_r9_Present
[
CC_id
])
||
if
((
true
==
configuration
->
InterFreqCarrierFreqInfo
[
i
].
threshX_Q_r9_Present
[
CC_id
])
||
(
true
==
configuration
->
InterFreqCarrierFreqInfo
[
i
].
q_QualMin_r9_Present
[
CC_id
]))
{
(
true
==
configuration
->
InterFreqCarrierFreqInfo
[
i
].
q_QualMin_r9_Present
[
CC_id
]))
{
InterFreqCarrierInfo
->
ext1
=
CALLOC
(
1
,
sizeof
(
struct
LTE_InterFreqCarrierFreqInfo__ext1
));
InterFreqCarrierInfo
->
ext1
=
CALLOC
(
1
,
sizeof
(
struct
LTE_InterFreqCarrierFreqInfo__ext1
));
printf
(
"add ext1 for CC_ID %d
\n
"
,
CC_id
);
LOG_A
(
RRC
,
"add ext1 for CC_ID %d
\n
"
,
CC_id
);
}
}
if
(
true
==
configuration
->
InterFreqCarrierFreqInfo
[
i
].
q_QualMin_r9_Present
[
CC_id
])
{
if
(
true
==
configuration
->
InterFreqCarrierFreqInfo
[
i
].
q_QualMin_r9_Present
[
CC_id
])
{
InterFreqCarrierInfo
->
ext1
->
q_QualMin_r9
=
CALLOC
(
1
,
sizeof
(
LTE_Q_QualMin_r9_t
));
InterFreqCarrierInfo
->
ext1
->
q_QualMin_r9
=
CALLOC
(
1
,
sizeof
(
LTE_Q_QualMin_r9_t
));
...
@@ -2454,7 +2454,7 @@ uint8_t do_SIB5(uint8_t Mod_id,
...
@@ -2454,7 +2454,7 @@ uint8_t do_SIB5(uint8_t Mod_id,
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
=
CALLOC
(
1
,
sizeof
(
struct
LTE_InterFreqCarrierFreqInfo__ext1__threshX_Q_r9
));
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
=
CALLOC
(
1
,
sizeof
(
struct
LTE_InterFreqCarrierFreqInfo__ext1__threshX_Q_r9
));
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_HighQ_r9
=
configuration
->
InterFreqCarrierFreqInfo
[
i
].
threshX_Q_r9
[
CC_id
].
threshX_HighQ_r9
;
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_HighQ_r9
=
configuration
->
InterFreqCarrierFreqInfo
[
i
].
threshX_Q_r9
[
CC_id
].
threshX_HighQ_r9
;
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_LowQ_r9
=
configuration
->
InterFreqCarrierFreqInfo
[
i
].
threshX_Q_r9
[
CC_id
].
threshX_LowQ_r9
;
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_LowQ_r9
=
configuration
->
InterFreqCarrierFreqInfo
[
i
].
threshX_Q_r9
[
CC_id
].
threshX_LowQ_r9
;
printf
(
"add ext1 threshX_Q_r9 Low and high for CC_ID %d threshX_HighQ_r9 %d threshX_LowQ_r9 %d
\n
"
,
CC_id
,
LOG_A
(
RRC
,
"add ext1 threshX_Q_r9 Low and high for CC_ID %d threshX_HighQ_r9 %d threshX_LowQ_r9 %d
\n
"
,
CC_id
,
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_HighQ_r9
,
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_HighQ_r9
,
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_LowQ_r9
);
InterFreqCarrierInfo
->
ext1
->
threshX_Q_r9
->
threshX_LowQ_r9
);
}
}
...
...
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