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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
fc0d7624
Commit
fc0d7624
authored
Feb 19, 2025
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move MSG3-C-RNTI flag from RA to MAC structure otherwise it would be reset by RA initialization
parent
96f1a2d4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
openair2/LAYER2/NR_MAC_UE/mac_defs.h
openair2/LAYER2/NR_MAC_UE/mac_defs.h
+1
-1
openair2/LAYER2/NR_MAC_UE/main_ue_nr.c
openair2/LAYER2/NR_MAC_UE/main_ue_nr.c
+1
-0
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
+3
-4
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+1
-1
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
+1
-1
No files found.
openair2/LAYER2/NR_MAC_UE/mac_defs.h
View file @
fc0d7624
...
...
@@ -349,7 +349,6 @@ typedef struct {
// initial Random Access Preamble power
int
preambleRxTargetPower
;
int
msg3_deltaPreamble
;
bool
msg3_C_RNTI
;
int
preambleReceivedTargetPower_config
;
/// Random-access Contention Resolution Timer
NR_timer_t
contention_resolution_timer
;
...
...
@@ -637,6 +636,7 @@ typedef struct NR_UE_MAC_INST_s {
int
f_b_f_c
;
bool
pusch_power_control_initialized
;
int
delta_msg2
;
bool
msg3_C_RNTI
;
pthread_mutex_t
if_mutex
;
ue_mac_stats_t
stats
;
}
NR_UE_MAC_INST_t
;
...
...
openair2/LAYER2/NR_MAC_UE/main_ue_nr.c
View file @
fc0d7624
...
...
@@ -69,6 +69,7 @@ void nr_ue_init_mac(NR_UE_MAC_INST_t *mac)
mac
->
p_Max
=
INT_MIN
;
mac
->
p_Max_alt
=
INT_MIN
;
mac
->
n_ta_offset
=
-
1
;
mac
->
msg3_C_RNTI
=
false
;
mac
->
ntn_ta
.
ntn_params_changed
=
false
;
reset_mac_inst
(
mac
);
...
...
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
View file @
fc0d7624
...
...
@@ -879,7 +879,6 @@ bool init_RA(NR_UE_MAC_INST_t *mac, int frame)
// Random acces procedure initialization
mac
->
state
=
UE_PERFORMING_RA
;
ra
->
RA_active
=
true
;
ra
->
msg3_C_RNTI
=
false
;
NR_PRACH_RESOURCES_t
*
prach_resources
=
&
ra
->
prach_resources
;
fapi_nr_config_request_t
*
cfg
=
&
mac
->
phy_config
.
config_req
;
// flush MSG3 buffer
...
...
@@ -1142,7 +1141,7 @@ void nr_get_Msg3_MsgA_PUSCH_payload(NR_UE_MAC_INST_t *mac, uint8_t *buf, int TBS
}
uint8_t
*
pdu
=
buf
;
if
(
ra
->
msg3_C_RNTI
)
if
(
mac
->
msg3_C_RNTI
)
pdu
=
fill_msg3_crnti_pdu
(
ra
,
pdu
,
mac
->
crnti
);
else
pdu
=
fill_msg3_pdu_from_rlc
(
mac
,
pdu
,
TBS_max
);
...
...
@@ -1189,7 +1188,7 @@ void nr_ra_succeeded(NR_UE_MAC_INST_t *mac, const uint8_t gNB_index, const frame
}
ra
->
RA_active
=
false
;
ra
->
msg3_C_RNTI
=
false
;
mac
->
msg3_C_RNTI
=
false
;
ra
->
ra_state
=
nrRA_SUCCEEDED
;
mac
->
state
=
UE_CONNECTED
;
free_and_zero
(
ra
->
Msg3_buffer
);
...
...
@@ -1257,7 +1256,7 @@ void trigger_MAC_UE_RA(NR_UE_MAC_INST_t *mac, dci_pdu_rel15_t *pdcch_order)
mac
->
state
=
UE_PERFORMING_RA
;
reset_ra
(
mac
,
false
);
RA_config_t
*
ra
=
&
mac
->
ra
;
ra
->
msg3_C_RNTI
=
true
;
mac
->
msg3_C_RNTI
=
true
;
if
(
pdcch_order
)
{
ra
->
pdcch_order
.
active
=
true
;
ra
->
pdcch_order
.
preamble_index
=
pdcch_order
->
ra_preamble_index
;
...
...
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
fc0d7624
...
...
@@ -3952,7 +3952,7 @@ static void handle_rar_reception(NR_UE_MAC_INST_t *mac, nr_downlink_indication_t
if
(
!
ra
->
cfra
)
{
ra
->
t_crnti
=
rar
->
TCRNTI_2
+
(
rar
->
TCRNTI_1
<<
8
);
rnti
=
ra
->
t_crnti
;
if
(
!
ra
->
msg3_C_RNTI
)
if
(
!
mac
->
msg3_C_RNTI
)
nr_mac_rrc_msg3_ind
(
mac
->
ue_id
,
rnti
,
dlinfo
->
gNB_index
);
}
fapi_nr_ul_config_request_pdu_t
*
pdu
=
lockGet_ul_config
(
mac
,
frame_tx
,
slot_tx
,
FAPI_NR_UL_CONFIG_TYPE_PUSCH
);
...
...
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
View file @
fc0d7624
...
...
@@ -1121,7 +1121,7 @@ static nr_dci_format_t handle_dci(NR_UE_MAC_INST_t *mac,
// if notification of a reception of a PDCCH transmission of the SpCell is received from lower layers
// if the C-RNTI MAC CE was included in Msg3
// consider this Contention Resolution successful
if
(
mac
->
ra
.
msg3_C_RNTI
&&
mac
->
ra
.
ra_state
==
nrRA_WAIT_CONTENTION_RESOLUTION
)
if
(
mac
->
msg3_C_RNTI
&&
mac
->
ra
.
ra_state
==
nrRA_WAIT_CONTENTION_RESOLUTION
)
nr_ra_succeeded
(
mac
,
gNB_index
,
frame
,
slot
);
// suspend RAR response window timer
...
...
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