UE initial attach procedure :
- RSSI scan.
- Subframe and frame synchronization using pss and sss.
- listening to Cell specific reference signals
- MIB info
- SIB1
- SIB2
and so on...
From documents available in Internet, I came to know that, when we power on UE, it will perform RSSI (Reference signal strength indicator) scan within the configured bandwidth channel.(let's say 1.4Mhz,3,5,10,15,20Mhz) and will create a list of cells which signal strength is more than threshold value . As per the resource grid I have seen in this site, every 0th and 4th OFDMA symbol will carry info about Reference signal.
Question 1 : How UE will decode 0th and 4th OFDMA symbol before slot, Sub frame and Frame synchronization? As of I know, from the data received from 0th and 4th OFDMA symbol UE will find the strength of signal i.e RSSI value.(Please correct me, if I am wrong)
In order to exactly index 0th and 4th symbol, first UE has to find symbol boundary, right? As of I know symbol boundary will be carried out in later stage using cyclic prefix.
Question 2 : In RSSI scan, will UE derive RSRP and RSRQ values?
Question 3 : If UE derives RSRP & RSRQ info in RSSI scan, then why again after pss and sss synchronization, UE will listen to Cell Specific Reference signal?
Question 4 : What and all info will UE get in listening to cell specific reference signals after synchronization ?
Forgive me, If my question was not properly asked, please help me by considering some time in editing the question. Thanks in advance for your valuable time & support.