aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-02-18 12:28:09 +0100
committerHarald Welte <laforge@gnumonks.org>2019-02-18 13:52:09 +0100
commitfd96d450494676b08da0f264ad3233ac6ad27989 (patch)
tree2eb9a2b031c4279cd24a4dacf7d5a6fadeacafb8 /include/osmocom
parent977b5486b13834f31bd3510ab03f8a50369bbbdd (diff)
a_iface: use 'const' qualifier for ran_conn whenever possible
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/msc/a_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/a_iface.h b/include/osmocom/msc/a_iface.h
index 2d11ccabd..d8a8aab38 100644
--- a/include/osmocom/msc/a_iface.h
+++ b/include/osmocom/msc/a_iface.h
@@ -68,7 +68,7 @@ int a_iface_tx_paging(const char *imsi, uint32_t tmsi, uint16_t lac);
int a_iface_tx_assignment(const struct gsm_trans *trans);
/* Send clear command via A-interface */
-int a_iface_tx_clear_cmd(struct ran_conn *conn);
+int a_iface_tx_clear_cmd(const struct ran_conn *conn);
int a_iface_tx_classmark_request(const struct ran_conn *conn);