Commit 3b560229 authored by Laurent THOMAS's avatar Laurent THOMAS Committed by rmagueta

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

parent 7a71c6c6
......@@ -35,9 +35,9 @@
#ifndef NO_RRC
#include "LTE_asn_constant.h"
#include "NR_asn_constant.h"
#else
#define LTE_maxDRB 14
#define LTE_maxDRB_NB_r13 5
#else
#define LTE_maxDRB 11
#define LTE_maxDRB_NB_r13 2
#define NR_MAXDRB 14
#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