Commit bb949527 authored by Lionel Gauthier's avatar Lionel Gauthier

For 802.21 explicit compilation flag USE_3GPP_ADDR_AS_LINK_ADDR

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5107 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 26e981d6
......@@ -147,7 +147,12 @@ endif
ifeq ($(MIH_C_MEDIEVAL_EXTENSIONS), 1)
CFLAGS += -DMIH_C_MEDIEVAL_EXTENSIONS
ifeq ($(USE_3GPP_ADDR_AS_LINK_ADDR), 1)
CFLAGS += -DUSE_3GPP_ADDR_AS_LINK_ADDR
endif
endif
ifeq ($(NAS), 1)
CFLAGS += -DNAS_NETLINK -DLINUX
......
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