aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/pcu_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/pcu_sock.c')
-rw-r--r--src/common/pcu_sock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 83aa0a19..3a735702 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -770,8 +770,8 @@ 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)
{
- const enum osmo_sysinfo_type si_types[3] =
- { SYSINFO_TYPE_1, SYSINFO_TYPE_3, SYSINFO_TYPE_13 };
+ const enum osmo_sysinfo_type si_types[] =
+ { SYSINFO_TYPE_1, SYSINFO_TYPE_2, SYSINFO_TYPE_3, SYSINFO_TYPE_13 };
unsigned int i;
int rc = 0;