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
zzha zzha
OpenXG-RAN
Commits
14ec3e50
Commit
14ec3e50
authored
Mar 09, 2022
by
matzakos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix decoding of UE-capabilities-RAT-container-list at the DU after receiving it from the CU
parent
e5c6ee59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+3
-3
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
14ec3e50
...
@@ -3004,9 +3004,9 @@ static void rrc_DU_process_ue_context_setup_request(MessageDef *msg_p, const cha
...
@@ -3004,9 +3004,9 @@ static void rrc_DU_process_ue_context_setup_request(MessageDef *msg_p, const cha
if
(
req
->
cu_to_du_rrc_information
!=
NULL
){
if
(
req
->
cu_to_du_rrc_information
!=
NULL
){
/*
if(req->cu_to_du_rrc_information->uE_CapabilityRAT_ContainerList!=NULL){
if
(
req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList
!=
NULL
){
LOG_I
(
NR_RRC
,
"Length of ue_CapabilityRAT_ContainerList is: %d
\n
"
,
(
int
)
req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList_length
);
LOG_I
(
NR_RRC
,
"Length of ue_CapabilityRAT_ContainerList is: %d
\n
"
,
(
int
)
req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList_length
);
struct NR_UE_CapabilityRAT_ContainerList *ue_CapabilityRAT_ContainerList;
struct
NR_UE_CapabilityRAT_ContainerList
*
ue_CapabilityRAT_ContainerList
=
NULL
;
asn_dec_rval_t
dec_rval
=
uper_decode_complete
(
NULL
,
asn_dec_rval_t
dec_rval
=
uper_decode_complete
(
NULL
,
&
asn_DEF_NR_UE_CapabilityRAT_ContainerList
,
&
asn_DEF_NR_UE_CapabilityRAT_ContainerList
,
(
void
**
)
&
ue_CapabilityRAT_ContainerList
,
(
void
**
)
&
ue_CapabilityRAT_ContainerList
,
...
@@ -3088,7 +3088,7 @@ static void rrc_DU_process_ue_context_setup_request(MessageDef *msg_p, const cha
...
@@ -3088,7 +3088,7 @@ static void rrc_DU_process_ue_context_setup_request(MessageDef *msg_p, const cha
//TODO
//TODO
}
}
}
}
}
*/
}
}
}
NR_CellGroupConfig_t
*
cellGroupConfig
;
NR_CellGroupConfig_t
*
cellGroupConfig
;
...
...
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