From f12b5a412de9fc5f4c3ebcecb3043f7d3daea792 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Mar 2019 19:50:21 +0100 Subject: [PATCH] pcu: Ensure we're always using the same defaults for the CGI Not all parts of the code explicitly specify each and every parameter of the Cell Gobal Identifier (particularly we don't do that for the PCU INFO IND), and hence multiple parts only interoperate if the same defaults are used in all locations. Change-Id: Iac9be9a8d4ccb4d01cc343d763d2e35873e3844f --- library/PCUIF_Types.ttcn | 4 ++-- pcu/PCU_Tests.default | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn index 564443158..0c3f0009d 100644 --- a/library/PCUIF_Types.ttcn +++ b/library/PCUIF_Types.ttcn @@ -657,9 +657,9 @@ template (value) PCUIF_Message ts_PCUIF_INFO_IND(template (value) uint8_t bts_nr template (value) PCUIF_Flags flags := c_PCUIF_Flags_default, template (value) uint16_t mcc := 262, template (value) uint16_t mnc := 42, - template (value) uint16_t lac := 2342, + template (value) uint16_t lac := 13135, template (value) uint8_t rac := 0, - template (value) uint16_t cell_id := 1, + template (value) uint16_t cell_id := 20960, template (value) uint8_t bsic := 7, template (value) PCUIF_InfoTrxs trx := ts_PCUIF_InfoTrxs_def, template (value) uint32_t version := PCU_IF_VERSION) := { diff --git a/pcu/PCU_Tests.default b/pcu/PCU_Tests.default index a877045ab..67c05f81b 100644 --- a/pcu/PCU_Tests.default +++ b/pcu/PCU_Tests.default @@ -13,11 +13,11 @@ PCU_Tests.mp_gb_cfg := { cell_id := { ra_id := { lai := { - mcc_mnc := '00101F'H, lac := 1 + mcc_mnc := '26242F'H, lac := 13135 }, rac := 0 }, - cell_id := 0 + cell_id := 20960 }, sgsn_role := true }