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
5fa6cae2
Commit
5fa6cae2
authored
Feb 20, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logs
parent
b47d4a04
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
openair1/PHY/NR_TRANSPORT/nr_dci.c
openair1/PHY/NR_TRANSPORT/nr_dci.c
+3
-1
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
+1
-1
No files found.
openair1/PHY/NR_TRANSPORT/nr_dci.c
View file @
5fa6cae2
...
@@ -250,8 +250,10 @@ void nr_generate_dci_top(processingData_L1tx_t *msgTx,
...
@@ -250,8 +250,10 @@ void nr_generate_dci_top(processingData_L1tx_t *msgTx,
int16_t
amp
,
int16_t
amp
,
NR_DL_FRAME_PARMS
*
frame_parms
)
{
NR_DL_FRAME_PARMS
*
frame_parms
)
{
for
(
int
i
=
0
;
i
<
msgTx
->
num_ul_pdcch
;
i
++
)
for
(
int
i
=
0
;
i
<
msgTx
->
num_ul_pdcch
;
i
++
)
{
nr_generate_dci
(
msgTx
->
gNB
,
&
msgTx
->
ul_pdcch_pdu
[
i
].
pdcch_pdu
.
pdcch_pdu_rel15
,
txdataF
,
amp
,
frame_parms
,
slot
);
nr_generate_dci
(
msgTx
->
gNB
,
&
msgTx
->
ul_pdcch_pdu
[
i
].
pdcch_pdu
.
pdcch_pdu_rel15
,
txdataF
,
amp
,
frame_parms
,
slot
);
msgTx
->
num_ul_pdcch
=
0
;
}
for
(
int
i
=
0
;
i
<
msgTx
->
num_dl_pdcch
;
i
++
)
for
(
int
i
=
0
;
i
<
msgTx
->
num_dl_pdcch
;
i
++
)
nr_generate_dci
(
msgTx
->
gNB
,
&
msgTx
->
pdcch_pdu
[
i
].
pdcch_pdu_rel15
,
txdataF
,
amp
,
frame_parms
,
slot
);
nr_generate_dci
(
msgTx
->
gNB
,
&
msgTx
->
pdcch_pdu
[
i
].
pdcch_pdu_rel15
,
txdataF
,
amp
,
frame_parms
,
slot
);
...
...
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
View file @
5fa6cae2
...
@@ -602,7 +602,7 @@ void schedule_nr_sib1(module_id_t module_idP,
...
@@ -602,7 +602,7 @@ void schedule_nr_sib1(module_id_t module_idP,
nfapi_nr_dl_tti_request_body_t
*
dl_req
=
&
DL_req
->
dl_tti_request_body
;
nfapi_nr_dl_tti_request_body_t
*
dl_req
=
&
DL_req
->
dl_tti_request_body
;
int
pdu_index
=
gNB_mac
->
pdu_index
[
0
]
++
;
int
pdu_index
=
gNB_mac
->
pdu_index
[
0
]
++
;
LOG_
I
(
NR_MAC
,
"%s() %4d.%2d
\n
"
,
__func__
,
frameP
,
slotP
);
LOG_
D
(
NR_MAC
,
"%s() %4d.%2d
\n
"
,
__func__
,
frameP
,
slotP
);
nr_fill_nfapi_dl_sib1_pdu
(
module_idP
,
dl_req
,
pdu_index
,
type0_PDCCH_CSS_config
,
TBS
,
tda_info
.
startSymbolIndex
,
tda_info
.
nrOfSymbols
);
nr_fill_nfapi_dl_sib1_pdu
(
module_idP
,
dl_req
,
pdu_index
,
type0_PDCCH_CSS_config
,
TBS
,
tda_info
.
startSymbolIndex
,
tda_info
.
nrOfSymbols
);
const
int
ntx_req
=
TX_req
->
Number_of_PDUs
;
const
int
ntx_req
=
TX_req
->
Number_of_PDUs
;
...
...
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