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
ZhouShuya
OpenXG-RAN
Commits
a9373da0
Commit
a9373da0
authored
Feb 01, 2019
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing allocation for UL indication
parent
965fe1f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
targets/SIMU/USER/init_lte.c
targets/SIMU/USER/init_lte.c
+3
-0
No files found.
targets/SIMU/USER/init_lte.c
View file @
a9373da0
...
@@ -155,6 +155,9 @@ PHY_VARS_eNB* init_lte_eNB(LTE_DL_FRAME_PARMS *frame_parms,
...
@@ -155,6 +155,9 @@ PHY_VARS_eNB* init_lte_eNB(LTE_DL_FRAME_PARMS *frame_parms,
PHY_vars_eNB
->
npdcch_DCI
=
new_eNB_dlcch_NB_IoT
(
frame_parms
);
PHY_vars_eNB
->
npdcch_DCI
=
new_eNB_dlcch_NB_IoT
(
frame_parms
);
PHY_vars_eNB
->
UL_INFO
.
nrach_ind
.
nrach_pdu_list
=
(
nfapi_nrach_indication_pdu_t
*
)
malloc16
(
sizeof
(
nfapi_nrach_indication_pdu_t
));
PHY_vars_eNB
->
UL_INFO
.
nrach_ind
.
nrach_pdu_list
=
(
nfapi_nrach_indication_pdu_t
*
)
malloc16
(
sizeof
(
nfapi_nrach_indication_pdu_t
));
PHY_vars_eNB
->
UL_INFO
.
crc_ind
.
crc_pdu_list
=
(
nfapi_crc_indication_pdu_t
*
)
malloc16
(
sizeof
(
nfapi_crc_indication_pdu_t
));
PHY_vars_eNB
->
UL_INFO
.
RX_NPUSCH
.
rx_pdu_list
=
(
nfapi_rx_indication_pdu_t
*
)
malloc16
(
sizeof
(
nfapi_rx_indication_pdu_t
));
PHY_vars_eNB
->
ndlsch_SIB1
->
rnti
=
0xffff
;
PHY_vars_eNB
->
ndlsch_SIB1
->
rnti
=
0xffff
;
PHY_vars_eNB
->
ndlsch_SIB23
->
rnti
=
0xffff
;
PHY_vars_eNB
->
ndlsch_SIB23
->
rnti
=
0xffff
;
...
...
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