Commit 2e93845a authored by Florian Kaltenberger's avatar Florian Kaltenberger

final fixes in dlsim

parent 1da3b31a
......@@ -2440,7 +2440,7 @@ int main(int argc, char **argv)
*/
proc_eNB->nr_tti_tx = subframe;
proc_eNB->subframe_tx = subframe;
eNB->abstraction_flag=0;
phy_procedures_eNB_TX(eNB,proc_eNB,no_relay,NULL,1,dci_flag);
......@@ -2477,7 +2477,7 @@ int main(int argc, char **argv)
// generate next subframe for channel estimation
proc_eNB->nr_tti_tx = subframe+1;
proc_eNB->subframe_tx = subframe+1;
phy_procedures_eNB_TX(eNB,proc_eNB,no_relay,NULL,0,dci_flag);
......
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