IuPS: add Iu response to delete_pdp_conf()

Change-Id: I6d601586101c0a004b2243633fab48db82b44b7c
This commit is contained in:
Daniel Willmann 2016-05-21 00:55:25 +02:00 committed by Neels Hofmeyr
parent 6b7b319d54
commit 7bc6986f6b
1 changed files with 7 additions and 0 deletions

View File

@ -485,6 +485,13 @@ static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
if (pctx->mm->ran_type == MM_CTX_T_GERAN_Gb) {
/* Deactivate the SNDCP layer */
sndcp_sm_deactivate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
} else {
#ifdef BUILD_IU
/* Deactivate radio bearer */
iu_rab_deact(pctx->mm->iu.ue_ctx, 1);
#else
return -ENOTSUP;
#endif
}
/* Confirm deactivation of PDP context to MS */