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
7235e484
Commit
7235e484
authored
1 month ago
by
ndomingues
Committed by
Robert Schmidt
1 month ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for RedCap Msg3 LCID
parent
e73e0454
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_gNB/gNB_scheduler_ulsch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
+6
-0
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
View file @
7235e484
...
...
@@ -199,6 +199,7 @@ uint8_t decode_ul_mac_sub_pdu_header(uint8_t *pduP, uint8_t *lcid, uint16_t *len
*
length
=
pduP
[
1
];
}
break
;
case
UL_SCH_LCID_CCCH_48_BITS_REDCAP
:
case
UL_SCH_LCID_CCCH_48_BITS
:
*
length
=
6
;
break
;
...
...
@@ -329,6 +330,7 @@ static int nr_process_mac_pdu(instance_t module_idP,
switch
(
lcid
)
{
case
UL_SCH_LCID_CCCH_64_BITS
:
case
UL_SCH_LCID_CCCH_48_BITS_REDCAP
:
case
UL_SCH_LCID_CCCH_48_BITS
:
if
(
lcid
==
UL_SCH_LCID_CCCH_64_BITS
)
{
// Check if it is a valid CCCH1 message, we get all 00's messages very often
...
...
@@ -347,6 +349,10 @@ static int nr_process_mac_pdu(instance_t module_idP,
LOG_I
(
MAC
,
"[RAPROC] Received SDU for CCCH length %d for UE %04x
\n
"
,
mac_len
,
UE
->
rnti
);
if
(
lcid
==
UL_SCH_LCID_CCCH_48_BITS_REDCAP
)
{
LOG_I
(
MAC
,
"UE with RNTI %04x is RedCap
\n
"
,
UE
->
rnti
);
}
if
(
prepare_initial_ul_rrc_message
(
RC
.
nrmac
[
module_idP
],
UE
))
{
mac_rlc_data_ind
(
module_idP
,
UE
->
rnti
,
...
...
This diff is collapsed.
Click to expand it.
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