mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
IuPS: add Iu response to delete_pdp_conf()
Change-Id: I6d601586101c0a004b2243633fab48db82b44b7c
This commit is contained in:
committed by
Neels Hofmeyr
parent
6b7b319d54
commit
7bc6986f6b
@@ -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 */
|
||||
|
Reference in New Issue
Block a user