Jira Id - ODUHIGH-391, Implementation of Slice Cfg and ReCfg request and response
[o-du/l2.git] / src / du_app / du_msg_hdl.c
1 /*******************************************************************************
2 ################################################################################
3 #   Copyright (c) [2017-2019] [Radisys]                                        #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17 *******************************************************************************/
18
19 /* This file contains message handling functionality for DU APP */
20 #include "common_def.h"
21 #include "lrg.h"
22 #include "legtp.h"
23 #include "lkw.h"
24 #include "kwu.h"
25 #include "lrg.x"
26 #include "lkw.x"
27 #include "kwu.x"
28 #include "du_app_mac_inf.h"
29 #include "du_app_rlc_inf.h"
30 #include "du_cfg.h"
31 #include "du_app_rlc_inf.h"
32 #include "du_mgr.h"
33 #include "du_sctp.h"
34 #include "F1AP-PDU.h"
35 #include "du_f1ap_msg_hdl.h"
36 #include "du_ue_mgr.h"
37 #include "lsctp.h"
38 #include "legtp.h"
39 #include "du_utils.h"
40 #include "du_cell_mgr.h" 
41
42 #ifdef O1_ENABLE
43
44 #include "AlarmInterface.h"
45 #include "ConfigInterface.h"
46
47 #endif 
48
49 uint8_t rlcDlCfg = 0;
50 uint8_t numRlcDlSaps = 0;
51 uint8_t rlcUlCfg = 0;
52 uint8_t numRlcMacSaps = 0;
53 uint8_t macCfg = 0;
54 uint8_t macCfgInst = 0;
55
56 DuCfgParams duCfgParam;
57 uint8_t packRlcConfigReq(Pst *pst, RlcMngmt *cfg);
58 uint8_t cmPkLkwCntrlReq(Pst *pst, RlcMngmt *cfg);
59 uint8_t cmPkLrgCfgReq(Pst *pst, RgMngmt *cfg);
60 uint8_t BuildAndSendE2SetupReq();
61 uint8_t egtpHdlDatInd(EgtpMsg egtpMsg);
62 uint8_t BuildAndSendDUConfigUpdate();
63 uint16_t getTransId();
64 uint8_t cmPkLrgSchCfgReq(Pst * pst,RgMngmt * cfg);
65 uint8_t sendCellDeleteReqToMac(uint16_t cellId);
66
67 packMacCellCfgReq packMacCellCfgOpts[] =
68 {
69    packMacCellCfg, /* packing for loosely coupled */
70    MacProcCellCfgReq, /* packing for tightly coupled */
71    packMacCellCfg, /* packing for light weight loosly coupled */
72 };
73
74 DuMacCellStart packMacCellStartOpts[] =
75 {
76    packMacCellStart,   /* Loose coupling */
77    MacProcCellStart,   /* TIght coupling */
78    packMacCellStart    /* Light weight-loose coupling */
79 };
80
81 DuMacCellStop packMacCellStopOpts[] =
82 {
83    packMacCellStop,   /* Loose coupling */
84    MacProcCellStop,   /* TIght coupling */
85    packMacCellStop    /* Light weight-loose coupling */
86 };
87
88 DuMacSliceCfgReq packMacSliceCfgReqOpts[] =
89 {
90    packDuMacSliceCfgReq,       /* Loose coupling */
91    MacProcSliceCfgReq,         /* TIght coupling */
92    packDuMacSliceCfgReq        /* Light weight-loose coupling */
93 };
94
95
96 DuMacSliceRecfgReq packMacSliceReCfgReqOpts[] =
97 {
98    packDuMacSliceRecfgReq,       /* Loose coupling */
99    MacProcSliceReCfgReq,         /* TIght coupling */
100    packDuMacSliceRecfgReq        /* Light weight-loose coupling */
101 };
102 /**************************************************************************
103  * @brief Function to fill configs required by RLC
104  *
105  * @details
106  *
107  *      Function : duBuildRlcCfg 
108  * 
109  *      Functionality:
110  *           Initiates general Configs towards RLC 
111  *     
112  * @param[in] Inst  Specifies if RLC UL or RLC DL instance 
113  * @return ROK     - success
114  *         RFAILED - failure
115  *
116  ***************************************************************************/
117 uint8_t duBuildRlcCfg(Inst inst)
118 {
119    RlcMngmt   rlcMngmt;
120    RlcGenCfg  *genCfg = NULLP;
121    Pst pst;
122
123    DU_SET_ZERO(&rlcMngmt, sizeof(RlcMngmt));
124    DU_SET_ZERO(&pst, sizeof(Pst));
125
126    genCfg   = &(rlcMngmt.t.cfg.s.gen);
127
128    /*----------- Fill General Configuration Parameters ---------*/
129    genCfg->maxUe       = duCfgParam.maxUe;
130    genCfg->maxKwuSaps  = 2;
131    genCfg->maxUdxSaps  = 1; 
132    genCfg->rlcMode     = (inst == RLC_UL_INST) ?
133       LKW_RLC_MODE_UL : LKW_RLC_MODE_DL;
134    genCfg->timeRes     = 1; 
135    genCfg->maxRguSaps  = DEFAULT_CELLS;
136
137    /*----------- Fill lmPst
138     * Parameters ---------*/
139    genCfg->lmPst.dstProcId = DU_PROC;
140    genCfg->lmPst.srcProcId = DU_PROC;
141    genCfg->lmPst.dstEnt    = ENTDUAPP;
142    genCfg->lmPst.dstInst   = DU_INST;
143    genCfg->lmPst.srcEnt    = ENTRLC;
144    genCfg->lmPst.srcInst   = inst;
145    genCfg->lmPst.prior     = PRIOR0;
146    genCfg->lmPst.route     = RTESPEC;
147    genCfg->lmPst.region    = (inst == RLC_UL_INST) ?
148       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
149    genCfg->lmPst.pool      = RLC_POOL;
150    genCfg->lmPst.selector  = ODU_SELECTOR_LC;
151
152    /* Fill Header */
153    rlcMngmt.hdr.msgType             = TCFG;
154    rlcMngmt.hdr.msgLen              = 0;
155    rlcMngmt.hdr.entId.ent           = ENTRLC;
156    rlcMngmt.hdr.entId.inst          = (Inst)0;
157    rlcMngmt.hdr.elmId.elmnt         = STGEN;
158    rlcMngmt.hdr.seqNmb              = 0;
159    rlcMngmt.hdr.version             = 0;
160    rlcMngmt.hdr.transId             = 0;
161    rlcMngmt.hdr.response.prior      = PRIOR0;
162    rlcMngmt.hdr.response.route      = RTESPEC;
163    rlcMngmt.hdr.response.mem.region = (inst == RLC_UL_INST) ?
164       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
165    rlcMngmt.hdr.response.mem.pool   = DU_POOL;
166    rlcMngmt.hdr.response.selector   = ODU_SELECTOR_LC;
167
168    /* Fill Pst */
169    pst.selector  = ODU_SELECTOR_LC;
170    pst.srcEnt    = ENTDUAPP;
171    pst.dstEnt    = ENTRLC;
172    pst.dstInst   = inst;
173    pst.dstProcId = DU_PROC;
174    pst.srcProcId = DU_PROC;
175    pst.region    = duCb.init.region;
176
177    DU_LOG("\nDEBUG   -->  DU_APP : RLC Gen Cfg Req sent for inst %d", inst);
178
179    /* Send the request to RLC */
180    packRlcConfigReq(&pst, &rlcMngmt);
181
182    return ROK;
183 }
184
185 /**************************************************************************
186  * @brief Function to fill configs required by RLC
187  *
188  * @details
189  *
190  *      Function : duBuildRlcLsapCfg 
191  * 
192  *      Functionality:
193  *           Initiates general Configs towards RLC 
194  *     
195  * @param[in] Inst  Specifies if RLC UL or RLC DL instance 
196  * @return ROK     - success
197  *         RFAILED - failure
198  *
199  ***************************************************************************/
200 uint8_t duBuildRlcLsapCfg(Ent ent, Inst inst, uint8_t lsapInst)
201 {
202
203    RlcMngmt   rlcMngmt;
204    RlcSapCfg  *lSap = NULLP;
205    Pst        pst;
206
207    DU_SET_ZERO(&rlcMngmt, sizeof(RlcMngmt));
208    DU_SET_ZERO(&pst, sizeof(Pst));
209
210    /* Fill Header */
211    rlcMngmt.hdr.msgType             = TCFG;
212    rlcMngmt.hdr.entId.ent           = ENTRLC;
213    rlcMngmt.hdr.response.mem.region = (inst == RLC_UL_INST) ?
214       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
215
216    rlcMngmt.hdr.response.mem.pool   = RLC_POOL;
217
218    /* Fill Pst */
219    pst.selector  = ODU_SELECTOR_LC;
220    pst.srcEnt    = ENTDUAPP;
221    pst.dstEnt    = ENTRLC;
222    pst.dstProcId = DU_PROC;
223    pst.dstInst   = inst;
224    pst.srcProcId = DU_PROC;
225    pst.region    = duCb.init.region;
226    lSap   = &(rlcMngmt.t.cfg.s.sap);
227
228    lSap->mem.region = (inst == RLC_UL_INST) ?
229       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
230    lSap->mem.pool    = RLC_POOL;
231    lSap->mem.spare   = 0;
232    lSap->bndTmrIntvl = 10;
233    lSap->priority    = PRIOR0;
234    lSap->route       = RTESPEC;
235    if (ent == ENTMAC)
236    {
237       lSap->procId      = DU_PROC;
238       lSap->ent         = ENTMAC;
239       lSap->inst        = lsapInst;
240       lSap->sapId       = lsapInst;      /* SapId will be stored as suId in MAC */
241       lSap->selector    = (inst == RLC_UL_INST) ? ODU_SELECTOR_LWLC : ODU_SELECTOR_TC;
242       rlcMngmt.hdr.elmId.elmnt  = STRGUSAP;
243       DU_LOG("\nDEBUG   -->  DU_APP : RLC MAC Lower Sap Cfg Req sent for inst %d", inst);
244
245    }
246    else
247    {
248       lSap->procId    = DU_PROC;
249       lSap->ent       = ENTRLC;
250       lSap->inst      = (inst == RLC_UL_INST) ?
251          RLC_DL_INST : RLC_UL_INST;
252       lSap->sapId       = 0;
253       lSap->selector = ODU_SELECTOR_LC;
254       rlcMngmt.hdr.elmId.elmnt  = STUDXSAP;
255       DU_LOG("\nDEBUG   -->  DU_APP : RLC DL/UL Lower Sap Cfg Req sent for inst %d", inst);
256    }
257
258    packRlcConfigReq(&pst, &rlcMngmt);
259    return ROK;
260 }
261
262 /**************************************************************************
263  * @brief Function to fill configs required by RLC
264  *
265  * @details
266  *
267  *      Function : duBuildRlcUsapCfg 
268  * 
269  *      Functionality:
270  *           Initiates general Configs towards RLC 
271  *     
272  * @param[in] Inst  Specifies if RLC UL or RLC DL instance 
273  * @return ROK     - success
274  *         RFAILED - failure
275  *
276  ***************************************************************************/
277 uint8_t duBuildRlcUsapCfg(uint8_t elemId, Ent ent, Inst inst)
278 {
279    RlcMngmt   rlcMngmt;
280    RlcSapCfg  *uSap = NULLP;
281    Pst        pst;
282
283    DU_SET_ZERO(&rlcMngmt, sizeof(RlcMngmt));
284    DU_SET_ZERO(&pst, sizeof(Pst));
285
286    uSap   = &(rlcMngmt.t.cfg.s.sap);
287
288    uSap->selector   = ODU_SELECTOR_LC;
289    uSap->mem.region = (inst == RLC_UL_INST) ?
290       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
291    uSap->mem.pool = RLC_POOL;
292    uSap->mem.spare = 0;
293
294    uSap->procId = DU_PROC;
295    uSap->ent = ENTRLC;
296    uSap->sapId = 0;
297
298    uSap->inst = (inst == RLC_UL_INST) ?
299       RLC_DL_INST : RLC_UL_INST;
300    uSap->bndTmrIntvl = 1000;
301    uSap->priority = PRIOR0;
302    uSap->route = RTESPEC;
303
304    /* Fill Header */
305    rlcMngmt.hdr.msgType             = TCFG;
306    rlcMngmt.hdr.entId.ent           = ENTRLC;
307    rlcMngmt.hdr.elmId.elmnt         = STUDXSAP;
308    rlcMngmt.hdr.response.mem.region = (inst == RLC_UL_INST) ?
309       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
310
311    rlcMngmt.hdr.response.mem.pool   = RLC_POOL;
312
313    /* Fill Pst */
314    pst.selector  = ODU_SELECTOR_LC;
315    pst.srcEnt    = ENTDUAPP;
316    pst.dstEnt    = ENTRLC;
317    pst.dstProcId = DU_PROC;
318    pst.dstInst = inst;
319    pst.srcProcId = DU_PROC;
320    pst.region = duCb.init.region;
321
322    DU_LOG("\nDEBUG   -->  DU_APP : RLC Kwu Upper Sap Cfg Req sent for inst %d", inst);
323    packRlcConfigReq(&pst, &rlcMngmt);
324
325    return ROK;
326 }
327
328 /**************************************************************************
329  * @brief Function to populate internal DS of DU APP
330  *
331  * @details
332  *
333  *      Function : duProcCfgComplete
334  * 
335  *      Functionality:
336  *           Populates internal data structures of DU APP after 
337  *           receiving configurations.
338  *     
339  * @param[in]  void
340  * @return ROK     - success
341  *         RFAILED - failure
342  *
343  ***************************************************************************/
344 uint8_t duProcCfgComplete()
345 {
346    uint8_t         ret = ROK;
347    uint16_t        cellId = 0;
348    uint16_t        idx;
349    for(idx=0; idx< DEFAULT_CELLS; idx++)
350    {
351       DuCellCb *cell = NULLP;
352       DU_ALLOC(cell, sizeof(DuCellCb));
353       if(cell == NULLP)
354       {
355          DU_LOG("\nERROR  -->  DU_APP : Memory Allocation failed in duProcCfgComplete");
356          ret = RFAILED;
357       }
358       else
359       {
360          uint8_t idx1=0; 
361          memset(cell, 0, sizeof(DuCellCb));
362          cell->cellId = ++cellId;
363          memset(&cell->cellInfo.nrEcgi.plmn, 0, sizeof(Plmn));
364          cell->cellInfo.nrEcgi.plmn.mcc[0] = PLMN_MCC0;
365          cell->cellInfo.nrEcgi.plmn.mcc[1] = PLMN_MCC1;
366          cell->cellInfo.nrEcgi.plmn.mcc[2] = PLMN_MCC2;
367          cell->cellInfo.nrEcgi.plmn.mnc[0] = PLMN_MNC0;
368          cell->cellInfo.nrEcgi.plmn.mnc[1] = PLMN_MNC1;
369          cell->cellInfo.nrEcgi.cellId = cell->cellId;
370          cell->cellInfo.nrPci = NR_PCI; 
371          cell->cellInfo.fiveGsTac = DU_TAC;
372          memset(&cell->cellInfo.plmn[idx1], 0, sizeof(Plmn));
373          for(idx1=0; idx1<MAX_PLMN; idx1++)
374          {
375             cell->cellInfo.plmn[idx1].mcc[0] = PLMN_MCC0;
376             cell->cellInfo.plmn[idx1].mcc[1] = PLMN_MCC1;
377             cell->cellInfo.plmn[idx1].mcc[2] = PLMN_MCC2;
378             cell->cellInfo.plmn[idx1].mnc[0] = PLMN_MNC0;
379             cell->cellInfo.plmn[idx1].mnc[1] = PLMN_MNC1;
380          }
381          cell->cellInfo.maxUe = duCfgParam.maxUe;
382          cell->cellStatus = CELL_OUT_OF_SERVICE;
383          gCellStatus = CELL_DOWN;
384          cell->gnbDuUeF1apIdGenerator = 0;
385          duCb.cfgCellLst[duCb.numCfgCells] = cell;
386          duCb.numCfgCells++;
387       }
388    }
389    if(ret != RFAILED)
390    {
391       //Start layer configs
392       ret = duSendRlcUlCfg();
393    }
394    return ret;
395 }
396 /**************************************************************************
397  * @brief Function to invoke DU Layer Configs
398  *
399  * @details
400  *
401  *      Function : duSendRlcUlCfg 
402  * 
403  *      Functionality:
404  *           Initiates Configs towards layers of DU
405  *     
406  * @param[in]  void
407  * @return ROK     - success
408  *         RFAILED - failure
409  *
410  ***************************************************************************/
411 uint8_t duSendRlcUlCfg()
412 {
413    uint8_t cellIdx; 
414
415    duBuildRlcCfg((Inst)RLC_UL_INST);
416    for(cellIdx = 0; cellIdx < DEFAULT_CELLS; cellIdx++)
417    {
418       duBuildRlcLsapCfg(ENTMAC, (Inst)RLC_UL_INST, cellIdx);
419    }
420    duBuildRlcLsapCfg(ENTRLC, (Inst)RLC_UL_INST, 0);
421
422    return ROK;
423 }
424
425 /**************************************************************************
426  * @brief Function to invoke DU Layer Configs
427  *
428  * @details
429  *
430  *      Function : duSendRlcDlCfg 
431  * 
432  *      Functionality:
433  *           Initiates Configs towards layers of DU
434  *     
435  * @param[in]  void
436  * @return ROK     - success
437  *         RFAILED - failure
438  *
439  ***************************************************************************/
440 uint8_t duSendRlcDlCfg()
441 {
442    uint8_t cellIdx; 
443
444    duBuildRlcCfg((Inst)RLC_DL_INST);
445    duBuildRlcUsapCfg(STUDXSAP, ENTRLC, (Inst)RLC_DL_INST);
446    for(cellIdx = 0; cellIdx < DEFAULT_CELLS; cellIdx++)
447    {
448       duBuildRlcLsapCfg(ENTMAC, (Inst)RLC_DL_INST, cellIdx);
449    }
450
451    return ROK;
452 }
453 /**************************************************************************
454  * @brief Function to handle Config Confirm from RLC
455  *
456  * @details
457  *
458  *      Function : DuHdlRlcCfgComplete 
459  * 
460  *      Functionality:
461  *           Handles Gen Config Confirm from RLC
462  *     
463  * @param[in]  Pst     *pst, Post structure of the primitive.     
464  * @param[in]  RlcMngmt *cfm, Unpacked primitive info received from RLC
465  * @return ROK     - success
466  *         RFAILED - failure
467  *
468  ***************************************************************************/
469 uint8_t DuHdlRlcCfgComplete(Pst *pst, RlcMngmt *cfm)
470 {
471    uint8_t ret = ROK;
472    if (pst->srcInst == RLC_UL_INST)
473    {
474       ret = duProcRlcUlCfgComplete(pst, cfm);
475    }
476    else
477    {
478       ret = duProcRlcDlCfgComplete(pst, cfm);
479    }
480    return ret;
481 }
482
483 /**************************************************************************
484  * @brief Function to handle Control Config Confirm from RLC
485  *
486  * @details
487  *
488  *      Function : duHdlRlcCntrlCfgComplete 
489  * 
490  *      Functionality:
491  *           Handles Control Config Confirm from RLC
492  *     
493  * @param[in]  Pst     *pst, Post structure of the primitive.     
494  * @param[in]  RlcMngmt *cfm, Unpacked primitive info received from RLC
495  * @return ROK     - success
496  *         RFAILED - failure
497  *
498  ***************************************************************************/
499 uint8_t duHdlRlcCntrlCfgComplete(Pst *pst, RlcMngmt *cntrl)
500 {
501    uint8_t ret = ROK;
502
503    if (cntrl->cfm.status == LCM_PRIM_OK)
504    {
505       switch (cntrl->hdr.elmId.elmnt)
506       {
507          case  STRGUSAP:
508             {
509                if (pst->srcInst == RLC_DL_INST)
510                {
511                   DU_LOG("\nDEBUG   -->  DU_APP : BIND OF RLC DL TO MAC (RGU) SAP SUCCESSFUL");
512                   macCfgInst++;
513                   if(macCfgInst < DEFAULT_CELLS)
514                   {
515                      macCfgInst = 0;
516                      duBindUnbindRlcToMacSap((Inst) RLC_DL_INST, ABND);
517                   }
518                   else
519                   {
520                      duBindUnbindRlcToMacSap((Inst) RLC_UL_INST, ABND);
521                   }
522                }
523                else
524                {
525                   DU_LOG("\nDEBUG   -->  DU_APP : BIND OF RLC UL TO MAC (RGU) SAP SUCCESSFUL");
526                   macCfgInst++;
527                   if(macCfgInst < DEFAULT_CELLS)
528                   {
529                      duBindUnbindRlcToMacSap((Inst) RLC_UL_INST, ABND);
530                   }
531                   else
532                   {
533                      duSendSchCfg();
534                   }
535                   break;
536                }
537             }
538
539       }
540    }
541    return ret;
542 }
543 /**************************************************************************
544  * @brief Function to handle Config Confirm from RLC UL
545  *
546  * @details
547  *
548  *      Function : duHdlRlcUlCfgComplete 
549  * 
550  *      Functionality:
551  *           Handles Config Confirm from RLC UL
552  *     
553  * @param[in]  Pst     *pst, Post structure of the primitive.     
554  * @param[in]  RlcMngmt *cfm, Unpacked primitive info received from RLC UL
555  * @return ROK     - success
556  *         RFAILED - failure
557  *
558  ***************************************************************************/
559 uint8_t duProcRlcUlCfgComplete(Pst *pst, RlcMngmt *cfm)
560 {
561    uint8_t ret;
562
563    DU_LOG("\nDEBUG   -->  DU_APP : RLC UL Cfg Status %d", cfm->cfm.status);
564    if (cfm->cfm.status == LCM_PRIM_OK)
565    {
566       switch(cfm->hdr.elmId.elmnt)
567       {
568          case STGEN:
569             {
570                rlcUlCfg |= RLC_GEN_CFG;
571                break;
572             }
573          case STRGUSAP:
574             {
575                numRlcMacSaps++;
576                if(numRlcMacSaps == DEFAULT_CELLS)
577                {
578                   rlcUlCfg |= RLC_MAC_SAP_CFG;
579                   numRlcMacSaps = 0;
580                }
581                break;
582             }
583          case STUDXSAP:
584             {
585                rlcUlCfg |= RLC_UDX_SAP_CFG;
586                break;
587
588             }
589          default:
590             break;
591       }
592       DU_LOG("\nDEBUG   -->  DU_APP : RLC UL Cfg Cfm received for the element %d ",cfm->hdr.elmId.elmnt);
593       if(rlcUlCfg == DU_RLC_UL_CONFIGURED)
594       {
595          rlcUlCfg = 0;
596          numRlcMacSaps = 0;
597          //Start configuration of RLC DL
598          duSendRlcDlCfg();
599
600       }
601    }
602    else
603    {
604       DU_LOG("\nERROR  -->  DU_APP : Config confirm NOK from RLC UL");
605       ret = RFAILED;
606    }
607    return ret;
608 }
609
610 /**************************************************************************
611  * @brief Function to handle Config Confirm from RLC DL
612  *
613  * @details
614  *
615  *      Function : duHdlRlcDlCfgComplete 
616  * 
617  *      Functionality:
618  *           Handles Config Confirm from RLC DL
619  *     
620  * @param[in]  Pst     *pst, Post structure of the primitive.     
621  * @param[in]  RlcMngmt *cfm, Unpacked primitive info received from RLC DL
622  * @return ROK     - success
623  *         RFAILED - failure
624  *
625  ***************************************************************************/
626 uint8_t duProcRlcDlCfgComplete(Pst *pst, RlcMngmt *cfm)
627 {
628    DU_LOG("\nDEBUG   -->  DU_APP : RLC DL Cfg Status %d", cfm->cfm.status);
629    if (cfm->cfm.status == LCM_PRIM_OK)
630    {
631       switch(cfm->hdr.elmId.elmnt)
632       {
633          case STGEN:
634             {
635                rlcDlCfg |= RLC_GEN_CFG;
636                break;
637             }
638          case STRGUSAP:
639             {
640                numRlcMacSaps++;
641                if(numRlcMacSaps == DEFAULT_CELLS)
642                {
643                   rlcDlCfg |= RLC_MAC_SAP_CFG;
644                   numRlcMacSaps = 0;
645                }
646                break;
647             }
648          case STUDXSAP:
649             {
650                rlcDlCfg |= RLC_UDX_SAP_CFG;
651                break;
652
653             }
654          default:
655             break;
656
657       }
658       DU_LOG("\nDEBUG   -->  DU_APP : RLC DL Cfg Cfm received for the element %d ",cfm->hdr.elmId.elmnt);
659       if(rlcDlCfg == DU_RLC_DL_CONFIGURED)
660       {
661          rlcDlCfg = 0;
662          //Start configuration of MAC
663          duSendMacCfg();
664
665       }
666    }
667    else
668    {
669       DU_LOG("\nERROR  -->  DU_APP : Config confirm NOK from RLC DL");
670    }
671    return ROK;
672 }
673
674 /**************************************************************************
675  * @brief Function to send configs to MAC
676  *
677  * @details
678  *
679  *      Function : duSendMacCfg 
680  * 
681  *      Functionality:
682  *           Initiates Configs towards MAC layer
683  *     
684  * @param[in]  void
685  * @return ROK     - success
686  *         RFAILED - failure
687  *
688  ***************************************************************************/
689 uint8_t duSendMacCfg()
690 {
691    duBuildMacGenCfg();
692    duBuildMacUsapCfg(RLC_UL_INST);
693    duBuildMacUsapCfg(RLC_DL_INST);
694
695    return ROK;
696 }
697
698 /**************************************************************************
699  * @brief Function to fill gen config required by MAC
700  *
701  * @details
702  *
703  *      Function : duBuildMacGenCfg 
704  * 
705  *      Functionality:
706  *           Initiates general Configs towards MAC
707  *     
708  * @param[in] void
709  * @return ROK     - success
710  *         RFAILED - failure
711  *
712  ***************************************************************************/
713 uint8_t duBuildMacGenCfg()
714 {
715    RgMngmt       rgMngmt;
716    RgGenCfg      *genCfg=NULLP;
717    Pst           pst;
718
719    DU_SET_ZERO(&pst, sizeof(Pst));
720    DU_SET_ZERO(&rgMngmt, sizeof(RgMngmt));
721
722    genCfg   = &(rgMngmt.t.cfg.s.genCfg);
723
724    /*----------- Fill General Configuration Parameters ---------*/
725    genCfg->mem.region = MAC_MEM_REGION;
726    genCfg->mem.pool   = MAC_POOL;
727    genCfg->tmrRes     = 10;
728    genCfg->numRguSaps = 2;
729
730    genCfg->lmPst.dstProcId = DU_PROC;
731    genCfg->lmPst.srcProcId = DU_PROC;
732    genCfg->lmPst.dstEnt    = ENTDUAPP;
733    genCfg->lmPst.dstInst   = 0;
734    genCfg->lmPst.srcEnt    = ENTMAC;
735    genCfg->lmPst.srcInst   = macCfgInst;
736    genCfg->lmPst.prior     = PRIOR0;
737    genCfg->lmPst.route     = RTESPEC;
738    genCfg->lmPst.region    = MAC_MEM_REGION;
739    genCfg->lmPst.pool      = MAC_POOL;
740    genCfg->lmPst.selector  = ODU_SELECTOR_LC;
741
742    /* Fill Header */
743    rgMngmt.hdr.msgType             = TCFG;
744    rgMngmt.hdr.msgLen              = 0;
745    rgMngmt.hdr.entId.ent           = ENTMAC;
746    rgMngmt.hdr.entId.inst          = (Inst)0;
747    rgMngmt.hdr.elmId.elmnt         = STGEN;
748    rgMngmt.hdr.seqNmb              = 0;
749    rgMngmt.hdr.version             = 0;
750    rgMngmt.hdr.transId             = 0;
751
752    rgMngmt.hdr.response.prior      = PRIOR0;
753    rgMngmt.hdr.response.route      = RTESPEC;
754    rgMngmt.hdr.response.mem.region = MAC_MEM_REGION;
755    rgMngmt.hdr.response.mem.pool   = MAC_POOL;
756    rgMngmt.hdr.response.selector   = ODU_SELECTOR_LC;
757
758    /* Fill Pst */
759    pst.selector  = ODU_SELECTOR_LC;
760    pst.srcEnt    = ENTDUAPP;
761    pst.dstEnt    = ENTMAC;
762    pst.dstInst   = macCfgInst;
763    pst.dstProcId = DU_PROC;
764    pst.srcProcId = DU_PROC;
765    pst.region = duCb.init.region;
766
767    DU_LOG("\nDEBUG   -->  DU_APP : MAC Gen Cfg Req sent");
768
769    /* Send the request to MAC */
770    cmPkLrgCfgReq(&pst, &rgMngmt);
771
772    return ROK;
773 }
774
775 /**************************************************************************
776  * @brief Function to fill USAP config required by MAC
777  *
778  * @details
779  *
780  *      Function : duBuildMacUsapCfg 
781  * 
782  *      Functionality:
783  *           Initiates USAP Configs towards MAC
784  *     
785  * @param[in] SpId  Specifies if RLC UL or RLC DL instance 
786  * @return ROK     - success
787  *         RFAILED - failure
788  *
789  ***************************************************************************/
790 uint8_t duBuildMacUsapCfg(SpId sapId)
791 {
792    RgMngmt     rgMngmt;
793    RgUpSapCfg  *uSap = NULLP;
794    Pst         pst;
795
796    DU_SET_ZERO(&pst, sizeof(Pst));
797    DU_SET_ZERO(&rgMngmt, sizeof(RgMngmt));
798
799    uSap   = &(rgMngmt.t.cfg.s.rguSap);
800
801    uSap->mem.region = MAC_MEM_REGION;
802    uSap->mem.pool   = MAC_POOL;
803    uSap->suId       = 0;
804    uSap->spId       = sapId;
805    uSap->procId     = DU_PROC;
806    uSap->ent        = ENTRLC;
807    uSap->inst       = sapId;
808    uSap->prior      = PRIOR0;
809    uSap->route      = RTESPEC;
810    uSap->selector   = ODU_SELECTOR_LC ;
811
812    /* fill header */
813    rgMngmt.hdr.msgType             = TCFG;
814    rgMngmt.hdr.entId.ent           = ENTMAC;
815    rgMngmt.hdr.entId.inst          = (Inst)0;
816    rgMngmt.hdr.elmId.elmnt         = STRGUSAP;
817    rgMngmt.hdr.response.mem.region = MAC_MEM_REGION;
818    rgMngmt.hdr.response.mem.pool   = MAC_POOL;
819
820    /* fill pst */
821    pst.selector  = ODU_SELECTOR_LC;
822    pst.srcEnt    = ENTDUAPP;
823    pst.dstEnt    = ENTMAC;
824    pst.dstInst   = macCfgInst;
825    pst.dstProcId = DU_PROC;
826    pst.srcProcId = DU_PROC;
827    pst.region    = duCb.init.region;
828
829    DU_LOG("\nDEBUG  -->  DU_APP : MAC Rgu USap Cfg Req sent");
830
831    /* Send the request to MAC */
832    cmPkLrgCfgReq(&pst, &rgMngmt);
833
834    return ROK;
835 }
836
837 /**************************************************************************
838  * @brief Function to handle Config Confirm from MAC
839  *
840  * @details
841  *
842  *      Function : duHdlMacCfgComplete 
843  * 
844  *      Functionality:
845  *           Handles Gen Config Confirm from MAC
846  *     
847  * @param[in]  Pst     *pst, Post structure of the primitive.     
848  * @param[in]  RgMngmt *cfm, Unpacked primitive info received from MAC
849  * @return ROK     - success
850  *         RFAILED - failure
851  *
852  ***************************************************************************/
853 uint8_t duHdlMacCfgComplete(Pst *pst, RgMngmt *cfm)
854 {
855    uint8_t ret = ROK;
856
857    if (cfm->cfm.status == LCM_PRIM_OK)
858    {
859       switch (cfm->hdr.elmId.elmnt)
860       {
861          case STGEN:
862             {
863                macCfg |= MAC_GEN_CFG;
864                break;
865             }
866          case STRGUSAP:
867             {
868                macCfg |= MAC_SAP_CFG;
869                numRlcMacSaps++;
870                break;
871             }
872          default:
873             break;
874       }
875       DU_LOG("\nDEBUG   -->  DU_APP : MAC Cfg Cfm received for the element %d ",cfm->hdr.elmId.elmnt);
876       if(macCfg == MAC_CONFIGURED && numRlcMacSaps == MAX_MAC_SAP)
877       {
878          macCfg = 0;
879          DU_LOG("\nDEBUG   -->  DU_APP : Completed sending Configs");
880          macCfgInst = 0;
881          duBindUnbindRlcToMacSap(RLC_DL_INST, ABND);
882       }
883
884    }
885    else
886    {
887       DU_LOG("\nERROR  -->  DU_APP : Config confirm NOK from MAC");
888       ret = RFAILED;
889    }
890    return ret;
891 }
892
893 /**************************************************************************
894  * @brief Function to bind/unbind RLC to MAC SAP
895  *
896  * @details
897  *
898  *      Function : duBindUnbindRlcToMacSap 
899  * 
900  *      Functionality:
901  *           Initiates Bind/Unbind from RLC to MAC
902  *     
903  * @param[in] Inst   Specifies if RLC UL or RLC DL instance 
904  * @param[in] action Specifies if action is bind or unbind
905  * @return ROK     - success
906  *         RFAILED - failure
907  *
908  ***************************************************************************/
909 uint8_t duBindUnbindRlcToMacSap(uint8_t inst, uint8_t action)
910 {
911    RlcCntrl  *cntrl = NULLP;
912    RlcMngmt  rlcMngmt;
913    Pst      pst;
914
915
916    DU_SET_ZERO(&rlcMngmt, sizeof(RlcMngmt));
917    DU_SET_ZERO(&pst, sizeof(Pst));
918
919    if (action == ABND)
920    {
921       DU_LOG("\nDEBUG   -->  DU_APP : Cntrl Req to RLC inst %d to bind MAC sap", inst);
922    }
923    else
924    {
925       DU_LOG("\nDEBUG   -->  DU_APP : Cntrl Req to RLC inst %d to unbind MAC sap", inst);
926    }
927    cntrl = &(rlcMngmt.t.cntrl);
928
929    cntrl->action            =  action;
930    cntrl->subAction         =  DU_ZERO_VAL;
931    cntrl->s.sapCntrl.suId   =  macCfgInst;
932    cntrl->s.sapCntrl.spId   =  inst;
933
934    /* Fill header */
935    rlcMngmt.hdr.msgType             = TCNTRL;
936    rlcMngmt.hdr.entId.ent           = ENTRLC;
937    rlcMngmt.hdr.entId.inst          = inst;
938    rlcMngmt.hdr.elmId.elmnt         = 186; /* ambiguous defines in lkw.h and lrg.h so direct hardcoded*/
939    rlcMngmt.hdr.response.mem.region = (inst == RLC_UL_INST) ?
940       RLC_UL_MEM_REGION:RLC_DL_MEM_REGION;
941    rlcMngmt.hdr.response.mem.pool   = RLC_POOL;
942
943    /* Fill pst */
944    pst.selector  = ODU_SELECTOR_LC;
945    pst.srcEnt    = ENTDUAPP;
946    pst.dstEnt    = ENTRLC;
947    pst.dstProcId = DU_PROC;
948    pst.dstInst   = inst;
949    pst.srcProcId = DU_PROC;
950    pst.region    = duCb.init.region;
951
952    cmPkLkwCntrlReq(&pst, &rlcMngmt);
953
954    return ROK;
955 }
956 /*******************************************************************
957  *
958  * @brief Handles SCTP notifications
959  *
960  * @details
961  *
962  *    Function : duSctpNtfyHdl
963  *
964  *    Functionality:
965  *         Handles SCTP notification
966  *
967  * @params[in] Message Buffer
968  *             SCTP notification
969  *
970  * @return ROK     - success
971  *         RFAILED - failure
972  *
973  * ****************************************************************/
974
975 uint8_t duSctpNtfyHdl(Buffer *mBuf, CmInetSctpNotification *ntfy)
976 {
977    if(f1Params.assocId == ntfy->u.assocChange.assocId)
978    {
979       if(BuildAndSendF1SetupReq() != ROK)
980       {
981          return RFAILED;
982       }
983    }
984    else if(ricParams.assocId == ntfy->u.assocChange.assocId)
985    {
986       if(BuildAndSendE2SetupReq() != ROK)
987       {
988          return RFAILED;
989       }
990    }
991    else
992    {
993       DU_LOG("\nERROR  -->  DU_APP : Invalid assocId %d received", ntfy->u.assocChange.assocId);
994       return RFAILED;
995    }
996    return ROK;
997 }
998
999 /*******************************************************************
1000  *
1001  * @brief  Fills Pst struct for ENTEGTP
1002  *
1003  * @details
1004  *
1005  *    Function : duFillEgtpPst
1006  *
1007  *    Functionality:
1008  *       Fills Pst struct for ENTEGTP
1009  *
1010  * @params[in] 
1011  * @return ROK     - success
1012  *         RFAILED - failure
1013  *
1014  * ****************************************************************/
1015 uint8_t duFillEgtpPst(Pst *pst, Event event)
1016 {
1017    memset(pst, 0, sizeof(Pst));
1018    pst->srcEnt = (Ent)ENTDUAPP;
1019    pst->srcInst = (Inst)DU_INST;
1020    pst->srcProcId = DU_PROC;
1021    pst->dstEnt = (Ent)ENTEGTP;
1022    pst->dstInst = (Inst)EGTP_INST;
1023    pst->dstProcId = pst->srcProcId;
1024    pst->event = event;
1025    pst->selector = ODU_SELECTOR_LC;
1026    pst->pool= DU_POOL;
1027
1028    return ROK;
1029 }
1030
1031
1032 /*******************************************************************
1033  *
1034  * @brief  Function to configure EGTP
1035  *
1036  * @details
1037  *
1038  *    Function : duBuildEgtpCfgReq
1039  *
1040  *    Functionality:
1041  *       Function to configure EGTP
1042  *
1043  * @params[in] 
1044  * @return ROK     - success
1045  *         RFAILED - failure
1046  *
1047  * ****************************************************************/
1048
1049 uint8_t duBuildEgtpCfgReq()
1050 {
1051    Pst pst;
1052    EgtpConfig egtpCfg;
1053
1054    DU_LOG("\nDEBUG   -->  DU_APP : Sending EGTP config request");
1055
1056    memset(&egtpCfg, 0, sizeof(EgtpConfig));
1057    memcpy(&egtpCfg, &duCfgParam.egtpParams, sizeof(EgtpConfig));
1058
1059    duFillEgtpPst(&pst, EVTCFGREQ);
1060    packEgtpCfgReq(&pst, egtpCfg);
1061
1062    return ROK;
1063 }
1064
1065 /*******************************************************************
1066  *
1067  * @brief  Function to configure EGTP
1068  *
1069  * @details
1070  *
1071  *    Function : duBuildEgtpCfgReq
1072  *
1073  *    Functionality:
1074  *       Function to configure EGTP
1075  *
1076  * @params[in] 
1077  * @return ROK     - success
1078  *         RFAILED - failure
1079  *
1080  * ****************************************************************/
1081 uint8_t duHdlEgtpCfgComplete(CmStatus cfm)
1082 {
1083    uint8_t ret = ROK;
1084
1085    if(cfm.status == LCM_PRIM_OK)
1086    {
1087       DU_LOG("\nDEBUG   -->  DU_APP : EGTP configuraton complete");
1088       duSendEgtpSrvOpenReq();
1089    }
1090    else
1091    {
1092       DU_LOG("\nERROR  -->  DU_APP : EGTP configuraton failed");
1093       ret = RFAILED;
1094    }
1095
1096    return (ret);
1097 }
1098
1099 /*******************************************************************
1100  *
1101  * @brief  Sends server open request to EGTP
1102  *
1103  * @details
1104  *
1105  *    Function : duSendEgtpSrvOpenReq
1106  *
1107  *    Functionality:
1108  *       Sends server open request to EGTP
1109  *
1110  * @params[in] 
1111  * @return ROK     - success
1112  *         RFAILED - failure
1113  *
1114  * ****************************************************************/
1115
1116 uint8_t duSendEgtpSrvOpenReq()
1117 {
1118    Pst pst;
1119
1120    DU_LOG("\nDEBUG   -->  DU_APP : Sending EGTP server open request");
1121
1122    duFillEgtpPst(&pst, EVTSRVOPENREQ);
1123    packEgtpSrvOpenReq(&pst);
1124
1125    return ROK;
1126 }
1127
1128 /*******************************************************************
1129  *
1130  * @brief Handles server open confirmation
1131  *
1132  * @details
1133  *
1134  *    Function : duHdlEgtpSrvOpenComplete
1135  *
1136  *    Functionality:
1137  *        Handles server open confirmation
1138  *
1139  * @params[in] 
1140  * @return ROK     - success
1141  *         RFAILED - failure
1142  *
1143  *****************************************************************/
1144
1145 uint8_t duHdlEgtpSrvOpenComplete(CmStatus cfm)
1146 {
1147    uint8_t ret = ROK;
1148
1149    if(cfm.status == LCM_PRIM_OK)
1150    {
1151       DU_LOG("\nDEBUG   -->  DU_APP : EGTP server opened successfully");
1152    }
1153    else
1154    {
1155       DU_LOG("\nERROR  -->  DU_APP : EGTP server opening failed");
1156       ret = RFAILED;
1157    }
1158
1159    return (ret);
1160 }
1161
1162 /*******************************************************************
1163  *
1164  * @brief Sends tunnel management request
1165  *
1166  * @details
1167  *
1168  *    Function : duSendEgtpTnlMgmtReq 
1169  *
1170  *    Functionality:
1171  *        Builds and sends tunnel management request to EGTP
1172  *
1173  * @params[in] Action
1174  *             Local tunnel endpoint id
1175  *             Remote tunnel endpoint id 
1176  * @return ROK     - success
1177  *         RFAILED - failure
1178  *
1179  * ****************************************************************/
1180
1181 uint8_t duSendEgtpTnlMgmtReq(uint8_t action, uint32_t teIdTobeMod, GtpTnlCfg *ueCbTnlCfg)
1182 {
1183    uint8_t ret =ROK;
1184    Pst pst;
1185    EgtpTnlEvt tnlEvt;
1186
1187    DU_LOG("\nDEBUG   -->  DU_APP : Sending EGTP tunnel management request for teId [%d]", ueCbTnlCfg->teId);
1188
1189    /* ADD/MOD/DEL per tunnel */
1190    tnlEvt.action = action;
1191    tnlEvt.remTeid = ueCbTnlCfg->teId;
1192    if(action != EGTP_TNL_MGMT_ADD)
1193    {
1194       tnlEvt.lclTeid = teIdTobeMod;
1195    }
1196    else
1197    {
1198       tnlEvt.lclTeid = ueCbTnlCfg->teId;
1199    }
1200    duFillEgtpPst(&pst, EVTTNLMGMTREQ);
1201    ret = egtpTnlMgmtReq(&pst, tnlEvt);
1202    return ret;
1203 }
1204
1205 /*******************************************************************
1206  *
1207  * @brief Handles Tunnel management confirm 
1208  *
1209  * @details
1210  *
1211  *    Function : duHdlEgtpTnlMgmtCfm
1212  *
1213  *    Functionality:
1214  *      Handles tunnel management confirm received from Egtp
1215  *
1216  * @params[in] Tunnel Event  
1217  * @return ROK     - success
1218  *         RFAILED - failure
1219  *
1220  * ****************************************************************/
1221 uint8_t duHdlEgtpTnlMgmtCfm(EgtpTnlEvt tnlEvtCfm)
1222 {
1223    uint8_t ret = ROK;
1224
1225    if(tnlEvtCfm.cfmStatus.status == LCM_PRIM_OK)
1226    {
1227       DU_LOG("\nDEBUG  -->  DU_APP: Tunnel management confirm OK");
1228    }
1229    else
1230    {
1231       DU_LOG("\nERROR  -->  DU_APP: Tunnel management failed");
1232       ret = RFAILED;
1233    }
1234
1235    return (ret);
1236 }
1237
1238 /*******************************************************************
1239  *
1240  * @brief Sends UL user data over to EGTP
1241  *
1242  * @details
1243  *
1244  *    Function : duSendEgtpDatInd
1245  *
1246  *    Functionality: Sends UL user data over to EGTP
1247  *
1248  * @params[in] UL data buffer
1249  * @return ROK     - success
1250  *         RFAILED - failure
1251  *
1252  * ****************************************************************/
1253 uint8_t duSendEgtpDatInd(Buffer *mBuf)
1254 {
1255    EgtpMsg  egtpMsg;
1256
1257    /* Fill EGTP header */
1258    egtpMsg.msgHdr.msgType = EGTPU_MSG_GPDU;
1259    egtpMsg.msgHdr.nPdu.pres = FALSE;
1260    egtpMsg.msgHdr.seqNum.pres = FALSE;
1261    egtpMsg.msgHdr.extHdr.udpPort.pres = FALSE;
1262    egtpMsg.msgHdr.extHdr.pdcpNmb.pres = FALSE;
1263    egtpMsg.msgHdr.teId = 1;
1264    egtpMsg.msg = mBuf;
1265    
1266    egtpHdlDatInd(egtpMsg);
1267
1268    return ROK;
1269
1270 }
1271
1272 /**************************************************************************
1273  * @brief Function to send configs to SCH
1274  *
1275  * @details
1276  *
1277  *      Function : duSendSchCfg 
1278  * 
1279  *      Functionality:
1280  *           Sends general config to Scheduler via MAC layer
1281  *     
1282  * @param[in]  void
1283  * @return ROK     - success
1284  *         RFAILED - failure
1285  *
1286  ***************************************************************************/
1287 uint8_t duSendSchCfg()
1288 {
1289    RgMngmt       rgMngmt;
1290    RgSchInstCfg  *cfg = NULLP;
1291    Pst           pst;
1292
1293    DU_SET_ZERO(&pst, sizeof(Pst));
1294    DU_SET_ZERO(&rgMngmt, sizeof(RgMngmt));
1295
1296    cfg = &(rgMngmt.t.cfg.s.schInstCfg);
1297
1298    /* Filling of Instance Id */
1299    cfg->instId = DEFAULT_CELLS + 1;
1300    /* Filling of Gen config */
1301    cfg->genCfg.mem.region = MAC_MEM_REGION;
1302    cfg->genCfg.mem.pool = MAC_POOL;
1303    cfg->genCfg.tmrRes = 10;
1304
1305 #ifdef LTE_ADV
1306    cfg->genCfg.forceCntrlSrbBoOnPCel = FALSE;
1307    cfg->genCfg.isSCellActDeactAlgoEnable = TRUE;
1308 #endif/*LTE_ADV*/
1309    cfg->genCfg.startCellId     = 1;
1310    cfg->genCfg.lmPst.dstProcId = DU_PROC;
1311    cfg->genCfg.lmPst.srcProcId = DU_PROC;
1312    cfg->genCfg.lmPst.dstEnt    = ENTDUAPP;
1313    cfg->genCfg.lmPst.dstInst   = DU_INST;
1314    cfg->genCfg.lmPst.srcEnt    = ENTMAC;
1315    cfg->genCfg.lmPst.srcInst   = DEFAULT_CELLS + 1;
1316    cfg->genCfg.lmPst.prior     = PRIOR0;
1317    cfg->genCfg.lmPst.route     = RTESPEC;
1318    cfg->genCfg.lmPst.region    = MAC_MEM_REGION;
1319    cfg->genCfg.lmPst.pool      = MAC_POOL;
1320    cfg->genCfg.lmPst.selector  = ODU_SELECTOR_LC;
1321
1322    /* Fill Header */
1323    rgMngmt.hdr.msgType             = TCFG;
1324    rgMngmt.hdr.entId.ent           = ENTMAC;
1325    rgMngmt.hdr.entId.inst          = DU_INST;
1326    rgMngmt.hdr.elmId.elmnt         = STSCHINST;
1327    rgMngmt.hdr.response.mem.region = MAC_MEM_REGION;
1328    rgMngmt.hdr.response.mem.pool   = MAC_POOL;
1329
1330    /* Fill Pst */
1331    pst.selector  = ODU_SELECTOR_LC;
1332    pst.srcEnt    = ENTDUAPP;
1333    pst.dstEnt    = ENTMAC;
1334    pst.dstProcId = DU_PROC;
1335    pst.srcProcId = DU_PROC;
1336    pst.srcInst   = DU_INST;
1337    pst.dstInst   = 0;
1338    pst.region    = duCb.init.region;
1339    pst.event    = (Event) EVTMACSCHGENCFGREQ;
1340
1341    DU_LOG("\nDEBUG   -->  DU_APP : MAC Sch Cfg sent");
1342
1343    /* Send the request to MAC */
1344    cmPkLrgSchCfgReq(&pst, &rgMngmt);
1345
1346    return ROK;
1347 }
1348
1349
1350 /**************************************************************************
1351  * @brief Function to configure SCTP params and 
1352  *  responsible for F1 and E2 interfaces
1353  *
1354  * @details
1355  *
1356  *      Function : duLayerConfigComplete
1357  * 
1358  *      Functionality:
1359  *           Configures SCTP Params and responsible for handling
1360  *           F1 and E2 interface.
1361  *     
1362  * @param[in]  void
1363  * @return ROK     - success
1364  *         RFAILED - failure
1365  *
1366  ***************************************************************************/
1367 uint8_t duLayerConfigComplete()
1368 {
1369    uint8_t ret = ROK;
1370
1371    DU_LOG("\nINFO   -->  DU_APP : Configuring all Layer is complete");
1372
1373    if((ret = duSctpCfgReq(duCfgParam.sctpParams)) != ROK)
1374    {
1375       DU_LOG("\nERROR  -->  DU_APP : Failed configuring Sctp Params");
1376       ret = RFAILED;
1377    }
1378    if((ret = duSctpAssocReq(F1_INTERFACE)) != ROK)
1379    {
1380       DU_LOG("\nERROR  -->  DU_APP : Failed to send AssocReq F1");
1381       ret = RFAILED;
1382    }
1383    if((ret = duSctpAssocReq(E2_INTERFACE)) != ROK)
1384    {
1385       DU_LOG("\nERROR  -->  DU_APP : Failed to send AssocReq E2");
1386       ret = RFAILED;
1387    }
1388
1389    return (ret); 
1390
1391
1392 /**************************************************************************
1393  * @brief Function to handle  SCH Config Confirm from MAC
1394  *
1395  * @details
1396  *
1397  *      Function : duHdlSchCfgComplete 
1398  * 
1399  *      Functionality:
1400  *           Handles Scheduler Gen Config Confirm from MAC
1401  *     
1402  * @param[in]  Pst     *pst, Post structure of the primitive.     
1403  * @param[in]  RgMngmt *cfm, Unpacked primitive info received from MAC
1404  * @return ROK     - success
1405  *         RFAILED - failure
1406  *
1407  ***************************************************************************/
1408 uint8_t duHdlSchCfgComplete(Pst *pst, RgMngmt *cfm)
1409 {
1410    if (cfm->cfm.status == LCM_PRIM_OK)
1411    {
1412       switch (cfm->hdr.elmId.elmnt)
1413       {
1414          case STSCHINST:
1415             {
1416                DU_LOG("\nDEBUG   -->  DU_APP : Received SCH CFG CFM at DU APP");
1417                break;
1418             }
1419          default:
1420             break;
1421       }
1422    }
1423    duLayerConfigComplete();
1424    duBuildEgtpCfgReq();
1425    return ROK;
1426 }
1427
1428 /**************************************************************************
1429  * @brief Function to fill and send MacCellconfig
1430  *
1431  * @details
1432  *
1433  *      Function : duBuildAndSendMacCellCfg 
1434  * 
1435  *      Functionality:
1436  *           Initiates MAC Configs towards MAC
1437  *     
1438  * @param[in]cell id
1439  * @return ROK     - success
1440  *         RFAILED - failure
1441  *
1442  ***************************************************************************/
1443 uint8_t duBuildAndSendMacCellCfg(uint16_t cellId)
1444 {
1445    Pst pst;
1446    MacCellCfg *duMacCellCfg = NULLP;
1447
1448    DU_ALLOC_SHRABL_BUF(duMacCellCfg, sizeof(MacCellCfg));
1449    if(duMacCellCfg == NULLP)
1450    {
1451       return RFAILED;
1452    }
1453
1454    /* store the address in the duCellCb so that we can free on confirm msg */
1455    duCb.actvCellLst[cellId-1]->duMacCellCfg = duMacCellCfg;
1456
1457    /* copy the mac config structure from duCfgParams */
1458    memcpy(duMacCellCfg,&duCfgParam.macCellCfg,sizeof(MacCellCfg));
1459
1460    /* Fill Pst */
1461    FILL_PST_DUAPP_TO_MAC(pst, EVENT_MAC_CELL_CONFIG_REQ);
1462
1463    /* Send MAC cell config to MAC */
1464    return (*packMacCellCfgOpts[pst.selector])(&pst, duMacCellCfg);
1465 }
1466
1467 /**************************************************************************
1468  * @brief Function to Handle MAC cell config confirm
1469  *
1470  * @details
1471  *
1472  *      Function : duHandleMacCellCfgCfm 
1473  * 
1474  *      Functionality:
1475  *           Initiates general Configs towards MAC
1476  *     
1477  * @param[in] void
1478  * @return ROK     - success
1479  *         RFAILED - failure
1480  *
1481  ***************************************************************************/
1482 uint8_t  duHandleMacCellCfgCfm(Pst *pst, MacCellCfgCfm *macCellCfgCfm)
1483 {
1484    uint8_t  actvCellIdx  = 0;
1485    uint8_t  ret          = ROK;
1486
1487    for(actvCellIdx = 0; actvCellIdx < MAX_NUM_CELL; actvCellIdx++)
1488    {
1489       if(macCellCfgCfm->cellId == duCb.actvCellLst[actvCellIdx]->cellId)
1490       {
1491          duCb.actvCellLst[actvCellIdx]->duMacCellCfg = NULLP;
1492       }
1493    }
1494    if(macCellCfgCfm->rsp == ROK)
1495    {
1496       /* Build and send GNB-DU config update */
1497       ret = BuildAndSendDUConfigUpdate(SERV_CELL_TO_MODIFY);
1498
1499       /* Build and Send Cell Start Req to MAC */
1500       ret = duBuildAndSendMacCellStart();
1501    }
1502    else
1503    {
1504       /* TODO : Action to be taken if cell configuration fails. 
1505        * Should CU be informed? */
1506
1507       DU_LOG("\nERROR  -->  DU_APP : Mac cell cfg failed");
1508       ret = RFAILED;
1509    }
1510    return ret;
1511 }
1512
1513 /*******************************************************************
1514  *
1515  * @brief Builds and sends cell start request to MAC
1516  *
1517  * @details
1518  *
1519  *    Function : duBuildAndSendMacCellStart
1520  *
1521  *    Functionality:
1522  *       Builds and sends cell start request to MAC
1523  *
1524  * @params[in] 
1525  * @return ROK     - success
1526  *         RFAILED - failure
1527  *
1528  * ****************************************************************/
1529 uint8_t duBuildAndSendMacCellStart()
1530 {
1531    Pst pst;
1532    OduCellId *cellId = NULL;
1533
1534    DU_LOG("\nINFO   -->  DU APP : Building and Sending cell start request to MAC");
1535
1536    /* Send Cell Start Request to MAC */
1537    DU_ALLOC_SHRABL_BUF(cellId, sizeof(OduCellId));
1538    if(!cellId)
1539    {
1540       DU_LOG("\nERROR  -->  DU APP : Memory alloc failed while building cell start request");
1541       return RFAILED;
1542    }
1543
1544    for(uint8_t id = 0; id < duCb.numActvCells; id++) 
1545    {
1546       if(duCb.actvCellLst[id])
1547       {
1548          cellId->cellId = duCb.actvCellLst[id]->cellId;
1549
1550          /* Fill Pst */
1551          FILL_PST_DUAPP_TO_MAC(pst, EVENT_MAC_CELL_START);
1552
1553          return (*packMacCellStartOpts[pst.selector])(&pst, cellId);
1554       }
1555    }
1556    return ROK;
1557 }
1558
1559 /*******************************************************************
1560  *
1561  * @brief Builds and sends cell stop request to MAC
1562  *
1563  * @details
1564  *
1565  *    Function : duBuildAndSendMacCellStop 
1566  *
1567  *    Functionality:
1568  *       Builds and sends cell stop request to MAC
1569  *
1570  * @params[in] 
1571  * @return ROK     - success
1572  *         RFAILED - failure
1573  *
1574  * ****************************************************************/
1575 uint8_t duBuildAndSendMacCellStop(uint16_t cellId)
1576 {
1577    Pst pst;
1578    uint16_t cellIdx=0;
1579    OduCellId *oduCellId = NULL;
1580    
1581    DU_LOG("\nINFO   -->  DU APP : Building and Sending cell stop request to MAC");
1582
1583    GET_CELL_IDX(cellId, cellIdx);
1584    if(duCb.actvCellLst[cellIdx] != NULLP)
1585    {
1586       /* Send Cell Stop Request to MAC */
1587       DU_ALLOC_SHRABL_BUF(oduCellId, sizeof(OduCellId));
1588       if(!oduCellId)
1589       {
1590          DU_LOG("\nERROR  -->  DU APP : duBuildAndSendMacCellStop():  Memory allocation failed ");
1591          return RFAILED;
1592       }
1593       memset(oduCellId, 0, sizeof(OduCellId));
1594       oduCellId->cellId = duCb.actvCellLst[cellIdx]->cellId;
1595
1596       /* Fill Pst */
1597       FILL_PST_DUAPP_TO_MAC(pst, EVENT_MAC_CELL_STOP);
1598
1599       return (*packMacCellStopOpts[pst.selector])(&pst, oduCellId);
1600    }
1601    else
1602    {
1603       DU_LOG("\nERROR  -->  DU APP : duBuildAndSendMacCellStop(): cellId[%d] doesnot exists", cellId);
1604       return RFAILED;
1605    }
1606    return ROK;
1607 }
1608
1609 /*******************************************************************
1610  *
1611  * @brief Handles stop indication from MAC
1612  *
1613  * @details
1614  *
1615  *    Function : duHandleStopInd
1616  *
1617  *    Functionality:
1618  *      Handles stop indication from MAC
1619  *
1620  * @params[in] Post structure pointer
1621  * @return ROK     - success
1622  *         RFAILED - failure
1623  *
1624  * ****************************************************************/
1625 uint8_t duHandleStopInd(Pst *pst, OduCellId *cellId)
1626 {
1627    DuCellCb *cellCb = NULLP;
1628
1629    if(cellId->cellId <=0 || cellId->cellId > MAX_NUM_CELL)
1630    {
1631       DU_LOG("\nERROR  -->  DU APP : Invalid Cell Id %d in duHandleStopInd()", cellId->cellId);
1632    }
1633
1634    if(duGetCellCb(cellId->cellId, &cellCb) != ROK)
1635       return RFAILED;
1636
1637    if((cellCb->cellStatus == ACTIVATED) || (cellCb->cellStatus == DELETION_IN_PROGRESS))
1638    {
1639       DU_LOG("\nINFO   -->  DU APP : 5G-NR Cell %d is DOWN", cellId->cellId);
1640       if(sendCellDeleteReqToMac(cellId->cellId) == RFAILED)
1641       {
1642          DU_LOG("\nERROR  -->  DU APP : duHandleStopInd(): Failed to send Cell delete req to MAC for\
1643                cellId[%d]", cellId->cellId);
1644          return RFAILED;
1645       }
1646
1647
1648 #ifdef O1_ENABLE
1649       DU_LOG("\nINFO   -->  DU APP : Raise cell down alarm for cell id=%d", cellId->cellId);
1650       raiseCellAlrm(CELL_DOWN_ALARM_ID, cellId->cellId);
1651       setCellOpState(cellId->cellId, DISABLED, INACTIVE);
1652 #endif
1653    }
1654
1655    if((pst->selector == ODU_SELECTOR_LWLC) || (pst->selector == ODU_SELECTOR_TC))
1656       DU_FREE_SHRABL_BUF(MAC_MEM_REGION, pst->pool, cellId, sizeof(OduCellId));
1657
1658    cellCb->cellStatus = CELL_OUT_OF_SERVICE; //TODO: cell status must be set to OOS after all UE and cell cleanup which is not
1659                                              //supported now
1660
1661    return ROK;
1662 }
1663
1664 /*******************************************************************
1665  *
1666  * @brief Handles slot indication from MAC
1667  *
1668  * @details
1669  *
1670  *    Function : duHandleUlCcchInd
1671  *
1672  *    Functionality:
1673  *      Handles UL CCCH indication from MAC
1674  *
1675  * @params[in] Post structure pointer
1676  *             UL CCCH Ind pointer
1677  * @return ROK     - success
1678  *         RFAILED - failure
1679  *
1680  * ****************************************************************/
1681 uint8_t duHandleUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo)
1682 {
1683
1684    DU_LOG("\nINFO  -->  DU APP : UL CCCH Indication received");
1685
1686    return (duProcUlCcchInd(ulCcchIndInfo));
1687 }
1688
1689 /*******************************************************************
1690  *
1691  * @brief Process UL RRC Message from RLC
1692  *
1693  * @details
1694  *
1695  *    Function : DuProcRlcUlRrcMsgTrans
1696  *
1697  *    Functionality: Process UL RRC Message from RLC
1698  *
1699  * @params[in] Post structure
1700  *             UL RRC Message Info
1701  * @return ROK     - success
1702  *         RFAILED - failure
1703  *
1704  * ****************************************************************/
1705 uint8_t DuProcRlcUlRrcMsgTrans(Pst *pst, RlcUlRrcMsgInfo *ulRrcMsgInfo)
1706 {
1707    DuCellCb *cellCb = NULLP;
1708    DuUeCb   ueCb ={0};
1709   
1710    if(duGetCellCb(ulRrcMsgInfo->cellId, &cellCb) != ROK)
1711       return RFAILED;
1712    if(ulRrcMsgInfo->ueIdx > 0)
1713    {
1714    ueCb = cellCb->ueCb[ulRrcMsgInfo->ueIdx -1];
1715
1716
1717    BuildAndSendULRRCMessageTransfer(ueCb, ulRrcMsgInfo->lcId, ulRrcMsgInfo->msgLen, \
1718       ulRrcMsgInfo->rrcMsg);
1719
1720    DU_FREE_SHRABL_BUF(pst->region, pst->pool, ulRrcMsgInfo->rrcMsg, ulRrcMsgInfo->msgLen);
1721    DU_FREE_SHRABL_BUF(pst->region, pst->pool, ulRrcMsgInfo, sizeof(RlcUlRrcMsgInfo));
1722    }
1723    return ROK;
1724 }
1725
1726 /*******************************************************************
1727 *
1728 * @brief Process RRC delivery report from RLC
1729 *
1730 * @details
1731 *
1732 *    Function : DuProcRlcRrcDeliveryReport
1733 *
1734 *    Functionality: Process RRC delivery Message from RLC
1735 *
1736 * @params[in] Post structure
1737 *             UL RRC Message Info
1738 * @return ROK     - success
1739 *         RFAILED - failure
1740 *
1741 * ****************************************************************/
1742 uint8_t DuProcRlcRrcDeliveryReport(Pst *pst, RrcDeliveryReport *rrcDeliveryReport)
1743 {
1744    DuCellCb *cellCb = NULLP;
1745    DuUeCb   ueCb;
1746    uint8_t  ret = RFAILED;
1747
1748    if(duGetCellCb(rrcDeliveryReport->cellId, &cellCb) != ROK)
1749       return RFAILED;
1750    
1751    ueCb = cellCb->ueCb[rrcDeliveryReport->ueIdx -1];
1752    ret = BuildAndSendRrcDeliveryReport(ueCb.gnbCuUeF1apId, ueCb.gnbDuUeF1apId,rrcDeliveryReport);
1753
1754    DU_FREE_SHRABL_BUF(pst->region, pst->pool, rrcDeliveryReport, sizeof(RrcDeliveryReport));
1755    return ret;
1756 }
1757
1758 /*******************************************************************
1759  *
1760  * @brief Process UL user data from RLC
1761  *
1762  * @details
1763  *
1764  *    Function : DuProcRlcUlUserDataTrans
1765  *
1766  *    Functionality: Process UL user data from RLC
1767  *
1768  * @params[in] Post structure
1769  *             UL user data
1770  * @return ROK     - success
1771  *         RFAILED - failure
1772  *
1773  * ****************************************************************/
1774 uint8_t DuProcRlcUlUserDataTrans(Pst *pst, RlcUlUserDatInfo *ulUserData)
1775 {
1776    uint8_t  rbIdx;
1777    EgtpMsg  egtpMsg;
1778    Buffer   *mBuf;
1779
1780    DU_LOG("\nDEBUG  -->  DU APP : Received UL user data");
1781
1782    /* Fill EGTP header */
1783    egtpMsg.msgHdr.msgType = EGTPU_MSG_GPDU;
1784    egtpMsg.msgHdr.nPdu.pres = FALSE;
1785    egtpMsg.msgHdr.seqNum.pres = FALSE;
1786    egtpMsg.msgHdr.extHdr.udpPort.pres = FALSE;
1787    egtpMsg.msgHdr.extHdr.pdcpNmb.pres = FALSE;
1788
1789    /* Fetch EGTP tunnel info */
1790    for(rbIdx = 0; rbIdx < duCb.numDrb; rbIdx++)
1791    {
1792       if((duCb.upTnlCfg[rbIdx] != NULLP) && (duCb.upTnlCfg[rbIdx]->ueIdx == ulUserData->ueIdx) && \
1793          (duCb.upTnlCfg[rbIdx]->drbId == ulUserData->rbId))
1794       {
1795          if(duCb.upTnlCfg[rbIdx]->tnlCfg1)
1796          {
1797             egtpMsg.msgHdr.teId = duCb.upTnlCfg[rbIdx]->tnlCfg1->teId; /*As we are supporting only 1 tunnel per DRB*/
1798             break;
1799          }
1800       }
1801    }
1802
1803    if (ODU_GET_MSG_BUF(DU_APP_MEM_REGION, DU_POOL, &mBuf) != ROK)
1804    {
1805       DU_LOG("\nERROR  -->  DU APP : Failed to allocated buffer memory in DuProcRlcUlUserDataTrans");
1806       DU_FREE_SHRABL_BUF(pst->region, pst->pool, ulUserData->userData, ulUserData->msgLen);
1807       DU_FREE_SHRABL_BUF(pst->region, pst->pool, ulUserData, sizeof(RlcUlUserDatInfo));
1808       return RFAILED;
1809    }
1810    oduCpyFixBufToMsg(ulUserData->userData, mBuf, ulUserData->msgLen);
1811    ODU_PRINT_MSG(mBuf, 0, 0);
1812    egtpMsg.msg = mBuf;
1813    egtpHdlDatInd(egtpMsg);
1814
1815    DU_FREE_SHRABL_BUF(pst->region, pst->pool, ulUserData->userData, ulUserData->msgLen);
1816    DU_FREE_SHRABL_BUF(pst->region, pst->pool, ulUserData, sizeof(RlcUlUserDatInfo));
1817    return ROK;
1818 }
1819
1820 /*******************************************************************
1821  *
1822  * @brief Free tempSLiceCfg stored in duCfgParams
1823  *
1824  * @details
1825  *
1826  *    Function :  duFreeTempSliceCfg
1827  *
1828  *    Functionality: Free tempSLiceCfg stored in duCfgParams 
1829  *
1830  * @params[in] Post structure, 
1831  *             
1832  * @return Void
1833  *
1834  * ****************************************************************/
1835
1836 void duFreeTempSliceCfg()
1837 {
1838     uint8_t policyIdx = 0, memberListTdx =0;
1839     CopyOfRecvdSliceCfg *tempSliceCfg = &duCfgParam.tempSliceCfg;
1840     
1841     if(tempSliceCfg->totalRrmPolicy)
1842     {
1843        for(policyIdx = 0; policyIdx<tempSliceCfg->totalRrmPolicy; policyIdx++)
1844        {
1845           if(tempSliceCfg->rrmPolicy[policyIdx]->numMemberList)
1846           {
1847              for(memberListTdx = 0; memberListTdx<tempSliceCfg->rrmPolicy[policyIdx]->numMemberList; memberListTdx++)
1848              {
1849                  DU_FREE(tempSliceCfg->rrmPolicy[policyIdx]->memberList[memberListTdx], sizeof(PolicyMemberList));
1850              }
1851              DU_FREE(tempSliceCfg->rrmPolicy[policyIdx]->memberList, (tempSliceCfg->rrmPolicy[policyIdx]->numMemberList) * sizeof(PolicyMemberList*));
1852           }
1853           DU_FREE(tempSliceCfg->rrmPolicy[policyIdx], sizeof(RrmPolicy));
1854        }
1855        DU_FREE(tempSliceCfg->rrmPolicy, tempSliceCfg->totalRrmPolicy* sizeof(RrmPolicy*));
1856     }
1857     memset(tempSliceCfg, 0, sizeof(CopyOfRecvdSliceCfg));
1858 }
1859
1860 /*******************************************************************
1861  *
1862  * @brief  free the slice cfg rsp
1863  *
1864  * @details
1865  *
1866  *    Function : duFreeSliceCfgRsp 
1867  *
1868  *    Functionality: free the slice cfg rsp 
1869  *
1870  * @params[in] Post structure, MacSliceCfgRsp  *cfgRsp
1871  *             
1872  * @return ROK     - success
1873  *         RFAILED - failure
1874  *
1875  **********************************************************************/
1876 void duFreeSliceCfgRsp(Pst *pst,  MacSliceCfgRsp *cfgRsp) 
1877 {
1878    uint8_t cfgIdx;
1879
1880    if(cfgRsp)
1881    {
1882       if(cfgRsp->numSliceCfgRsp)
1883       {
1884          for(cfgIdx = 0; cfgIdx<cfgRsp->numSliceCfgRsp; cfgIdx++)
1885          {
1886             DU_FREE_SHRABL_BUF(DU_APP_MEM_REGION, DU_POOL, cfgRsp->listOfSliceCfgRsp[cfgIdx], sizeof(MacSliceRsp)); 
1887          }
1888          DU_FREE_SHRABL_BUF(DU_APP_MEM_REGION, DU_POOL, cfgRsp->listOfSliceCfgRsp, cfgRsp->numSliceCfgRsp * sizeof(MacSliceRsp*)); 
1889       }
1890       DU_FREE_SHRABL_BUF(DU_APP_MEM_REGION, DU_POOL, cfgRsp, sizeof(MacSliceCfgRsp)); 
1891    }
1892    return ROK;
1893 }
1894
1895 /*******************************************************************
1896  *
1897  * @brief process the slice cfg rsp received from MAC
1898  *
1899  * @details
1900  *
1901  *    Function : DuProcMacSliceCfgRsp
1902  *
1903  *    Functionality: process the slice cfg rsp received from MAC
1904  *
1905  * @params[in] Post structure, MacSliceCfgRsp  *cfgRsp
1906  *             
1907  * @return ROK     - success
1908  *         RFAILED - failure
1909  *
1910  **********************************************************************/
1911 uint8_t DuProcMacSliceCfgRsp(Pst *pst,  MacSliceCfgRsp *cfgRsp)
1912 {
1913     uint8_t cfgIdx = 0;
1914     
1915     if(cfgRsp)
1916     {
1917         if(cfgRsp->listOfSliceCfgRsp)
1918         {
1919             for(cfgIdx = 0; cfgIdx<cfgRsp->numSliceCfgRsp; cfgIdx++)
1920             {
1921                 if(cfgRsp->listOfSliceCfgRsp[cfgIdx]->rsp ==  MAC_DU_APP_RSP_OK)
1922                 {
1923                     duCb.sliceState = SLICE_CONFIGURED;
1924                 }
1925             }
1926             DU_LOG("\nINFO  -->  DU_APP : Slice Configuration is done sucessfully ");
1927         }
1928         duFreeSliceCfgRsp(pst, cfgRsp);
1929     }
1930     duFreeTempSliceCfg();
1931 }
1932
1933 /*******************************************************************
1934  *
1935  * @brief Fill the slice configration and rrm policy ratio 
1936  *    information received form O1
1937  *
1938  * @details
1939  *
1940  *    Function : fillSliceCfgReCfgInfo 
1941  *
1942  *    Functionality: Fill the slice configration and recfg info 
1943  *
1944  * @params[in] Post structure
1945  *             
1946  * @return ROK     - success
1947  *         RFAILED - failure
1948  *
1949  * ****************************************************************/
1950
1951 uint8_t fillSliceCfgReCfgInfo(MacSliceCfgReq *sliceCfgReq, RrmPolicy *rrmPolicy[], uint8_t totalRrmPolicy, uint8_t totalSliceCount)
1952 {
1953    uint8_t sliceIdx = 0, cfgIdx = 0, memberListIdx = 0;
1954    
1955    if(totalRrmPolicy)
1956    {
1957       DU_ALLOC_SHRABL_BUF(sliceCfgReq->listOfSliceCfg, totalSliceCount*sizeof(MacSliceRrmPolicy*)); 
1958       if(sliceCfgReq->listOfSliceCfg == NULLP)
1959       {
1960          DU_LOG("\nERROR  -->  DU_APP : Memory allocation failed in fillSliceCfgReCfgInfo");
1961          return RFAILED;
1962       }
1963
1964       for(sliceIdx = 0; sliceIdx<totalRrmPolicy; sliceIdx++)
1965       {
1966          for(memberListIdx = 0; memberListIdx<rrmPolicy[sliceIdx]->numMemberList; memberListIdx++)
1967          {
1968             DU_ALLOC_SHRABL_BUF(sliceCfgReq->listOfSliceCfg[cfgIdx], sizeof(MacSliceRrmPolicy));
1969             if(sliceCfgReq->listOfSliceCfg[cfgIdx] == NULLP)
1970             { 
1971                DU_LOG("\nERROR  -->  DU_APP : Memory allocation failed in fillSliceCfgReCfgInfo");
1972                return RFAILED;
1973             }
1974
1975
1976             memcpy(&sliceCfgReq->listOfSliceCfg[cfgIdx]->snssai, &rrmPolicy[sliceIdx]->memberList[memberListIdx]->snssai, sizeof(Snssai));
1977
1978             DU_ALLOC_SHRABL_BUF(sliceCfgReq->listOfSliceCfg[cfgIdx]->rrmPolicyRatio, sizeof(RrmPolicyRatio));
1979             if(sliceCfgReq->listOfSliceCfg[cfgIdx]->rrmPolicyRatio == NULLP)
1980             { 
1981                DU_LOG("\nERROR  -->  DU_APP : Memory allocation failed in fillSliceCfgReCfgInfo");
1982                return RFAILED;
1983             }
1984
1985             sliceCfgReq->listOfSliceCfg[cfgIdx]->rrmPolicyRatio->policyMaxRatio = rrmPolicy[sliceIdx]->policyMaxRatio;
1986             sliceCfgReq->listOfSliceCfg[cfgIdx]->rrmPolicyRatio->policyMinRatio = rrmPolicy[sliceIdx]->policyMinRatio;
1987             sliceCfgReq->listOfSliceCfg[cfgIdx]->rrmPolicyRatio->policyDedicatedRatio = rrmPolicy[sliceIdx]->policyDedicatedRatio; 
1988             sliceCfgReq->numOfConfiguredSlice++;
1989             cfgIdx++;
1990          }
1991       }
1992    }
1993    return ROK;
1994 }
1995
1996 /*******************************************************************
1997  *
1998  * @brief Fill the slice configration and rrm policy related
1999  *    information received form O1
2000  *
2001  * @details
2002  *
2003  *    Function : BuildAndSendSliceConfigReq 
2004  *
2005  *    Functionality: Fill the slice configration and rrm policy related 
2006  *
2007  * @params[in] RrmPolicy *rrmPolicy[], uint8_t totalRrmPolicy, uint8_t
2008  * totalSliceCnt 
2009  *             
2010  * @return ROK     - success
2011  *         RFAILED - failure
2012  *
2013  * ****************************************************************/
2014 uint8_t BuildAndSendSliceConfigReq(RrmPolicy *rrmPolicy[], uint8_t totalRrmPolicy, uint8_t totalSliceCnt)
2015 {
2016    Pst pst;
2017    MacSliceCfgReq *sliceCfgReq;
2018
2019    DU_ALLOC_SHRABL_BUF(sliceCfgReq, sizeof(MacSliceCfgReq));
2020    if(sliceCfgReq == NULLP)
2021    {
2022       DU_LOG("\nERROR  -->  DU_APP : Memory allocation failed in BuildAndSendSliceConfigReq");
2023       return RFAILED;
2024    }
2025    else
2026    {
2027       if(fillSliceCfgReCfgInfo(sliceCfgReq, rrmPolicy, totalRrmPolicy, totalSliceCnt) != ROK)
2028       {   
2029          DU_LOG("\nERROR  -->  DU_APP : Failed to fill slice Configuration info in MacSliceCfgReq");
2030          return RFAILED;
2031       }
2032       FILL_PST_DUAPP_TO_MAC(pst, EVENT_MAC_SLICE_CFG_REQ);
2033
2034       DU_LOG("\nDEBUG  -->  DU_APP : Sending Slice Cfg Request to MAC ");
2035       if((*packMacSliceCfgReqOpts[pst.selector])(&pst, sliceCfgReq) == RFAILED)
2036       {
2037          DU_LOG("\nERROR  -->  DU_APP : Failed to send Slice Cfg Req to MAC");
2038          DU_FREE_SHRABL_BUF(DU_APP_MEM_REGION, DU_POOL, sliceCfgReq, sizeof(MacSliceCfgReq));
2039       }
2040    }
2041    return ROK;  
2042 }
2043
2044
2045 /*******************************************************************
2046  *
2047  * @brief Fill the slice configration and rrm policy related
2048  *    information received form O1
2049  *
2050  * @details
2051  *
2052  *    Function : BuildAndSendSliceReCfgReq 
2053  *
2054  *    Functionality: Fill the slice configration and rrm policy related 
2055  *
2056  * @params[in] RrmPolicy rrmPolicy[], uint8_t totalSliceCount 
2057  *             
2058  * @return ROK     - success
2059  *         RFAILED - failure
2060  *
2061  * ****************************************************************/
2062 uint8_t BuildAndSendSliceReCfgReq(RrmPolicy *rrmPolicy[], uint8_t totalRrmPolicy, uint8_t totalSliceCount)
2063 {
2064    Pst pst;
2065    MacSliceCfgReq *sliceReCfgReq = NULLP;
2066    
2067    DU_LOG("\nINFO  --> DU_APP : Slice ReConfiguration Request received");
2068
2069    DU_ALLOC_SHRABL_BUF(sliceReCfgReq, sizeof(MacSliceCfgReq));
2070    if(sliceReCfgReq == NULLP)
2071    {
2072       DU_LOG("\nERROR  -->  DU_APP : Memory allocation failed to BuildAndSendSliceReCfgReq");
2073       return RFAILED;
2074    }
2075    else
2076    {
2077       if(fillSliceCfgReCfgInfo(sliceReCfgReq, rrmPolicy, totalRrmPolicy, totalSliceCount) != ROK)
2078       {
2079          DU_LOG("\nERROR  -->  DU_APP: Failed to fill slice cfg request info");
2080          return RFAILED;
2081       }
2082       FILL_PST_DUAPP_TO_MAC(pst, EVENT_MAC_SLICE_RECFG_REQ);
2083
2084       DU_LOG("\nDEBUG  -->  DU_APP: Sending Slice ReCfg Request to MAC ");
2085       if( (*packMacSliceReCfgReqOpts[pst.selector])(&pst, sliceReCfgReq) == RFAILED)
2086       {
2087          DU_LOG("\nERROR  -->  DU_APP: Failed to send Slice ReCfg Req to MAC");
2088          DU_FREE_SHRABL_BUF(DU_APP_MEM_REGION, DU_POOL, sliceReCfgReq, sizeof(MacSliceCfgReq));
2089       }
2090    }
2091    return ROK;  
2092 }
2093 /*******************************************************************
2094  *
2095  * @brief process the slice ReCfg rsp received from MAC
2096  *
2097  * @details
2098  *
2099  *    Function : DuProcMacSliceReCfgRsp
2100  *
2101  *    Functionality: process the slice ReCfg rsp received from MAC
2102  *
2103  * @params[in] Post structure, MacSliceCfgRsp  *ReCfgRsp
2104  *             
2105  * @return ROK     - success
2106  *         RFAILED - failure
2107  *
2108  **********************************************************************/
2109 uint8_t DuProcMacSliceReCfgRsp(Pst *pst,  MacSliceCfgRsp *reCfgRsp)
2110 {
2111    uint8_t cfgIdx = 0, sliceIdx =0;
2112    
2113    if(reCfgRsp)
2114    {
2115       if(reCfgRsp->listOfSliceCfgRsp)
2116       {
2117          for(cfgIdx = 0; cfgIdx < reCfgRsp->numSliceCfgRsp; cfgIdx++)
2118          {
2119             if(reCfgRsp->listOfSliceCfgRsp[cfgIdx]->rsp == MAC_DU_APP_RSP_OK)
2120             {
2121                duCb.sliceState = SLICE_RECONFIGURED; 
2122             }
2123             else
2124             {
2125                DU_LOG("\nERROR  -->  DU_APP : Slice not available");
2126             }
2127          }
2128          DU_LOG("\nINFO  --> DU_APP : Slice ReCOnfiguration response received");
2129       }
2130       duFreeSliceCfgRsp(pst, reCfgRsp);
2131    }
2132    duFreeTempSliceCfg();
2133    return ROK;
2134 }
2135 /**********************************************************************
2136   End of file
2137  **********************************************************************/