BTS_Tests: Fix SI L2 pseudo-length and rest octets

Now the cell is actually recognized by phones

Change-Id: I76b5b178b6884241cfa9b86550aac4865419ef76
This commit is contained in:
Harald Welte 2018-03-09 19:32:31 +01:00
parent f8e7f135d6
commit 3778acc5d5
1 changed files with 7 additions and 7 deletions

View File

@ -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,