From 367275e85143d45c17cb7b01b15b5bd791bf4a21 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 20 Dec 2017 13:24:13 +0100 Subject: Remove dead code Get rid of ifdefs around old unused code to improve readability. Change-Id: Ia80cf845b624d520d67143b61c9de3d49074cb8c --- src/gprs/gprs_gmm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gprs/gprs_gmm.c b/src/gprs/gprs_gmm.c index f26c22b07..f07b806f3 100644 --- a/src/gprs/gprs_gmm.c +++ b/src/gprs/gprs_gmm.c @@ -1339,9 +1339,6 @@ static int gsm48_rx_gmm_att_req(struct sgsn_mm_ctx *ctx, struct msgb *msg, if (!ctx) ctx = sgsn_mm_ctx_by_imsi(mi_string); if (!ctx) { -#if 0 - return gsm48_tx_gmm_att_rej(msg, GMM_CAUSE_IMSI_UNKNOWN); -#else if (msg->dst) ctx = sgsn_mm_ctx_alloc_iu(msg->dst); else @@ -1351,7 +1348,6 @@ static int gsm48_rx_gmm_att_req(struct sgsn_mm_ctx *ctx, struct msgb *msg, goto rejected; } osmo_strlcpy(ctx->imsi, mi_string, sizeof(ctx->imsi)); -#endif } if (ctx->ran_type == MM_CTX_T_GERAN_Gb) { ctx->gb.tlli = msgb_tlli(msg); -- cgit v1.2.3