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
3b57e3ba
Commit
3b57e3ba
authored
Oct 24, 2023
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hot-fix-ue-dci-format-11
parent
9a57514b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+2
-8
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
3b57e3ba
...
...
@@ -893,7 +893,6 @@ static int nr_ue_process_dci_dl_11(module_id_t module_id,
fapi_nr_dl_config_request_t
*
dl_config
=
get_dl_config_request
(
mac
,
slot
);
fapi_nr_dl_config_request_pdu_t
*
dl_conf_req
=
&
dl_config
->
dl_config_list
[
dl_config
->
number_pdus
];
dl_conf_req
->
pdu_type
=
FAPI_NR_DL_CONFIG_TYPE_DLSCH
;
dl_conf_req
->
dlsch_config_pdu
.
rnti
=
dci_ind
->
rnti
;
fapi_nr_dl_config_dlsch_pdu_rel15_t
*
dlsch_pdu
=
&
dl_conf_req
->
dlsch_config_pdu
.
dlsch_config_rel15
;
...
...
@@ -1114,12 +1113,6 @@ static int nr_ue_process_dci_dl_11(module_id_t module_id,
dci_ind
->
N_CCE
,
frame
,
slot
);
dl_conf_req
->
pdu_type
=
FAPI_NR_DL_CONFIG_TYPE_DLSCH
;
LOG_D
(
MAC
,
"(nr_ue_procedures.c) pdu_type=%d
\n\n
"
,
dl_conf_req
->
pdu_type
);
dl_config
->
number_pdus
++
;
// The DCI configuration is valid, we add it in the list
// send the ack/nack slot number to phy to indicate tx thread to wait for DLSCH decoding
dlsch_pdu
->
k1_feedback
=
feedback_ti
;
...
...
@@ -1175,7 +1168,8 @@ static int nr_ue_process_dci_dl_11(module_id_t module_id,
}
}
// the prepared dci is valid, we add it in the list
dl_config
->
number_pdus
++
;
dl_conf_req
->
pdu_type
=
FAPI_NR_DL_CONFIG_TYPE_DLSCH
;
dl_config
->
number_pdus
++
;
// The DCI configuration is valid, we add it in the list
return
0
;
}
...
...
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