aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-08-21 22:33:29 +0200
committerAlexander Couzens <lynxis@fe80.eu>2019-08-21 22:33:29 +0200
commit78ab2f4a5b195eea00255b68a28dd0939410c3ff (patch)
tree48eabd5545d082cd34e076fc77850e36fcd1a215
parent5a100f0a11724bfefc3ffe8a1bc357893a8382a6 (diff)
iu_client: add backtrace log message
-rw-r--r--src/iu_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iu_client.c b/src/iu_client.c
index fea80e1..d8351c7 100644
--- a/src/iu_client.c
+++ b/src/iu_client.c
@@ -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;