From 674963da5a00159029492470c5973a589c96da59 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier Date: Fri, 10 Jan 2014 14:29:48 +0000 Subject: [PATCH] Added RLC FLAG git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4846 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/SIMU/USER/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/targets/SIMU/USER/Makefile b/targets/SIMU/USER/Makefile index cfc2345d6c..88395667d4 100644 --- a/targets/SIMU/USER/Makefile +++ b/targets/SIMU/USER/Makefile @@ -132,6 +132,10 @@ CFLAGS += -DRel8 #endif endif +ifeq ($(RLC_STOP_ON_LOST_PDU), 1) +CFLAGS += -DRLC_STOP_ON_LOST_PDU +endif + ifeq ($(ENABLE_RAL), 1) CFLAGS += -DENABLE_RAL endif -- GitLab