Skip to content
Snippets Groups Projects
Commit 6d048932 authored by Francesco Mani's avatar Francesco Mani
Browse files

NR UE feature set update

parent 84611333
No related branches found
No related tags found
No related merge requests found
...@@ -429,11 +429,13 @@ The following features are valid for the gNB and the 5G-NR UE. ...@@ -429,11 +429,13 @@ The following features are valid for the gNB and the 5G-NR UE.
## NR UE PHY Layer ## ## NR UE PHY Layer ##
* Initial synchronization * Initial synchronization
- the UE needs to know the position in frequency of the SSBs (via command line parameter in SA)
* Time tracking based on PBCH DMRS * Time tracking based on PBCH DMRS
* Frequency offset estimation * Frequency offset estimation based on PSS and SSS
* 30KHz SCS for FR1 and 120 KHz SCS for FR2 * 15kHz and 30kHz SCS for FR1 and 120 kHz SCS for FR2
* Reception of NR-PSS/NR-SSS * Reception of NR-PSS/NR-SSS
* NR-PBCH supports multiple SSBs and flexible periodicity * NR-PBCH supports multiple SSBs and flexible periodicity
- RSRP measurement for the strongest SSB
* Reception of NR-PDCCH (including reception of DCI, polar decoding, de-scrambling, de-modulation, RB de-mapping, etc) * Reception of NR-PDCCH (including reception of DCI, polar decoding, de-scrambling, de-modulation, RB de-mapping, etc)
- common search space configured by MIB - common search space configured by MIB
- user-specific search space configured by RRC - user-specific search space configured by RRC
...@@ -446,9 +448,10 @@ The following features are valid for the gNB and the 5G-NR UE. ...@@ -446,9 +448,10 @@ The following features are valid for the gNB and the 5G-NR UE.
- Support for 1, 2 and 4 RX antennas - Support for 1, 2 and 4 RX antennas
- Support for up to 2 layers (currently limited to DMRS configuration type 2) - Support for up to 2 layers (currently limited to DMRS configuration type 2)
* Measurements based on NR-CSIRS * Measurements based on NR-CSIRS
- RI, PMI and CQI computation - RSRP measurements
- Support for 1 and 2 RX antennas - RI, PMI and CQI computation
- Support for up to 2 layers - Support for 1 and 2 RX antennas
- Support for up to 2 layers
* NR-PUSCH (including Segmentation, LDPC encoding, rate matching, scrambling, modulation, RB mapping, etc). * NR-PUSCH (including Segmentation, LDPC encoding, rate matching, scrambling, modulation, RB mapping, etc).
- PUSCH mapping type A and B - PUSCH mapping type A and B
- DMRS configuration type 1 and 2 - DMRS configuration type 1 and 2
...@@ -458,20 +461,18 @@ The following features are valid for the gNB and the 5G-NR UE. ...@@ -458,20 +461,18 @@ The following features are valid for the gNB and the 5G-NR UE.
- Support for 1 layer - Support for 1 layer
* NR-PUCCH * NR-PUCCH
- Format 0 (2 bits for ACK/NACK and SR) - Format 0 (2 bits for ACK/NACK and SR)
- Format 2 (up to 64 bits, mainly for CSI feedback) - Format 2 (up to 11 bits, mainly for CSI feedback)
- Format 1, 3 and 4 present but old code never dested (need restructuring before verification) - Format 1, 3 and 4 present but old code never tested (need restructuring before verification)
* NR-SRS * NR-SRS
- Generation of sequence at PHY - Generation of sequence at PHY
- SRS signal transmission - SRS signal transmission
* NR-PRS * NR-PRS
- PRS based Channel estimation with T tracer dumps - PRS based Channel estimation with T tracer dumps
- Time of arrival(ToA) estimation based on channel impulse response(CIR) - Time of arrival(ToA) estimation based on channel impulse response(CIR)
- Finer ToA estimation by 16x oversampled IDFT for CIR - Finer ToA estimation by 16x oversampled IDFT for CIR
- Support for multiple gNB reception with gNBs synced via GPSDO - Support for multiple gNB reception with gNBs synced via GPSDO
* NR-PRACH * NR-PRACH
- Formats 0,1,2,3, A1-A3, B1-B3 - Formats 0,1,2,3, A1-A3, B1-B3
* SS-RSRP
- RSRP measured on synchronization SSB (ok only for single SSB)
* Highly efficient 3GPP compliant LDPC encoder and decoder (BG1 and BG2 are supported) * Highly efficient 3GPP compliant LDPC encoder and decoder (BG1 and BG2 are supported)
* Highly efficient 3GPP compliant polar encoder and decoder * Highly efficient 3GPP compliant polar encoder and decoder
* Encoder and decoder for short block * Encoder and decoder for short block
...@@ -546,6 +547,7 @@ The following features are valid for the gNB and the 5G-NR UE. ...@@ -546,6 +547,7 @@ The following features are valid for the gNB and the 5G-NR UE.
- RRC Uplink/Downlink Information transfer carrying NAS messages transparently - RRC Uplink/Downlink Information transfer carrying NAS messages transparently
- RRC Reconfiguration/Reconfiguration complete - RRC Reconfiguration/Reconfiguration complete
- Support for master cell group configuration - Support for master cell group configuration
- Reception of UECapabilityEnquiry, encoding and transmission of UECapability
* Interface with PDCP: configuration, DCCH and CCCH message handling * Interface with PDCP: configuration, DCCH and CCCH message handling
* Interface with RLC and MAC for configuration * Interface with RLC and MAC for configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment