Commit 4d49a0a6 authored by Laurent THOMAS's avatar Laurent THOMAS

fix constant in weird case 'NO_RRC', linked to 'RU' compilation case

parent ba4599e8
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
#include "LTE_asn_constant.h" #include "LTE_asn_constant.h"
#include "NR_asn_constant.h" #include "NR_asn_constant.h"
#else #else
#define LTE_maxDRB 14 #define LTE_maxDRB 11
#define LTE_maxDRB_NB_r13 5 #define LTE_maxDRB_NB_r13 2
#define NR_MAXDRB 14 #define NR_MAXDRB 14
#endif #endif
......
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