aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_gsm_tester/templates/amarisoft_sib1.asn.tmpl
blob: 0fc5f13d38cbb8fc23818485714d23bf2af209ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  message c1: systemInformationBlockType1: {
    cellAccessRelatedInfo {
      plmn-IdentityList {
        {
          plmn-Identity {  /* patched by eNB */
            mcc {
              0,
              0,
              0
            },
            mnc {
              0,
              0
            }
          },
          cellReservedForOperatorUse notReserved
        }
      },
      trackingAreaCode '0000'H, /* patched by eNB */
      cellIdentity '0000000'H, /* patched by eNB */
      cellBarred notBarred,
      intraFreqReselection allowed,
      csg-Indication FALSE
    },
    cellSelectionInfo {
      q-RxLevMin -70
    },
    p-Max 10, /* maximum power allowed for the UE (dBm) */
    freqBandIndicator 1, /* patched by eNB */
    schedulingInfoList {
      {
        si-Periodicity rf16,
        sib-MappingInfo {
          sibType3
        }
      }
    },
    si-WindowLength ms40,
    systemInfoValueTag 8
  }
}