From 6dfb5fef4072c177fc58149d48cec74b7a501f47 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 29 Aug 2019 17:21:00 +0200 Subject: 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 --- src/gprs/gprs_sgsn.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gprs/gprs_sgsn.c') diff --git a/src/gprs/gprs_sgsn.c b/src/gprs/gprs_sgsn.c index 829204ea9..ee1902c2c 100644 --- a/src/gprs/gprs_sgsn.c +++ b/src/gprs/gprs_sgsn.c @@ -50,10 +50,6 @@ #include "../../bscconfig.h" -#if BUILD_IU -#include -#endif - #define GPRS_LLME_CHECK_TICK 30 extern struct sgsn_instance *sgsn; -- cgit v1.2.3