From d9b28c5940e29b803195a78b39d27c699687f918 Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Fri, 24 Jan 2014 10:50:03 +0000 Subject: [PATCH] Changed termination control. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4938 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/RTAI/USER/lte-enb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/RTAI/USER/lte-enb.c b/targets/RTAI/USER/lte-enb.c index d3cb424347..4cb09c5fcc 100644 --- a/targets/RTAI/USER/lte-enb.c +++ b/targets/RTAI/USER/lte-enb.c @@ -186,6 +186,7 @@ int number_of_cards = 1; //int mbox_bounds[20] = {8,16,24,30,38,46,54,60,68,76,84,90,98,106,114,120,128,136,144, 0}; ///boundaries of slots in terms ob mbox counter rounded up to even numbers //int mbox_bounds[10] = {15, 30, 45, 60, 75, 90, 105, 120, 135, 0}; // mbox boundaries of subframes int mbox_bounds[10] = {14, 28, 44, 58, 74, 88, 104, 118, 134, 148}; // mbox boundaries of subframes +//int mbox_bounds[10] = {16, 30, 46, 60, 76, 90, 106, 120, 136, 0}; ///boundaries of slots in terms ob mbox counter rounded up to even numbers int init_dlsch_threads(void); void cleanup_dlsch_threads(void); @@ -1096,7 +1097,7 @@ int main(int argc, char **argv) // wait for end of program printf("TYPE <CTRL-C> TO TERMINATE\n"); - getchar(); + //getchar(); //while (oai_exit==0) // rt_sleep_ns(FRAME_PERIOD); -- GitLab