Commit 756b2be7 authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5646 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 7b0d904d
...@@ -454,6 +454,8 @@ void *l2l1_task(void *args_p) { ...@@ -454,6 +454,8 @@ void *l2l1_task(void *args_p) {
for (sf=0;sf<10;sf++) { for (sf=0;sf<10;sf++) {
PHY_vars_eNB_g[eNB_inst]->proc[sf].frame_tx = 0; PHY_vars_eNB_g[eNB_inst]->proc[sf].frame_tx = 0;
PHY_vars_eNB_g[eNB_inst]->proc[sf].frame_rx = 0; PHY_vars_eNB_g[eNB_inst]->proc[sf].frame_rx = 0;
PHY_vars_eNB_g[eNB_inst]->proc[sf].subframe_tx = (sf+1)%10;
PHY_vars_eNB_g[eNB_inst]->proc[sf].subframe_rx = (sf+9)%10;
} }
PHY_vars_eNB_g[eNB_inst]->proc[0].frame_rx = 1023; PHY_vars_eNB_g[eNB_inst]->proc[0].frame_rx = 1023;
PHY_vars_eNB_g[eNB_inst]->proc[9].frame_tx = 1; PHY_vars_eNB_g[eNB_inst]->proc[9].frame_tx = 1;
......
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