top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the size of PBCH payload in NR? Is this a fixed size?

0 votes
472 views
What is the size of PBCH payload in NR? Is this a fixed size?
posted Jun 11, 2020 by Bharat Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Hi Bharath,

If you look ASN struture of MIB below you can understand.

BCCH-BCH-Message ::= SEQUENCE {
message BCCH-BCH-MessageType
}
BCCH-BCH-MessageType ::= CHOICE {
mib MIB,
messageClassExtension SEQUENCE {}
}
As you see here, BCCH-BCH is made of one choice parameter which has two elements (MIB or messageClassExtension). So this choice parameter requires 1 bit.BCCH-BCH bit length can be one of the followings :

i) bit length of BCCH-BCH = bit length of mib + 1

ii) bit length of BCCH-BCH = messageClassExtension + 1

Typically MIB is 23 Bit.

answer Jul 9, 2020 by Jaganathan
...