D release notes update 80/6480/2
authorlal.harshita <Harshita.Lal@radisys.com>
Wed, 7 Jul 2021 09:03:48 +0000 (14:33 +0530)
committerlal.harshita <Harshita.Lal@radisys.com>
Wed, 7 Jul 2021 12:05:42 +0000 (17:35 +0530)
Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
Change-Id: I1b3006c1a3dfeff7d1c7fbf460f8cd0cfc4af190

docs/CLA_call_flow.png [new file with mode: 0644]
docs/CellUpAndBroadcast.png
docs/ModeofCommunication.jpg
docs/O-DU_High_Low_Flow.PNG [new file with mode: 0644]
docs/O-DU_High_Low_Flow.jpg [deleted file]
docs/ODUArch.jpg
docs/api-docs.rst
docs/installation-guide.rst
docs/overview.rst
docs/release-notes.rst
docs/user-guide.rst

diff --git a/docs/CLA_call_flow.png b/docs/CLA_call_flow.png
new file mode 100644 (file)
index 0000000..16ddaeb
Binary files /dev/null and b/docs/CLA_call_flow.png differ
index ecf5250..b3d316d 100644 (file)
Binary files a/docs/CellUpAndBroadcast.png and b/docs/CellUpAndBroadcast.png differ
index cb94a4f..3232ba6 100644 (file)
Binary files a/docs/ModeofCommunication.jpg and b/docs/ModeofCommunication.jpg differ
diff --git a/docs/O-DU_High_Low_Flow.PNG b/docs/O-DU_High_Low_Flow.PNG
new file mode 100644 (file)
index 0000000..e674932
Binary files /dev/null and b/docs/O-DU_High_Low_Flow.PNG differ
diff --git a/docs/O-DU_High_Low_Flow.jpg b/docs/O-DU_High_Low_Flow.jpg
deleted file mode 100644 (file)
index bbcd108..0000000
Binary files a/docs/O-DU_High_Low_Flow.jpg and /dev/null differ
index 39a06a1..90cc254 100644 (file)
Binary files a/docs/ODUArch.jpg and b/docs/ODUArch.jpg differ
index 2071c15..9bf0c22 100644 (file)
@@ -6,7 +6,7 @@
 API-Docs
 **********
 
-This is the API-docs for Cherry relase o-du/l2.
+This is the API-docs for D relase o-du/l2.
 
 .. contents::
    :depth: 3
@@ -16,7 +16,7 @@ This is the API-docs for Cherry relase o-du/l2.
 Introduction
 -----------------
 This document lists the APIs implemented between various modules of ODU-High and their functionality.
-These are in line with ORAN-WG8.AAD-v2.05.00, hereafter referred to as AAD Spec.
+These are in line with ORAN-WG8.AAD-v3.00.00, hereafter referred to as AAD Spec.
 
 API Functions
 -------------
@@ -34,6 +34,7 @@ API Functions
    B. MAC to RLC
 
       a. Data Transfer(UL) : Transfers UL data to RLC as per Section 9.2.1.2 of the AAD Spec
+
       b. Schedule Result Reporting (DL) : Reports DL schedule result to RLC as per Section 9.2.1.3 of the AAD Spec
 
 2. MAC-Scheduler Interface
@@ -61,6 +62,12 @@ API Functions
 
       g. UL Buffer Status Report Indication : On reception and decoding of received BSR from the UE, MAC provides SCH
          buffer status report for UL scheduling, as per Section 9.2.2.2.16 of the AAD Spec
+
+      h. UE Delete Request : MAC receives UE delete request and forwards the request to SCH as per Section 9.2.2.2.5 
+         of the AAD spec.
+
+      i. Cell Delete Request :  MAC receives UE delete request and forwards the request to SCH as per Section 9.2.2.2.2
+         of the AAD spec.
         
    B. Scheduler to MAC
 
@@ -85,6 +92,10 @@ API Functions
       g. Downlink Broadcast Allocation - Provides DCI and DL data scheduling information for SIB1 for a given slot for
          Broadcast Channel, as per Section 9.2.2.3.9 of the AAD Spec.
 
+      h. UE Delete Response - Response to UE delete request from MAC, as per Section 9.2.2.3.4
+
+      i. Cell Delete Response - Response to Cell delete response from MAC, as per Section 9.2.2.3.2
+
 3. DU APP - MAC Interface
 
    - AAD Spec : section 9.2.3
@@ -101,6 +112,10 @@ API Functions
 
       d. DL CCCH Indication - Sends DL CCCH Message to MAC to be sent to UE, as per Section 9.2.3.16 of the AAD Spec.
 
