aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_bssap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_bssap.c')
-rw-r--r--src/osmo-bsc/osmo_bsc_bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_bssap.c b/src/osmo-bsc/osmo_bsc_bssap.c
index 45861ccce..0ecc11c6b 100644
--- a/src/osmo-bsc/osmo_bsc_bssap.c
+++ b/src/osmo-bsc/osmo_bsc_bssap.c
@@ -401,7 +401,7 @@ static int bssmap_handle_cipher_mode(struct osmo_bsc_sccp_con *conn,
struct msgb *resp;
int reject_cause = -1;
int include_imeisv = 1;
- uint8_t *enc_key;
+ const uint8_t *enc_key;
uint16_t enc_key_len;
uint8_t enc_bits_bsc;
uint8_t enc_bits_msc;