Commit ae568a84 authored by Cedric Roux's avatar Cedric Roux

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4019 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8dcb8752
...@@ -279,7 +279,7 @@ void fill_phy_enb_vars(unsigned int enb_id, unsigned int next_slot) ...@@ -279,7 +279,7 @@ void fill_phy_enb_vars(unsigned int enb_id, unsigned int next_slot)
if (nb_total_dci >0) { if (nb_total_dci >0) {
memcpy(PHY_vars_eNB_g[enb_id]->dci_alloc[(next_slot>>1)&1], memcpy(PHY_vars_eNB_g[enb_id]->dci_alloc[(next_slot>>1)&1],
&eNB_transport_info[enb_id].dci_alloc, eNB_transport_info[enb_id].dci_alloc,
(nb_total_dci) * sizeof(DCI_ALLOC_t)); (nb_total_dci) * sizeof(DCI_ALLOC_t));
n_dci_dl=0; n_dci_dl=0;
......
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