+      e. Cell Stop - Commands MAC to stop cell at L1, as per Section 9.2.3.2 of the AAD spec.
+
+      f. UE Delete Request - Deletes UE information at MAC as per Section 9.2.3.7  of the AAD Spec.
+
    B. MAC to DU APP
 
       a. UE Create Response - Response to UE Create Request from DU Manager as per Section 9.2.3.4 of the AAD Spec.
@@ -110,6 +125,8 @@ API Functions
 
       c. UL-CCCH Indication - Sends the UL CCCH Message received from UE to DU APP as per Section 9.2.3.15 of AAD Spec.
 
+      d. UE Delete Response - Response to UE Delete Request from DU Manager as per Section 9.2.3.8 of the AAD Spec.
+
 4. DU APP - RLC Interface
 
    - AAD Spec : section 9.2.4
@@ -118,18 +135,27 @@ API Functions
 
       a. UE Create - Adds UE associated RLC entity and related information as per Section 9.2.4.1 of the AAD Spec.
 
-      b. UE Reconfiguration - Reconfigures the UE associated RLC entity previously added at RLC, as per Section 9.2.4.1
+      b. UE Reconfiguration - Reconfigures the UE associated RLC entity previously added at RLC, as per Section 9.2.4.3
          of the AAD Spec.
 
-      c. DL RRC Message Transfer - Requests RLC to deliver RRC message from CU to the UE, as per Section 9.2.4.3 of the
+      c. DL RRC Message Transfer - Requests RLC to deliver RRC message from CU to the UE, as per Section 9.2.4.7 of the
+         AAD Spec.
+
+      d. UE Delete Request - Deletes UE associated RLC entity and related information as per Section 9.2.4.5 of the 
          AAD Spec.
 
    B. RLC to DU APP
 
-      a. UL RRC Message Tranfer - Delivers RRC Message from UE to CU as per Section 9.2.4.4 of the AAD spec.
+      a. UE Create Response - Response to UE Create Request from DU APP, as per Section 9.2.4.3
+
+      b. UE Reconfiguration Response - Response to UE Recofiguration Request from DU APP, as per Section 9.2.4.4
+
+      c. UL RRC Message Tranfer - Delivers RRC Message from UE to CU as per Section 9.2.4.8 of the AAD spec.
 
-      b. RRC Message Delivery Report - Informs DU Manager on failed/successful delivery of a DL RRC message to UE, as
-         per Section 9.2.4.5 of the AAD Spec.
+      d. RRC Message Delivery Report - Informs DU Manager on failed/successful delivery of a DL RRC message to UE, as
+         per Section 9.2.4.9 of the AAD Spec.
+
+      e. UE Delete Response - Response to UE Delete Request from DU APP, as per section 9.2.4.6
 
 Additional APIs
 ----------------
@@ -140,21 +166,23 @@ Additional APIs
      
       a. Cell Configuration Request - Configures cell information at MAC
 
+      b. Cell Delete Request - Deletes cell information at MAC
+
    B. MAC to DU APP
 
       a. Cell Configuration Response - Response to Cell Configuration Request from DU APP
 
+      b. Cell Delete Response - Response to Cell Delet request from DU APP
+
 2. DU APP - RLC Interface
 
    A. RLC to DU APP
 
-      a. UE Create Response - Response to UE Create Request from DU APP
-
-      b. UE Reconfiguration Response - Response to UE Recofiguration Request from DU APP
-
       c. DL RRC Message Response - Informs DU APP if a DL RRC Message was successfuly processed at RLC and sent to MAC.
 
 3. DU APP - O1 Interface
 
-   a. DU sends alarms to O1 for cell up and cell down events using the alarm interface API
-   
+   a. Bring cell up - Informs DU to bring a specific cell up
+   b. Bring cell down - Informs DU to bring specific cell up
+   c. Set the cell operational state - Sets the cell state to ACTIVE/INACTIVE
+   d. Raise a cell alarm - Raise an alarm when the cell is ACTIVE/INACTIV
index 1c998e9..fbc9060 100644 (file)
@@ -24,6 +24,10 @@ Version history
 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
+| 2021-07-07         |  2.0.0             |  Radisys,          |  D Release         |
+|                    |                    |  HCL Technologies  |                    |
+|                    |                    |  Ltd.              |                    |
++--------------------+--------------------+--------------------+--------------------+
 | 2020-12-04         |  1.0.1             |  HCL Technologies  |  Cherry Release    |
 |                    |                    |  Ltd.              |                    |
 +--------------------+--------------------+--------------------+--------------------+
@@ -109,11 +113,10 @@ Cloning code
   git clone "https://gerrit.o-ran-sc.org/r/o-du/l2"
 
 
-Setting up Netconf server
--------------------------
+Setting up Netconf server (Only if O1 interface enabled)
+--------------------------------------------------------
  
   Following steps are required to compile and run ODU with O1 interface enabled.
-  This requires SMO components (OAM and VES collector) to be running.
 
 - Create a new netconf user
 
index bed3972..0cf0541 100644 (file)
@@ -28,7 +28,7 @@ level as follows:
 
 - Thread 1: O-DU thread
 
-- Thread 2: DU APP inclusive of Config Handler, DU Manager, UE Manager, EGTP Handler and ASN.1 Codecs
+- Thread 2: DU APP inclusive of Config Handler, DU Manager, UE Manager, and ASN.1 Codecs
 
 - Thread 3: 5G NR RLC DL and MAC (inclusive of 5G NR SCH and Lower MAC)
 
@@ -38,6 +38,9 @@ level as follows:
 
 - Thread 6: Lower MAC Handler
 
+- Thread 7: EGTP Handler
+
+- Thread 8: O1
 
 O-DU High Modules
 --------------------------
@@ -155,6 +158,10 @@ As shown in Figure 3, O-DU High interfaces with the following modules:
 
     - UE Context Setup
 
+    - UE Context Modification
+
+    - UE Context Release
+
   - RRC Message Transfer
                
     - Initial UL RRC Message Transfer
@@ -317,6 +324,36 @@ Figure 5 below depicts the above call flow, inclusive of all interfaces:
 
   Figure 5 - UE Attach Flow
 
+- UE Release Signalling flow
+
+  - RRC Release
+
+Closed Loop Automation Procedure
+-----------------------------------
+
+This section describes the closed loop automation procedure within O-DU High.
+
+.. figure:: CLA_call_flow.png
+  :width: 720
+  :alt: Closed Loop Automation Procedure
+
+  Figure 6 - O-DU High Closed Loop Automation Procedure
+
+
+1. SMO commands ODU-High to bring the cell down via O1 interface.
+
+2. DU-APP module of ODU-High sends GNB-DU configuration update message to O-CU. It contains the details of cell to be deleted. O-CU acknowledges this message by sending GNB-DU configuration update acknowledgment.
+
+3. For each UE, DU APP sends UE Context Release Request to O-CU with information about the to be released. O-CU responds with UE Context Release request. It contains the RRC release message. O-DU high sends this RRC Release message to UE.
+   
+4. DU APP then sends UE delete request to MAC and RLC. Once a confirmation is received from both MAC and RLC, DU APP deletes UE from its own database as well.
+
+4. Once all UEs are released, O-DU High sends STOP.Request to L1. L1 responds with stop indication.
+
+5. Once cell has stopped, DU APP sends cell delete request to MAC. On receiving confimation from MAC, DU APP deletes cell information from its own database as well and sends UE Context Release Complete.
+
+6. On receiving cell bring up command from SMO, the complete Cell bring up and UE attach procedure will be repeated (as explained in above sections)
+
 
 O1 Netconf get-alarm list procedure
 -----------------------------------
@@ -328,10 +365,9 @@ This section describes the *Health Status Retrieval* scenario of O-DU High healt
   :width: 869
   :alt: Figure 6 O1 get alarm-list flow  
 
-  Figure 6 - O1 get alarm-list flow
+  Figure 7 - O1 get alarm-list flow
 
-As seen in the Figure 6,
+As seen in the Figure 7,
 
 - On the cell state change from de-active to activate, DU APP module raises a cell up alarm message and sends it over the Unix socket using the Alarm Interface API.
 
index d7f0158..9df3eb7 100644 (file)
@@ -6,7 +6,7 @@ Release-Notes
 **************
 
 
-This document provides the release notes for Cherry Release of O-DU-L2.
+This document provides the release notes for D Release of O-DU-L2.
 
 .. contents::
    :depth: 3
@@ -20,8 +20,13 @@ Version history
 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
-| 2020-12-04         | 3.0.0              | Radisys, HCL       | Cherry Release     |
-|                    |                    | Technologies Ltd.  |                    |
+| 2021-07-07         | 4.0.0              | Radisys,           | D Release          |
+|                    |                    | HCL Technologies   |                    |
+|                    |                    | Ltd.               |                    |
++--------------------+--------------------+--------------------+--------------------+
+| 2020-12-04         | 3.0.0              | Radisys,           | Cherry Release     |
+|                    |                    | HCL Technologies   |                    |
+|                    |                    | Ltd.               |                    |
 +--------------------+--------------------+--------------------+--------------------+
 | 2020-06-17         | 2.0.0              | Radisys            | Bronze Release     |
 |                    |                    |                    |                    |
@@ -34,6 +39,27 @@ Version history
 Summary
 -------
 
+D
+^^^^^^^^
+This release contains the following:
+
+ - UL/DL Data transmission on FDD/Mu0/20MHz.
+
+ - Support for static TDD at O-DU High on 100 MHz Bandwidth, numerology 1.
+
+ - Support for Closed Loop automation use case at O-DU High.
+
+ - O-DU low – O-DU high pairwise testing in Radio mode (Broadcast message successfully received at O-DU Low).
+
+ - O1 Module
+      Re-structure O1 module to run as a thread in ODU-High.
+
+      CM Support - IP and Port configuration for DU, CU stub and RIC stub via Netconf interface.
+
+      VES PNF Registration.
+
+      Support for Closed Loop Automation use-case.
+
 Cherry
 ^^^^^^^^
 This release contains the following:
@@ -96,10 +122,31 @@ This release contains the following:
 Release Data
 ------------
 
+D
+^^^^^^ 
++--------------------------------------+--------------------------------------+
+| **Project**                          | ODUHIGH                              |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Repo/commit-ID**                   | o-du/l2/                             |
+|                                      | 108f702c6ad76cba45a8bcabec8bf82a07bdb|
+|                                      | c71                                  |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Release designation**              | D Release                            |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Release date**                     | 2021-07-07                           |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Purpose of the delivery**          | D Release                            |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+
 Cherry
 ^^^^^^ 
 +--------------------------------------+--------------------------------------+
-| **Project**                          | ODUHIGH                             |
+| **Project**                          | ODUHIGH                              |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
 | **Repo/commit-ID**                   | o-du/l2/                             |
@@ -113,14 +160,14 @@ Cherry
 | **Release date**                     | 2020-12-04                           |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
-| **Purpose of the delivery**          | Cherry Release                      |
+| **Purpose of the delivery**          | Cherry Release                       |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
 
 Bronze
 ^^^^^^ 
 +--------------------------------------+--------------------------------------+
-| **Project**                          | ODUHIGH                             |
+| **Project**                          | ODUHIGH                              |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
 | **Repo/commit-ID**                   | o-du/l2/                             |
@@ -134,7 +181,7 @@ Bronze
 | **Release date**                     | 2020-06-17                           |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
-| **Purpose of the delivery**          | Bronze Release                      |
+| **Purpose of the delivery**          | Bronze Release                       |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
 
@@ -166,6 +213,38 @@ Feature Additions
 
 **JIRA BACK-LOG:**
 
+D
+^^^^^^^
+
++-----------------------------------------------+-----------------------------------------------+
+| **JIRA REFERENCE**                            | **SLOGAN**                                    |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-264  | Support for Mu1                               |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-265  | Support for 100 MHz                           |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-266  | Support for TDD mode                          |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-267  | Integration with O-DU Low in Radio mode       |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-268  | Integration with O-CU                         |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-269  | Support for E2E testing                       |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-299  | Closed Loop Automation use-case               |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+| https://jira.o-ran-sc.org/browse/ODUHIGH-196  | Netconf session for O1 interface for CM       |
+|                                               |                                               |
++-----------------------------------------------+-----------------------------------------------+
+
 Cherry
 ^^^^^^^
 
@@ -174,37 +253,37 @@ Cherry
 |                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-10   | UE attach procedure with basic scheduling     |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-188  | Support for all short PRACH formats          |
-|                                               |                                              |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-188  | Support for all short PRACH formats           |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-191  | Explore O1 interface                         |
-|                                               |                                              |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-191  | Explore O1 interface                          |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-189  | Integration with O-DU Low                     |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-184  | UE UL Data path                               |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-185  | UE DL Data path                               |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-186  | Applying 64 QAM Modulation in DL              |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-187  | Applying 16 QAM Modulation in UL              |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-190  | Integration with VIAVI Software               |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-214  | get-AlarmList implementation on O1 interface  |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 | https://jira.o-ran-sc.org/browse/ODUHIGH-196  | CM Support on O1 interface                    |
-|                                               |                                              |
+|                                               |                                               |
 +-----------------------------------------------+-----------------------------------------------+
 
 Previous Releases
@@ -215,26 +294,26 @@ Previous Releases
 | **JIRA REFERENCE**                          | **SLOGAN**                                      |
 |                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-1  |        F1-C enhancement                                |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-1  | F1-C enhancement                                |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-5  |        F1-U implementation                             |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-5  | F1-U implementation                             |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-11 |        E2 implementation                               |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-11 | E2 implementation                               |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-9  |        Cell broadcast procedure                        |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-9  | Cell broadcast procedure                        |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-10 |        UE attach procedure till msg-4                  |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-10 | UE attach procedure till msg-4                  |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-8  |        FAPI interface implementation                   |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-8  | FAPI interface implementation                   |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
-| https://jira.o-ran-sc.org/browse/ODUHIGH-27 |        RLC layer interface enhancements                |
-|                                             |                                                |
+| https://jira.o-ran-sc.org/browse/ODUHIGH-27 | RLC layer interface enhancements                |
+|                                             |                                                 |
 +---------------------------------------------+-------------------------------------------------+
 
 Bug Corrections
@@ -283,20 +362,16 @@ Known Limitations, Issues and Workarounds
 
 System Limitations
 ^^^^^^^^^^^^^^^^^^
-- Current code contains support for below configuration:
+- Current code contains support only for below configuration:
 
-   Duplex mode = FDD
-
-   Freuency Range = FR 1
+   [TDD] [Mu1] [100MHz]
 
-   numerology = 0
+   [FDD] [Mu0] [ 20MHz]
 
-   bandwidth = 20 MHz
+   Freuency Range = FR 1
 
    DL/UL Modulation = QPSK
 
-   single HARQ transmission
-
    single UE.
 
 - This release implements a basic scheduler with fixed scheduling for single UE.
@@ -316,13 +391,28 @@ System Limitations
 
 - System runs on preconfigured values due to absence of CM support on O1 interface.
 
-- O-DU High has not been integrated with O-CU.
+- O-DU High has not been integrated with O-CU.(Using Radisys commercial CU as a test fixture)
 
-- O-DU High O1 module has not been integrated with SMO/OAM so a Netconf CLI client is used to demo the get alarm-list flow
+- Netconf TLS connection is not supported
 
 Known Issues
 ^^^^^^^^^^^^^
-None
+
+- PDSCH DMRS must not be interleaved with PDSCH allocations.
+
+- PUSCH DMRS must not be interleaved with PUSCH allocations.
+
+- Frequency domain allocation in DCI is a bit map where:
+
+     As per spec : the most significant bit corresponds to the group of lowest frequency.
+
+     As per L1 : the least significant bit corresponds to the lowest frequency group.
+
+- Only Resource allocation type 1 (i.e RB allocation using Start RB and Number of RBs) is supported for PDSCH.
+
+- Only mapping type = 1 (i.e. Type A) supported for PDSCH.
+
+- L1 unable to process SIB1 with hardware accelerator enabled.
 
 **JIRA TICKETS:**
 
index 3d6a845..ed0858b 100644 (file)
@@ -130,7 +130,7 @@ II. Compilation
 
       d. Build ODU Binary:
            
-         - make odu PHY=INTEL_L1 PHY_MODE=TIMER MACHINE=BIT64 MODE=FDD
+         - make odu PHY=INTEL_L1 MACHINE=BIT64 MODE=FDD
 
 
 III. Execution
@@ -146,7 +146,7 @@ III. Execution
       b. Run O-DU Low binary :
       
          - cd <O-DU Low Directory>/FlexRAN/l1/bin/nr5g/gnb/l1
-         - To run in timer mode : ./l1.sh -e
+         - To run in radio mode : ./l1.sh -xran
          - L1 is up when following prints are seen on console:
 
                | Non BBU threads in application
@@ -194,7 +194,7 @@ C. Message Flow:
 O-DU High opens WLS interface during bring up. Message exchanges can begin once the interface is ready.
 Following diagram shows P5 messages exchanged with O-DU Low in timer mode.
 
-.. figure:: O-DU_High_Low_Flow.jpg
+.. figure:: O-DU_High_Low_Flow.PNG
   :width: 600
   :alt: Figure 7 O-DU High - O-DU Low Message Flow Diagram
 
@@ -241,5 +241,3 @@ Here are the steps as executed in the terminal
      |  </odu>
 
 The XML output is a list of active alarms in the O-DU High system.
-
-Note: Integration with SMO/OAM is not yet done so a Netconf CLI client(netopeer2-cli) is used to connect to the Netconf server and send the get request.