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
lizhongxiao
OpenXG-RAN
Commits
2f0c3163
Commit
2f0c3163
authored
1 year ago
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assert when encountering unhandled DCI formats
parent
821ab37f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+4
-0
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
2f0c3163
...
@@ -1205,15 +1205,19 @@ int8_t nr_ue_process_dci(module_id_t module_id,
...
@@ -1205,15 +1205,19 @@ int8_t nr_ue_process_dci(module_id_t module_id,
break
;
break
;
case
NR_DL_DCI_FORMAT_2_0
:
case
NR_DL_DCI_FORMAT_2_0
:
AssertFatal
(
false
,
"DCI Format 2-0 handling not implemented
\n
"
);
break
;
break
;
case
NR_DL_DCI_FORMAT_2_1
:
case
NR_DL_DCI_FORMAT_2_1
:
AssertFatal
(
false
,
"DCI Format 2-1 handling not implemented
\n
"
);
break
;
break
;
case
NR_DL_DCI_FORMAT_2_2
:
case
NR_DL_DCI_FORMAT_2_2
:
AssertFatal
(
false
,
"DCI Format 2-2 handling not implemented
\n
"
);
break
;
break
;
case
NR_DL_DCI_FORMAT_2_3
:
case
NR_DL_DCI_FORMAT_2_3
:
AssertFatal
(
false
,
"DCI Format 2-3 handling not implemented
\n
"
);
break
;
break
;
default:
default:
...
...
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