aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/osmo_msc.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-02-06 16:51:31 +0100
committerMax <msuraev@sysmocom.de>2018-02-07 12:04:56 +0100
commitd83b17b3c7cb0a317dede784c0f688cffb879537 (patch)
treee57f7535f8ca1e5211a53ee1f19a3b3215645827 /include/osmocom/msc/osmo_msc.h
parent5e2e9bd0be7b9dddfa557ec044b222f37ee3b3d4 (diff)
Constify msc_subscr_conn_is_accepted() parameter
Diffstat (limited to 'include/osmocom/msc/osmo_msc.h')
-rw-r--r--include/osmocom/msc/osmo_msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/osmo_msc.h b/include/osmocom/msc/osmo_msc.h
index bf455c309..2fa8c46c5 100644
--- a/include/osmocom/msc/osmo_msc.h
+++ b/include/osmocom/msc/osmo_msc.h
@@ -79,7 +79,7 @@ void msc_assign_fail(struct gsm_subscriber_connection *conn,
uint8_t cause, uint8_t *rr_cause);
void msc_subscr_conn_init(void);
-bool msc_subscr_conn_is_accepted(struct gsm_subscriber_connection *conn);
+bool msc_subscr_conn_is_accepted(const struct gsm_subscriber_connection *conn);
void msc_subscr_conn_communicating(struct gsm_subscriber_connection *conn);
void msc_subscr_conn_close(struct gsm_subscriber_connection *conn,
uint32_t cause);