cosmetic: add info log for Iu Release tx

Change-Id: Ia64bc937d7f37ef6209efbdf884de61008f8816d
This commit is contained in:
Neels Hofmeyr 2017-07-22 18:20:22 +02:00 committed by Neels Hofmeyr
parent f42457ec98
commit 5b2283ba68
1 changed files with 3 additions and 0 deletions

View File

@ -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));