aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 13:15:03 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-07-03 13:15:03 +0200
commitedc140f90ed28a779d392daecbd120a46af3b754 (patch)
treee1eb6a26114601f0b8ae2f554ef8de10a6fd3bda /openbsc/include/openbsc
parent6cd9cc0fca48a71bc01fbefa4afa958421603f9b (diff)
a_iface: remove unused variable
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/a_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/a_iface.h b/openbsc/include/openbsc/a_iface.h
index 124a5d2ee..4c51a7f4a 100644
--- a/openbsc/include/openbsc/a_iface.h
+++ b/openbsc/include/openbsc/a_iface.h
@@ -49,7 +49,7 @@ struct bsc_context {
};
/* Initalize A interface connection between to MSC and BSC */
-int a_init(const void *ctx, struct osmo_sccp_instance *sccp, struct gsm_network *network);
+int a_init(struct osmo_sccp_instance *sccp, struct gsm_network *network);
/* Send DTAP message via A-interface */
int a_iface_tx_dtap(struct msgb *msg);