Skip to content

PBCH test case support for non-zero bchpyload

rohan requested to merge nrPBCHTCFix into master

Issue Details: If bchPayload is changed to non-zero value, then the test case used to fail.

Solution: While final check against UE decoded bchpayload and input bchpayload, Here AND operation with 0xff is missing along with RIGHT SHIFT operation for input bchpayload.

Merge request reports