From e46cd5dcc8dd6332e1b2d5bb45055cd8947f9301 Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Wed, 30 Jul 2014 16:54:08 +0000
Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5633
 818b1a75-f10b-46b9-bf7c-635c3b92a50f

---
 targets/RT/USER/lte-softmodem.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/targets/RT/USER/lte-softmodem.c b/targets/RT/USER/lte-softmodem.c
index b65a75fa24..8f4f40fbe1 100644
--- a/targets/RT/USER/lte-softmodem.c
+++ b/targets/RT/USER/lte-softmodem.c
@@ -1091,9 +1091,12 @@ void init_eNB_proc() {
     PHY_vars_eNB_g[0]->proc[i].frame_tx = 0;
     PHY_vars_eNB_g[0]->proc[i].frame_rx = 0;  
   }
+
+  // Note this inialization is because the first process awoken for frame 0 is number 1 and so processes 9 and 0 have to start with frame 1
   //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[0].frame_tx = 1;
+
  }
 
 void kill_eNB_proc() {
-- 
GitLab