aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/pcu_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index fb32773a..454f921a 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -768,7 +768,7 @@ int pcu_tx_si(const struct gsm_bts *bts, enum osmo_sysinfo_type si_type,
static int pcu_tx_si_all(struct gsm_bts *bts)
{
- enum osmo_sysinfo_type si_types[3] =
+ const enum osmo_sysinfo_type si_types[3] =
{ SYSINFO_TYPE_1, SYSINFO_TYPE_3, SYSINFO_TYPE_13 };
unsigned int i;
int rc;