From 3778acc5d533cbc6d7920601f9cf007341e67c6f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 9 Mar 2018 19:32:31 +0100 Subject: BTS_Tests: Fix SI L2 pseudo-length and rest octets Now the cell is actually recognized by phones Change-Id: I76b5b178b6884241cfa9b86550aac4865419ef76 --- bts/BTS_Tests.ttcn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bts/BTS_Tests.ttcn') diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index e98a8cab..f4a5a482 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -149,8 +149,8 @@ template (value) LocationAreaIdentification ts_LAI_default := { } /* Default SYSTEM INFORMATION 3 */ -template (value) SystemInformation ts_SI3_default := { - header := t_RrHeader(SYSTEM_INFORMATION_TYPE_3, 0), +template SystemInformation ts_SI3_default := { + header := t_RrHeader(SYSTEM_INFORMATION_TYPE_3, 18), payload := { si3 := { cell_id := 23, @@ -174,13 +174,13 @@ template (value) SystemInformation ts_SI3_default := { }, cell_sel_par := ts_CellSelPar_default, rach_control := ts_RachCtrl_default, - rest_octets := ''O + rest_octets := '2B2B2B2B'O } } } -template (value) SystemInformation ts_SI2_default := { - header := t_RrHeader(SYSTEM_INFORMATION_TYPE_2, 0), +template SystemInformation ts_SI2_default := { + header := t_RrHeader(SYSTEM_INFORMATION_TYPE_2, 22), payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, @@ -190,8 +190,8 @@ template (value) SystemInformation ts_SI2_default := { } } -template (value) SystemInformation ts_SI4_default := { - header := t_RrHeader(SYSTEM_INFORMATION_TYPE_4, 0), +template SystemInformation ts_SI4_default := { + header := t_RrHeader(SYSTEM_INFORMATION_TYPE_4, 12), /* no CBCH / restoct */ payload := { si4 := { lai := ts_LAI_default, -- cgit v1.2.3