Max has submitted this change and it was merged.

Change subject: Remove dead code
......................................................................


Remove dead code

Get rid of ifdefs around old unused code to improve readability.

Change-Id: Ia80cf845b624d520d67143b61c9de3d49074cb8c
---
M src/gprs/gprs_gmm.c
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gprs/gprs_gmm.c b/src/gprs/gprs_gmm.c
index f26c22b..f07b806 100644
--- a/src/gprs/gprs_gmm.c
+++ b/src/gprs/gprs_gmm.c
@@ -1339,9 +1339,6 @@
                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 @@
                                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);

-- 
To view, visit https://gerrit.osmocom.org/5526
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia80cf845b624d520d67143b61c9de3d49074cb8c
Gerrit-PatchSet: 4
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <[email protected]>

Reply via email to