Commit 8c5ebac1 authored by Raymond Knopp's avatar Raymond Knopp

fixed segfault in pdcchsim (lte_param_init missing threequarter_fs)

parent 4070a3af
...@@ -392,11 +392,7 @@ DCI_PDU *get_dci(LTE_DL_FRAME_PARMS *lte_frame_parms,uint8_t log2L, uint8_t log2 ...@@ -392,11 +392,7 @@ DCI_PDU *get_dci(LTE_DL_FRAME_PARMS *lte_frame_parms,uint8_t log2L, uint8_t log2
DCI_pdu.nCCE = 0;
for (i=0; i<DCI_pdu.Num_common_dci+DCI_pdu.Num_ue_spec_dci; i++) {
DCI_pdu.nCCE += (1<<(DCI_pdu.dci_alloc[i].L));
}
return(&DCI_pdu); return(&DCI_pdu);
} }
...@@ -710,6 +706,7 @@ int main(int argc, char **argv) ...@@ -710,6 +706,7 @@ int main(int argc, char **argv)
Nid_cell, Nid_cell,
tdd_config, tdd_config,
N_RB_DL, N_RB_DL,
0,
osf, osf,
perfect_ce); perfect_ce);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment