aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-22 18:20:22 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-07-25 15:15:22 +0200
commit5b2283ba68155b82bdfe93ad675b0d35dc9d47d3 (patch)
treefc458e36eb6350510a4b2bb308f02c5d987611a4 /src
parentf42457ec986bc45311c1e27753ac01c8ff43f9af (diff)
cosmetic: add info log for Iu Release tx
Diffstat (limited to 'src')
-rw-r--r--src/libiu/iu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libiu/iu.c b/src/libiu/iu.c
index 1bb530584..779497745 100644
--- a/src/libiu/iu.c
+++ b/src/libiu/iu.c
@@ -394,6 +394,9 @@ int iu_tx_release(struct ue_conn_ctx *ctx, const struct RANAP_Cause *cause)
if (!cause)
cause = &default_cause;
+ LOGP(DRANAP, LOGL_INFO, "Transmitting Iu Release (SCCP conn_id %u)\n",
+ ctx->conn_id);
+
msg = ranap_new_msg_iu_rel_cmd(cause);
msg->l2h = msg->data;
prim = (struct osmo_scu_prim *) msgb_push(msg, sizeof(*prim));