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
25b94f12
Commit
25b94f12
authored
May 02, 2024
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configuration of timeAlignmentTimerCommon at MAC UE
parent
2a85d990
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
openair2/LAYER2/NR_MAC_UE/config_ue.c
openair2/LAYER2/NR_MAC_UE/config_ue.c
+3
-1
openair2/LAYER2/NR_MAC_UE/mac_defs.h
openair2/LAYER2/NR_MAC_UE/mac_defs.h
+1
-0
No files found.
openair2/LAYER2/NR_MAC_UE/config_ue.c
View file @
25b94f12
...
...
@@ -1623,10 +1623,12 @@ void nr_rrc_mac_config_req_sib1(module_id_t module_id,
configure_common_BWP_dl
(
mac
,
0
,
// bwp-id
&
scc
->
downlinkConfigCommon
.
initialDownlinkBWP
);
if
(
scc
->
uplinkConfigCommon
)
if
(
scc
->
uplinkConfigCommon
)
{
mac
->
timeAlignmentTimerCommon
=
scc
->
uplinkConfigCommon
->
timeAlignmentTimerCommon
;
configure_common_BWP_ul
(
mac
,
0
,
// bwp-id
&
scc
->
uplinkConfigCommon
->
initialUplinkBWP
);
}
// set current BWP only if coming from non-connected state
// otherwise it is just a periodically update of the SIB1 content
if
(
mac
->
state
<
UE_CONNECTED
)
{
...
...
openair2/LAYER2/NR_MAC_UE/mac_defs.h
View file @
25b94f12
...
...
@@ -595,6 +595,7 @@ typedef struct NR_UE_MAC_INST_s {
NR_TAG_Id_t
tag_Id
;
A_SEQUENCE_OF
(
NR_TAG_t
)
TAG_list
;
NR_TimeAlignmentTimer_t
timeAlignmentTimerCommon
;
nr_emulated_l1_t
nr_ue_emul_l1
;
...
...
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