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
b8b921d4
Commit
b8b921d4
authored
Oct 29, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark major "UE events" in in PHY+MAC thru LOG_A
parent
68f8ef7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
openair1/SCHED_NR/nr_prach_procedures.c
openair1/SCHED_NR/nr_prach_procedures.c
+1
-1
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
+3
-1
No files found.
openair1/SCHED_NR/nr_prach_procedures.c
View file @
b8b921d4
...
...
@@ -153,7 +153,7 @@ void L1_nr_prach_procedures(PHY_VARS_gNB *gNB,int frame,int slot) {
if
((
gNB
->
prach_energy_counter
==
100
)
&&
(
max_preamble_energy
[
0
]
>
gNB
->
measurements
.
prach_I0
+
gNB
->
prach_thres
)
&&
(
pdu_index
<
MAX_NUM_NR_RX_RACH_PDUS
))
{
LOG_
I
(
NR_PHY
,
LOG_
A
(
NR_PHY
,
"[RAPROC] %d.%d Initiating RA procedure with preamble %d, energy %d.%d dB (I0 %d, thres %d), delay %d start symbol "
"%u freq index %u
\n
"
,
frame
,
...
...
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
View file @
b8b921d4
...
...
@@ -728,7 +728,7 @@ void nr_initiate_ra_proc(module_id_t module_idP,
}
int
index
=
ra
-
cc
->
ra
;
LOG_
I
(
NR_MAC
,
"%d.%d UE RA-RNTI %04x TC-RNTI %04x: Activating RA process index %d
\n
"
,
frameP
,
slotP
,
ra
->
RA_rnti
,
ra
->
rnti
,
index
);
LOG_
A
(
NR_MAC
,
"%d.%d UE RA-RNTI %04x TC-RNTI %04x: Activating RA process index %d
\n
"
,
frameP
,
slotP
,
ra
->
RA_rnti
,
ra
->
rnti
,
index
);
// Configure RA BWP
configure_UE_BWP
(
nr_mac
,
scc
,
NULL
,
ra
,
NULL
,
-
1
,
-
1
);
...
...
@@ -1692,6 +1692,8 @@ static void nr_generate_Msg2(module_id_t module_idP,
ra
->
Msg3_frame
,
ra
->
Msg3_slot
);
LOG_A
(
NR_MAC
,
"%d.%d Send RAR to RA-RNTI %04x
\n
"
,
frameP
,
slotP
,
ra
->
RA_rnti
);
T
(
T_GNB_MAC_DL_RAR_PDU_WITH_DATA
,
T_INT
(
module_idP
),
T_INT
(
CC_id
),
...
...
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