Merge remote-tracking branch 'safwan2mo/fix/sss-nid1-nid2-mismatch' into integration_2026_w29
fix(PHY): compare NID2 instead of NID1 in rx_sss_nr() coherence check (#304)
target_Nid_cell was being decomposed with GET_NID1() and compared
against pss->nid2 (the detected PSS NID2). Since Nid1 != Nid2 in almost
all cases, the coherence check always failed, forcing an exhaustive
336-hypothesis SSS search instead of the intended single-candidate fast
path when validating a known neighbor PCI, and spamming LOG_E on every
such call.
Closes: #296
Reviewed-by:
Francesco Mani <email@francescomani.it>
Showing
Please register or sign in to comment