aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/a_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/a_iface.h')
-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 40ad9c8d1..f0da248b7 100644
--- a/include/osmocom/msc/a_iface.h
+++ b/include/osmocom/msc/a_iface.h
@@ -57,7 +57,7 @@ int a_iface_tx_dtap(struct msgb *msg);
/* Send Cipher mode command via A-interface */
int a_iface_tx_cipher_mode(const struct gsm_subscriber_connection *conn,
- int cipher, const const uint8_t *key, int len, int include_imeisv);
+ int cipher, const uint8_t *key, int len, int include_imeisv);
/* Page a subscriber via A-interface */
int a_iface_tx_paging(const char *imsi, uint32_t tmsi, uint16_t lac);