From edad02731827684f06866a7b7903b5576877883f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 19 Nov 2018 14:26:47 +0100 Subject: bsc: si: Fix SI2bis L2 pseudo length 3GPP TS 04.08 V7.21.0, section "9.1.33 System information type 2bis" states: "This message has a L2 pseudo length of 21.". Change-Id: I623c64c446c0973e939e9f1cba0a4d4d2f4f7237 --- src/osmo-bsc/system_information.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc/system_information.c') diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c index 086b8e98e..18c609b3b 100644 --- a/src/osmo-bsc/system_information.c +++ b/src/osmo-bsc/system_information.c @@ -764,7 +764,7 @@ static int generate_si2bis(enum osmo_sysinfo_type t, struct gsm_bts *bts) memset(si2b, GSM_MACBLOCK_PADDING, GSM_MACBLOCK_LEN); - si2b->header.l2_plen = GSM48_LEN2PLEN(22); + si2b->header.l2_plen = GSM48_LEN2PLEN(21); si2b->header.rr_protocol_discriminator = GSM48_PDISC_RR; si2b->header.skip_indicator = 0; si2b->header.system_information = GSM48_MT_RR_SYSINFO_2bis; -- cgit v1.2.3