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
spbro
OpenXG-RAN
Commits
c4b51b78
Commit
c4b51b78
authored
May 14, 2024
by
ndomingues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Decode msgA_ConfigCommon_r16 from received SIB1 at UE and save it in bwp->msgA_ConfigCommon_r16
parent
9d84ba7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
openair2/LAYER2/NR_MAC_UE/config_ue.c
openair2/LAYER2/NR_MAC_UE/config_ue.c
+6
-0
No files found.
openair2/LAYER2/NR_MAC_UE/config_ue.c
View file @
c4b51b78
...
...
@@ -1540,6 +1540,12 @@ static void configure_common_BWP_ul(NR_UE_MAC_INST_t *mac, int bwp_id, NR_BWP_Up
NR_RACH_ConfigCommon_t
,
asn_DEF_NR_RACH_ConfigCommon
);
}
if
(
ul_common
->
ext1
&&
ul_common
->
ext1
->
msgA_ConfigCommon_r16
)
{
HANDLE_SETUPRELEASE_DIRECT
(
bwp
->
msgA_ConfigCommon_r16
,
ul_common
->
ext1
->
msgA_ConfigCommon_r16
,
NR_MsgA_ConfigCommon_r16_t
,
asn_DEF_NR_MsgA_ConfigCommon_r16
);
}
if
(
ul_common
->
pucch_ConfigCommon
)
HANDLE_SETUPRELEASE_DIRECT
(
bwp
->
pucch_ConfigCommon
,
ul_common
->
pucch_ConfigCommon
,
...
...
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