Skip to content
Snippets Groups Projects
Commit 674963da authored by Lionel Gauthier's avatar Lionel Gauthier
Browse files

Added RLC FLAG

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4846 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 46da7201
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment