|
下面以某一个小区的MIB和SB为例进行说明:
MIB内容:
value MasterInformationBlock ::=
{
mib-ValueTag 1,
plmn-Type gsm-MAP :
{
plmn-Identity
{
mcc
{
4,
6,
0
},
mnc
{
0,
7
}
}
},
sibSb-ReferenceList
{
{
sibSb-Type sysInfoTypeSB1 : 1,
scheduling
{
scheduling
{
segCount 1,//SB共一个数据块
sib-Pos rep16 : 1//SB的重复周期为160ms,位置为2(1*2)
}
}
},
{
sibSb-Type sysInfoType1 : 1,
scheduling
{
scheduling
{
segCount 1,//SIB1共一个数据块
sib-Pos rep32 : 2//SIB1的重复周期为320ms,位置为4(2*2)
}
}
},
{
sibSb-Type sysInfoType2 : 1,
scheduling
{
scheduling
{
segCount 1,//SIB2共一个数据块
sib-Pos rep32 : 3//SIB2的重复周期为320ms,位置为6(3*2)
}
}
},
{
sibSb-Type sysInfoType3 : 1,
scheduling
{
scheduling
{
segCount 1,//SIB3共一个数据块
sib-Pos rep32 : 5//SIB3的重复周期为320ms,位置为10(5*2)
}
}
},
{
sibSb-Type sysInfoType5 : 1,
scheduling
{
scheduling
{
segCount 3,//SIB5共三个数据块
sib-Pos rep32 : 6,//SIB5的重复周期为320ms,位置为12(6*2)
sib-PosOffsetInfo //SIB5后两个数据块位置
{
so2,//相对于第一个数据块的偏移,偏移20ms
so6//相对于第二个数据块的偏移,偏移60ms
}
}
}
}
}
}
SB内容:
value SysInfoTypeSB1 ::=
{
sib-ReferenceList
{
{
sib-Type sysInfoType7 : NULL,
scheduling
{
scheduling
{
segCount 1,//SIB7共一个数据块
sib-Pos rep64 : 11//SIB的重复周期为640ms,位置为22(11*2)
}
}
},
{
sib-Type sysInfoType11 : 1,
scheduling
{
scheduling
{
segCount 6,//SIB11共六个数据块
sib-Pos rep64 : 13,//SIB11的重复周期为640ms,位置为26(13*2)
sib-PosOffsetInfo //SIB11后五个数据块相对于第一个数据块位置的偏移
{
so2,//相对于第一个数据块的偏移,偏移20ms
so2,//相对于第二个数据块的偏移,偏移20ms
so24,//相对于第三个数据块的偏移,偏移240ms
so4,//相对于第四个数据块的偏移,偏移40ms
so2//相对于第五个数据块的偏移,偏移20ms
}
}
}
}
}
}
|