mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-10-27 18:23:52 +00:00
sbcap_server: Log all sctp notif
Change-Id: Ibe73f1e976f088154c2a20e2c7dd98b39a475c08
This commit is contained in:
@@ -89,7 +89,11 @@ static int sbcap_cbc_read_cb(struct osmo_stream_srv *conn)
|
|||||||
case SCTP_ASSOC_CHANGE:
|
case SCTP_ASSOC_CHANGE:
|
||||||
LOGPSBCAPC(client, LOGL_DEBUG, "Rx sctp notif SCTP_ASSOC_CHANGE: %s\n",
|
LOGPSBCAPC(client, LOGL_DEBUG, "Rx sctp notif SCTP_ASSOC_CHANGE: %s\n",
|
||||||
osmo_sctp_assoc_chg_str(notif->sn_assoc_change.sac_state));
|
osmo_sctp_assoc_chg_str(notif->sn_assoc_change.sac_state));
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
|
LOGPSBCAPC(client, LOGL_DEBUG, "Rx sctp notif %s (%u)\n",
|
||||||
|
osmo_sctp_sn_type_str(notif->sn_header.sn_type),
|
||||||
|
notif->sn_header.sn_type);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
rc = 0;
|
rc = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user