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
5f6633d3
Commit
5f6633d3
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
44d1fbc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
openair2/LAYER2/NR_MAC_COMMON/nr_mac.h
openair2/LAYER2/NR_MAC_COMMON/nr_mac.h
+1
-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_COMMON/nr_mac.h
View file @
5f6633d3
...
...
@@ -559,6 +559,7 @@ typedef struct NR_UE_UL_BWP {
uint16_t
BWPSize
;
uint16_t
BWPStart
;
NR_RACH_ConfigCommon_t
*
rach_ConfigCommon
;
NR_MsgA_ConfigCommon_r16_t
*
msgA_ConfigCommon_r16
;
NR_PUSCH_TimeDomainResourceAllocationList_t
*
tdaList_Common
;
NR_ConfiguredGrantConfig_t
*
configuredGrantConfig
;
NR_PUSCH_Config_t
*
pusch_Config
;
...
...
openair2/LAYER2/NR_MAC_UE/config_ue.c
View file @
5f6633d3
...
...
@@ -1397,6 +1397,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