mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
gprs_gmm: remove duplicated start of T3395
The timer is already scheduled by gsm48_tx_gsm_deact_pdp_req(). Change-Id: I8203b939d2196f87b11c0f3b2b0ff481e572835c
This commit is contained in:
committed by
lynxis lazus
parent
b572d7c45e
commit
15fcd10fde
@@ -2084,8 +2084,7 @@ static void pdpctx_timer_cb(void *_pdp)
|
||||
sgsn_delete_pdp_ctx(pdp);
|
||||
break;
|
||||
}
|
||||
gsm48_tx_gsm_deact_pdp_req(pdp, GSM_CAUSE_NET_FAIL);
|
||||
osmo_timer_schedule(&pdp->timer, sgsn->cfg.timers.T3395, 0);
|
||||
gsm48_tx_gsm_deact_pdp_req(pdp, GSM_CAUSE_NET_FAIL);
|
||||
break;
|
||||
default:
|
||||
LOGPDPCTXP(LOGL_ERROR, pdp, "timer expired in unknown mode %u\n",
|
||||
|
||||
Reference in New Issue
Block a user