Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBCH repetition #9

Open
dsilhavy opened this issue Nov 1, 2021 · 2 comments
Open

PBCH repetition #9

dsilhavy opened this issue Nov 1, 2021 · 2 comments
Assignees
Labels
done Completed in fork and awaiting merge enhancement New feature or request
Milestone

Comments

@dsilhavy
Copy link
Contributor

dsilhavy commented Nov 1, 2021

Description

Repetition of PBCH

Background & Important terms

PBCH = Physical broadcast channel ,carries BCH, downlink direction

A base station can transmit a master information block (MIB), which contains a few important parameters that the mobile needs to acquire a cell, and is delivered on the broadcast control channel (BCCH), broadcast channel (BCH) and physical broadcast channel (PBCH)

Implementation steps & recommendations

tbd

Related specifications

  • ETSI TS 103 720
@dsilhavy dsilhavy added the enhancement New feature or request label Nov 1, 2021
@dsilhavy dsilhavy added this to the IBC 21 milestone Nov 1, 2021
@dsilhavy dsilhavy assigned dsilhavy and jsroldan and unassigned dsilhavy Nov 5, 2021
@johannmika
Copy link

@jsroldan @dsilhavy I have added a sample file with Rel16 CAS including PBCH repetition in the sample-file section of the wiki.

@dsilhavy dsilhavy removed this from the 1.2.1 milestone Nov 24, 2022
kuehnhammer added a commit to kuehnhammer/rt-mbms-modem that referenced this issue Oct 5, 2023
…d symbols are not used in PBCH decoding, just taken out of PDSCH. 5G-MAG#9
@kuehnhammer kuehnhammer added the done Completed in fork and awaiting merge label Oct 5, 2023
@dsilhavy
Copy link
Contributor Author

From @kuehnhammer slides:

Description

  • Defined for MBMS-dedicated cells with at least 3Mhz bandwidth (not for 6 PRB / 1.4 MHz)
  • PBCH REs from slot 1 symbols 1-3 are rotated and repeated in the three free symbols
  • 5MHz / 25 PRB and higher: every CAS. 3 MHz: every second CAS (nf % 8 == 4).
  • Reduces resource allocation for PDSCH

Implementation

  • Configuration: modem -> phy -> bch_repetition_r16: true;
  • Current implementation: PDSCH RA adapted. Repeated PDSCH symbols are not used.
  • Improvements: Extend PDSCH CE to cover first slot, derotate and use repeated symbols

@dsilhavy dsilhavy added this to the 2.0.0 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Completed in fork and awaiting merge enhancement New feature or request
Projects
Development

No branches or pull requests

4 participants