PBCH test case support for non-zero bchpyload
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.