lteMIB
MIB encoding and decoding
Description
allows
encoding and decoding of the MIB broadcast control channel (BCCH) message from
cell-wide settings.mib
= lteMIB(enb
)
It creates the 24-bit-long MIB message, mib
, from the fields of cell-wide
settings structure, enb
.
See TS 36.331 [1], Sections
5.2.1.1 and 6.2.2 for further description of the MIB.
includes
in the enb
= lteMIB(mib
,enb
)enb
output structure
any fields contained in the enb
input
structure. For any of the fields already present in the input structure,
the value decoded from the MIB replaces the existing value.
Note
Within the MIB, the system frame number (SFN) is stored as floor(SFN/4)
.
Therefore, when enb
is
created from an MIB bit sequence, enb
.
NFrame
satisfies mod(enb.NFrame,4)==0
and
the frame number modulo 4 must be established by other means. For
example, this can be done by using the nfmod4
output
of ltePBCHDecode
.
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.331. “Evolved Universal Terrestrial Radio Access (E-UTRA); Radio Resource Control (RRC); Protocol specification.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2014a