iudummy: remove public ranap_ue_conn_ctx_alloc

This function has been removed in osmo-iuh.
This commit is contained in:
Neels Hofmeyr 2017-07-18 17:56:48 +02:00
parent 9c0bab9b48
commit f81151bd3f
1 changed files with 0 additions and 6 deletions

View File

@ -63,9 +63,3 @@ int ranap_iu_tx_release(struct ranap_ue_conn_ctx *ctx, const struct RANAP_Cause
LOGP(DLGLOBAL, LOGL_INFO, "iu_tx_release() dummy called, NOT sending Release\n");
return 0;
}
struct ranap_ue_conn_ctx *ranap_ue_conn_ctx_alloc(struct osmo_sccp_addr *addr, uint32_t conn_id)
{
LOGP(DLGLOBAL, LOGL_INFO, "ue_conn_ctx_alloc() dummy called, NOT allocating UE context\n");
return NULL;
}