Commit 4acb9be7 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Merge remote-tracking branch 'origin/NR_UE_feature_set_update' into integration_2024_w30

parents 0ed8fb72 490620a0
...@@ -70,7 +70,7 @@ These modes of operation are supported: ...@@ -70,7 +70,7 @@ These modes of operation are supported:
- DMRS configuration type 1 and 2 - DMRS configuration type 1 and 2
- Single and multiple DMRS symbols - Single and multiple DMRS symbols
- PTRS support - PTRS support
- Support for 1, 2 and 4 TX antennas - Support for up to 4 TX antennas
- Support for up to 2 layers - Support for up to 2 layers
- Support for 256 QAM - Support for 256 QAM
* NR-CSIRS Generation of sequence at PHY * NR-CSIRS Generation of sequence at PHY
...@@ -79,7 +79,7 @@ These modes of operation are supported: ...@@ -79,7 +79,7 @@ These modes of operation are supported:
- DMRS configuration type 1 and 2 - DMRS configuration type 1 and 2
- Single and multiple DMRS symbols - Single and multiple DMRS symbols
- PTRS support - PTRS support
- Support for up to 2 RX antenna - Support for up to 4 RX antennas
- Support for up to 2 layers - Support for up to 2 layers
- Support for 256 QAM - Support for 256 QAM
* NR-PUCCH * NR-PUCCH
...@@ -237,7 +237,8 @@ These modes of operation are supported: ...@@ -237,7 +237,8 @@ These modes of operation are supported:
## 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) - non-blind synchronization (information required: carrier frequency, bandwidth, numerology)
- option to search SSB inside the bandwidth available
* Time tracking based on PBCH DMRS * Time tracking based on PBCH DMRS
* Frequency offset estimation based on PSS and SSS * Frequency offset estimation based on PSS and SSS
* 15kHz and 30kHz SCS for FR1 and 120 kHz SCS for FR2 * 15kHz and 30kHz SCS for FR1 and 120 kHz SCS for FR2
...@@ -292,7 +293,7 @@ These modes of operation are supported: ...@@ -292,7 +293,7 @@ These modes of operation are supported:
* MAC -> PHY configuration via UE FAPI P5 interface * MAC -> PHY configuration via UE FAPI P5 interface
* Basic MAC to control PHY via UE FAPI P7 interface * Basic MAC to control PHY via UE FAPI P7 interface
* PHY -> MAC indication (needs some improvement) * PHY -> MAC indication
## NR UE Higher Layers ## ## NR UE Higher Layers ##
...@@ -314,19 +315,21 @@ These modes of operation are supported: ...@@ -314,19 +315,21 @@ These modes of operation are supported:
- format 01 (C-RNTI) - format 01 (C-RNTI)
* UCI processing * UCI processing
- ACK/NACK processing - ACK/NACK processing
- Triggering periodic SR - Scheduling request procedures
- CSI measurement reporting - CSI measurement reporting (periodic and aperiodic)
* DLSCH scheduler * DLSCH scheduler
- Configuration of fapi PDU according to DCI - Configuration of fapi PDU according to DCI
- HARQ procedures - HARQ procedures
* ULSCH scheduler * ULSCH scheduler
- Configuration of fapi PDU according to DCI - Configuration of fapi PDU according to DCI
- Buffer status reporting procedures
- Logical channel prioritization of 'data from any logical channel' - Logical channel prioritization of 'data from any logical channel'
- UCI on PUSCH
* NR-CSIRS scheduler * NR-CSIRS scheduler
- Scheduling of NR-CSIRS reception - Scheduling of NR-CSIRS reception
- Fill UCI for CSI measurement reporting - Fill UCI for CSI measurement reporting
* Scheduler procedures for SRS transmission * Scheduler procedures for SRS transmission
- Periodic SRS transmission - Periodic and aperiodic SRS transmission
* Bandwidth part (BWP) operation * Bandwidth part (BWP) operation
- Operation in configured dedicated BWP through RRCSetup or RRCReconfiguration - Operation in configured dedicated BWP through RRCSetup or RRCReconfiguration
...@@ -363,6 +366,7 @@ These modes of operation are supported: ...@@ -363,6 +366,7 @@ These modes of operation are supported:
- RRCSetupRequest/RRCSetup/RRCSetupComplete - RRCSetupRequest/RRCSetup/RRCSetupComplete
- 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
- RRCReestablishmentRequest/RRC Reestablishment/Reestablishment complete
- Support for master cell group configuration - Support for master cell group configuration
- Reception of UECapabilityEnquiry, encoding and transmission of UECapability - 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment