LTE MIB 的发送周期
MIB在PBCH上发送,PBCH 采用QPSK调制。
PBCH的时频资源位置固定,可以参考我的博文” LTE FDD PSS/SSS/MIB时频资源位置”.
一个SFN发送一次MIB,接下来3个SFN重复发送同样的信息(但是以不同的扰码加扰),也就是说MIB的发送周期为4个SFN,即40ms。
SFN Number |
0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
… |
MIB |
First |
Repetition |
Repetition |
Repetition |
First |
Repetition |
Repetition |
Repetition |
First |
… |
SFN 取值范围[0,1023], 以0-1023循环。MIB消息中只包含前8位,剩下的2位根据该帧在PBCH 40ms周期窗口的位置确定。
剩下的这2位怎么确定的呢?
MIB的一个发送周期为4个SFN(也就是40ms), 这4个SFN发生的MIB消息相同,但是以不同的扰码加扰,UE在解码时会尝试以4中扰码来解码,解码成功后就可以确定窗口位置.
2^2=4(00/01/10/11), 4中组合,2bit真好对应。
参考3GPP 36331-5.2.1.2 -scheduling:
The MIB uses a fixed schedule with a periodicity of 40 ms and repetitions made within 40 ms. Thefirst transmission of the MIB is scheduled insubframe #0 of radio frames for which theSFN mod 4 = 0, andrepetitions
are scheduled in subframe #0 ofall other radio frames.
当前cell 天线端口(Antenna Port)的获取
参考3GPP – 36.212
EnodeB在发送PBCH的时候,会根据天线端口来选择不同的CRC mask, 见下图。因此,UE在解码PBCH时,就可以获取当前cell 对应的天线端口数目。