Commit 1ead77b2 authored by Florian Kaltenberger's avatar Florian Kaltenberger

changing back RX_NB_TH_MAX to 2 since dlsim does not like 3

parent 7f6f5bef
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
#define openair_free(y,x) free((y)) #define openair_free(y,x) free((y))
#define PAGE_SIZE 4096 #define PAGE_SIZE 4096
#define RX_NB_TH_MAX 3 #define RX_NB_TH_MAX 2
#define RX_NB_TH 3 #define RX_NB_TH 2
//#ifdef SHRLIBDEV //#ifdef SHRLIBDEV
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#include "types.h" #include "types.h"
//#include "defs.h" //#include "defs.h"
#define RX_NB_TH_MAX 3 #define RX_NB_TH_MAX 2
#define RX_NB_TH 3 #define RX_NB_TH 2
#define LTE_SLOTS_PER_SUBFRAME 2 #define LTE_SLOTS_PER_SUBFRAME 2
......
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