From 2dfc15f7bee539613f43ec8b83f9a8dabaa19e75 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Mon, 20 Apr 2015 12:14:00 +0000
Subject: [PATCH] Set default RAB in acknowledged mode

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7216 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 cmake_targets/oaisim_build_oai/CMakeLists.template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmake_targets/oaisim_build_oai/CMakeLists.template b/cmake_targets/oaisim_build_oai/CMakeLists.template
index 4619c19e25..3b84d5ab48 100644
--- a/cmake_targets/oaisim_build_oai/CMakeLists.template
+++ b/cmake_targets/oaisim_build_oai/CMakeLists.template
@@ -67,8 +67,9 @@ set (  PHYSIM True )
 set (  PUCCH True )
 set (  RANDOM_BF False )
 set (  RF_BOARD "False" )
-set (  RRC_ASN1_VERSION "Rel10" )
 set (  RLC_STOP_ON_LOST_PDU False )
+set (  RRC_ASN1_VERSION "Rel10" )
+set (  RRC_DEFAULT_RAB_IS_AM True)
 set (  RRC_MSG_PRINT False )
 set (  RTAI False )
 set (  SECU False )
-- 
GitLab