iu_client: add backtrace log message

Change-Id: Ie9d28f5e633edd048b6bcc20ad2e25d8be36acfd
This commit is contained in:
Alexander Couzens 2019-08-21 22:33:29 +02:00
parent 5a100f0a11
commit 78ab2f4a5b
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ static struct ranap_ue_conn_ctx *ue_conn_ctx_find(uint32_t conn_id)
void ranap_iu_free_ue(struct ranap_ue_conn_ctx *ue_ctx)
{
LOGPIU(LOGL_ERROR, "RANAP iu FREE on %p", ue_ctx);
osmo_log_backtrace(iu_log_subsystem, LOGL_ERROR);
if (!ue_ctx)
return;