Commit 123993fc authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5632 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 96cb7fba
...@@ -1091,8 +1091,9 @@ void init_eNB_proc() { ...@@ -1091,8 +1091,9 @@ void init_eNB_proc() {
PHY_vars_eNB_g[0]->proc[i].frame_tx = 0; PHY_vars_eNB_g[0]->proc[i].frame_tx = 0;
PHY_vars_eNB_g[0]->proc[i].frame_rx = 0; PHY_vars_eNB_g[0]->proc[i].frame_rx = 0;
} }
PHY_vars_eNB_g[0]->proc[0].frame_rx = 1023; //PHY_vars_eNB_g[0]->proc[0].frame_rx = 1023;
PHY_vars_eNB_g[0]->proc[9].frame_tx = 1; PHY_vars_eNB_g[0]->proc[9].frame_tx = 1;
PHY_vars_eNB_g[0]->proc[0].frame_tx = 1;
} }
void kill_eNB_proc() { void kill_eNB_proc() {
...@@ -1330,7 +1331,7 @@ static void *eNB_thread(void *arg) ...@@ -1330,7 +1331,7 @@ static void *eNB_thread(void *arg)
if (oai_exit) break; if (oai_exit) break;
if (frame>100) { if (frame>99) {
timing_info.time_last = timing_info.time_now; timing_info.time_last = timing_info.time_now;
timing_info.time_now = rt_get_time_ns(); timing_info.time_now = rt_get_time_ns();
......
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