From 2076448d458ce1271dcd4d584fe276a8b8857e35 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Nov 2012 17:15:07 +0100 Subject: mobile: Do the LU with a IMSI... to deal with changing NITBs.. NITB will not ask for the IMSI if the TMSI is not known... work around and do the LU with the IMSI.. --- src/host/layer23/src/mobile/gsm48_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/layer23/src/mobile/gsm48_mm.c b/src/host/layer23/src/mobile/gsm48_mm.c index 331cfe3b..05987681 100644 --- a/src/host/layer23/src/mobile/gsm48_mm.c +++ b/src/host/layer23/src/mobile/gsm48_mm.c @@ -2358,7 +2358,7 @@ static int gsm48_mm_tx_loc_upd_req(struct osmocom_ms *ms) gsm48_encode_classmark1(&nlu->classmark1, sup->rev_lev, sup->es_ind, set->a5_1, pwr_lev); /* MI */ - if (subscr->tmsi != 0xffffffff) { /* have TMSI ? */ + if (0 && subscr->tmsi != 0xffffffff) { /* have TMSI ? */ gsm48_encode_mi(buf, NULL, ms, GSM_MI_TYPE_TMSI); LOGP(DMM, LOGL_INFO, " using TMSI 0x%08x\n", subscr->tmsi); } else { -- cgit v1.2.3