aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-29 17:21:00 +0200
committerpespin <pespin@sysmocom.de>2019-09-02 09:42:21 +0000
commit6dfb5fef4072c177fc58149d48cec74b7a501f47 (patch)
treeb9c7f45cb75d437ac4e59a86eca1674d86639037 /src/gprs/Makefile.am
parent259e303436e035a5d137c17978f2f8de4bd58328 (diff)
Move lots of Iu/ranap specific code into its own file
RANAP related functionalities were splitted among several files (gprs_gmm.c, gprs_sgsn.c and sgsn_libgtp.c). Let's move it into its own file to shrink complexity/size of existing files. It also allows to keep a lot of conditionally enabled code (BUILD_IU) and its dependencies (osmo-iuh) together. Change-Id: I549042aaff045a378de77d657cc396ee08f22f33
Diffstat (limited to 'src/gprs/Makefile.am')
-rw-r--r--src/gprs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs/Makefile.am b/src/gprs/Makefile.am
index ba5dfd617..384b893f3 100644
--- a/src/gprs/Makefile.am
+++ b/src/gprs/Makefile.am
@@ -62,6 +62,7 @@ osmo_gbproxy_LDADD = \
osmo_sgsn_SOURCES = \
gprs_gmm_attach.c \
gprs_gmm.c \
+ gprs_ranap.c \
gprs_sgsn.c \
gprs_sndcp.c \
gprs_sndcp_comp.c \