mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Local ssb detection (#171) PSS/SSS detection in the UE code uses a global structure that describe the cell parameters it is not logical because we will populate this information from what we read in the MIB and the SIB1 later it also blocks us to make a cell scanner in a logical manner, just calling pss detection function with a set of detection parameters and a buffer of digital radio this MR fixes this and simplifies the code. Reviewed-by: Sakthivel Velumani <s.velumani@northeastern.edu>