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

Update for MIH

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4793 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 726f2dcd
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,11 @@ SOURCES_L2 += $(RLC_DIR)/rlc_rrc.c
SOURCES_L2 += $(RLC_DIR)/rlc_mpls.c
RRC_OBJS = $(RRC_DIR)/rrc_UE.o
ifeq ($(ENABLE_RAL),1)
RRC_OBJS += $(RRC_DIR)/rrc_UE_ral.o
RRC_OBJS += $(RRC_DIR)/rrc_eNB_ral.o
endif
RRC_OBJS += $(RRC_DIR)/rrc_eNB.o
RRC_OBJS += $(RRC_DIR)/rrc_eNB_S1AP.o
RRC_OBJS += $(RRC_DIR)/rrc_common.o
......
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