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
Michael Black
OpenXG-RAN
Commits
c3e87125
Commit
c3e87125
authored
4 years ago
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add printing contents of NR scgFailureInformation message at rrc eNB
parent
2381bd91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+2
-1
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
c3e87125
...
...
@@ -8085,7 +8085,7 @@ rrc_eNB_decode_dcch(
return
0
;
//TTN for D2D
}
else
if
(
ul_dcch_msg
->
message
.
present
==
LTE_UL_DCCH_MessageType_PR_messageClassExtension
)
{
LOG_I
(
RRC
,
"
THINH
[LTE_UL_DCCH_MessageType_PR_messageClassExtension]
\n
"
);
LOG_I
(
RRC
,
"[LTE_UL_DCCH_MessageType_PR_messageClassExtension]
\n
"
);
switch
(
ul_dcch_msg
->
message
.
choice
.
messageClassExtension
.
present
)
{
case
LTE_UL_DCCH_MessageType__messageClassExtension_PR_NOTHING
:
/* No components present */
...
...
@@ -8103,6 +8103,7 @@ rrc_eNB_decode_dcch(
LOG_E
(
RRC
,
"Received NR scgFailureInformation from UE, failure type: %ld
\n
"
,
ul_dcch_msg
->
message
.
choice
.
messageClassExtension
.
choice
.
c2
.
choice
.
scgFailureInformationNR_r15
.
criticalExtensions
.
choice
.
c1
.
choice
.
scgFailureInformationNR_r15
.
failureReportSCG_NR_r15
->
failureType_r15
);
xer_fprint
(
stdout
,
&
asn_DEF_LTE_UL_DCCH_Message
,
(
void
*
)
ul_dcch_msg
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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