Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
639d2eef
Commit
639d2eef
authored
Mar 16, 2017
by
Cedric Roux
Browse files
Merge remote-tracking branch 'origin/phy-test-fix' into develop_integration_w11
parents
faa5e07a
f5aa0135
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
639d2eef
...
@@ -899,7 +899,7 @@ void pdsch_procedures(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,LTE_eNB_DLSCH_t *d
...
@@ -899,7 +899,7 @@ void pdsch_procedures(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,LTE_eNB_DLSCH_t *d
int
input_buffer_length
=
dlsch_harq
->
TBS
/
8
;
int
input_buffer_length
=
dlsch_harq
->
TBS
/
8
;
LTE_DL_FRAME_PARMS
*
fp
=&
eNB
->
frame_parms
;
LTE_DL_FRAME_PARMS
*
fp
=&
eNB
->
frame_parms
;
uint8_t
*
DLSCH_pdu
=
NULL
;
uint8_t
*
DLSCH_pdu
=
NULL
;
uint8_t
DLSCH_pdu_tmp
[
768
*
8
];
uint8_t
DLSCH_pdu_tmp
[
input_buffer_length
+
4
];
//[
768*8];
uint8_t
DLSCH_pdu_rar
[
256
];
uint8_t
DLSCH_pdu_rar
[
256
];
int
i
;
int
i
;
...
...
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