aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-10 02:12:32 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-16 15:32:34 +0100
commit525a8ac9d7e78fea1b03a0f9687b83dd63d33c7c (patch)
tree68f36606945f30b84fe06b144c9f406229aa1ded /openbsc/include/openbsc/osmo_msc.h
parent78fc746b10755a645d8d1b52bdcca88fa492f32c (diff)
mostly cosmetic: have one msc_conn_close() with cause argument
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/osmo_msc.h b/openbsc/include/openbsc/osmo_msc.h
index 8d25f79d8..d6d2b116b 100644
--- a/openbsc/include/openbsc/osmo_msc.h
+++ b/openbsc/include/openbsc/osmo_msc.h
@@ -77,7 +77,7 @@ int msc_compl_l3(struct gsm_subscriber_connection *conn,
void msc_dtap(struct gsm_subscriber_connection *conn, uint8_t link_id, struct msgb *msg);
void msc_cipher_mode_compl(struct gsm_subscriber_connection *conn,
struct msgb *msg, uint8_t alg_id);
-void msc_close_connection(struct gsm_subscriber_connection *conn);
+void msc_conn_close(struct gsm_subscriber_connection *conn, uint32_t cause);
bool msc_subscr_conn_is_accepted(struct gsm_subscriber_connection *conn);
void msc_subscr_conn_communicating(struct gsm_subscriber_connection *conn);