Skip to content
Snippets Groups Projects
Commit 2176299a authored by Raymond Knopp's avatar Raymond Knopp
Browse files

pdcchsim change for debugging CCE allocations

parent 68fb9ef0
No related branches found
No related tags found
No related merge requests found
......@@ -373,9 +373,9 @@ DCI_PDU *get_dci(LTE_DL_FRAME_PARMS *lte_frame_parms,uint8_t log2L, uint8_t log2
if (lte_frame_parms->N_RB_DL >= 25) {
// add ue specific dci
DCI_pdu.dci_alloc[1].dci_length = dci_length;
DCI_pdu.dci_alloc[1].L = log2L;
DCI_pdu.dci_alloc[1].rnti = rnti;
DCI_pdu.dci_alloc[1].format = format1;
DCI_pdu.dci_alloc[1].L = log2Lcommon;//log2L;
DCI_pdu.dci_alloc[1].rnti = 12;//rnti;
DCI_pdu.dci_alloc[1].format = format1A; //format1
DCI_pdu.dci_alloc[1].ra_flag = 0;
memcpy((void*)&DCI_pdu.dci_alloc[1].dci_pdu[0], &DLSCH_alloc_pdu[0], dci_length_bytes);
DCI_pdu.Num_ue_spec_dci++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment