Merge "Added details of O1 Module in docs.[Issue-Id: ODUHIGH-256]"
authorHariomGupta(HCL) <hariom.g@hcl.com>
Mon, 14 Dec 2020 05:51:44 +0000 (05:51 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 14 Dec 2020 05:51:44 +0000 (05:51 +0000)
docs/release-notes.rst
src/5gnrmac/mac_slot_ind.c
src/du_app/du_sctp.h

index eebe87b..cab3567 100644 (file)
@@ -316,7 +316,7 @@ 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-DU Low and O-CU.
+- O-DU High has not been integrated with O-CU.
 
 - 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
 
index 7f9142e..19f8f0e 100644 (file)
@@ -65,6 +65,8 @@ uint8_t MacProcDlAlloc(Pst *pst, DlSchedInfo *dlSchedInfo)
            dlSlot[dlSchedInfo->schSlotValue.broadcastTime.slot];
         currDlSlot->dlInfo.isBroadcastPres = true;
         memcpy(&currDlSlot->dlInfo.brdcstAlloc, &dlSchedInfo->brdcstAlloc, sizeof(DlBrdcstAlloc));
+         currDlSlot->dlInfo.brdcstAlloc.sib1Alloc.sib1PdcchCfg.dci.pdschCfg = \
+           &currDlSlot->dlInfo.brdcstAlloc.sib1Alloc.sib1PdschCfg;
       }
 
       if(dlSchedInfo->rarAlloc != NULLP)
index 0bc82a9..8a734fb 100644 (file)
@@ -36,11 +36,11 @@ CmInetNetAddrLst remoteAddrLst;
 
 typedef struct
 {
-   uint8_t           numFd;            /* Total count number of receivers socket Fd */
-   uint16_t           port;              /* Filled by the InetSctpRecvMsg during polling */              
-   uint32_t           flag;              /* Refers to the notifyHandler Flag during successful InetSctpRecvMsg*/
-   Buffer        *mBuf;             /* Buffer filled during Socket polling*/
-   MsgLen        bufLen;            /* Determines the length of the Buffer filled during socket polling */
+   uint8_t     numFd;            /* Total count number of receivers socket Fd */
+   uint16_t    port;              /* Filled by the InetSctpRecvMsg during polling */              
+   uint32_t    flag;              /* Refers to the notifyHandler Flag during successful InetSctpRecvMsg*/
+   Buffer      *mBuf;             /* Buffer filled during Socket polling*/
+   MsgLen      bufLen;            /* Determines the length of the Buffer filled during socket polling */
    CmInetNetAddr addr;              /* Determines the destination port filled during socket polling */
    CmInetFdSet      readFd;         /* Refers to the Read Fd socket */
    CmInetSctpSndRcvInfo   info;     /* Refers to Send Receivers Info*/