iu_client: Log event sent to upper layer callback

Change-Id: I2233df2b09ae46f28dd99d7540d71fee8e47b6ff
This commit is contained in:
Pau Espin 2021-04-13 17:36:49 +02:00
parent 09d635ce9b
commit 68a796ebc5
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ static int global_iu_event(struct ranap_ue_conn_ctx *ue_ctx,
if (!ue_ctx->notification) if (!ue_ctx->notification)
return 0; return 0;
LOGPIU(LOGL_DEBUG, "Submit Iu event to upper layer: %s\n", ranap_iu_event_type_str(type));
return global_iu_event_cb(ue_ctx, type, data); return global_iu_event_cb(ue_ctx, type, data);
} }