[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-423]UE context creation at MAC/SCH in Target DU
[o-du/l2.git] / src / cm / du_app_mac_inf.h
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 /* Defines APIs exchanged between du_app and cl module of MAC */
20 #ifndef __MACINT_H__
21 #define __MACINT_H__
22
23 #define NUM_NUMEROLOGY 5  /* Number of numerology */
24
25 #define NUM_SSB         1       /* max value is 64 */
26 #define SSB_MASK_SIZE   1       /* SSB mask size is 32bit for sub6 */
27 #define SIB1_REPETITION_PERIOD   20
28 #define CORESET_0_INDEX      0
29 #define CORESET_1_INDEX      1
30 #define CORESET_2_INDEX      2
31 #define CORESET_3_INDEX      3
32 #define CORESET_4_INDEX      4
33 #define SEARCHSPACE_0_INDEX   0
34 #define SEARCHSPACE_1_INDEX   1
35 #define SEARCHSPACE_2_INDEX   2
36 #define SEARCHSPACE_3_INDEX   3
37 #define SEARCHSPACE_4_INDEX   4
38 #define SS_MONITORING_SLOT_SL1   0 /* all slots */
39 #define SS_MONITORING_SYMBOL     0x2000; /* symbol-0, set 14th bit */
40
41 /* Macro for Ue Context */
42 #define MAX_NUM_SR_CFG_PER_CELL_GRP 8   /* Max number of scheduling request config per cell group */
43 #define MAC_NUM_TAGS 4                  /* Max number of timing advance groups */
44 #define MAX_NUM_BWP  4                  /* Max number of BWP per serving cell */
45 #define MAX_NUM_CRSET  3                /* Max number of control resource set in add/modify/release list */
46 #define MAX_NUM_SEARCH_SPC  10          /* Max number of search space in add/modify/release list */
47 #define MONITORING_SYMB_WITHIN_SLOT_SIZE 2  /* i.e. 2 bytes because size of monitoring symbols within slot is 14 bits */
48 #define MAX_NUM_DL_ALLOC 16             /* Max number of pdsch time domain downlink allocation */
49 #define MAX_NUM_UL_ALLOC 16             /* Max number of pusch time domain uplink allocation */
50 #define MAX_NUM_SCELL  32
51
52 /* PUCCH Configuration Macro */
53 #define MAX_NUM_PUCCH_RESRC 128
54 #define MAX_NUM_PUCCH_RESRC_SET 4
55 #define MAX_NUM_PUCCH_PER_RESRC_SET 32
56 #define MAX_NUM_SPATIAL_RELATIONS 8
57 #define MAX_NUM_PUCCH_P0_PER_SET 8
58 #define MAX_NUM_PATH_LOSS_REF_RS 4
59 #define MAX_NUM_DL_DATA_TO_UL_ACK 15
60
61 /* Event IDs */
62 #define EVENT_MAC_CELL_CONFIG_REQ    200
63 #define EVENT_MAC_CELL_CONFIG_CFM    201
64 #define EVENT_MAC_CELL_START         202
65 #define EVENT_MAC_CELL_STOP          203
66 #define EVENT_MAC_CELL_UP_IND        204
67 #define EVENT_MAC_STOP_IND           205
68 #define EVENT_MAC_UL_CCCH_IND        206
69 #define EVENT_MAC_DL_CCCH_IND        207
70 #define EVENT_MAC_UE_CREATE_REQ      208
71 #define EVENT_MAC_UE_CREATE_RSP      209
72 #define EVENT_MAC_UE_RECONFIG_REQ    210
73 #define EVENT_MAC_UE_RECONFIG_RSP    211
74 #define EVENT_MAC_UE_DELETE_REQ      212
75 #define EVENT_MAC_UE_DELETE_RSP      213
76 #define EVENT_MAC_CELL_DELETE_REQ    214
77 #define EVENT_MAC_CELL_DELETE_RSP    215
78 #define EVENT_MAC_SLICE_CFG_REQ      216
79 #define EVENT_MAC_SLICE_CFG_RSP      217
80 #define EVENT_MAC_SLICE_RECFG_REQ    218
81 #define EVENT_MAC_SLICE_RECFG_RSP    219
82 #define EVENT_MAC_SLOT_IND           220
83
84 #define BSR_PERIODIC_TIMER_SF_10 10
85 #define BSR_RETX_TIMER_SF_320 320
86 #define BSR_SR_DELAY_TMR_2560 2560
87
88 #define GET_PAGING_CYCLE(enmValue, T) {               \
89         if (enmValue == 0) T = 32;                           \
90        else if (enmValue == 1) T = 64;                       \
91        else if (enmValue == 2) T = 128;                      \
92        else if (enmValue == 3) T = 256;                      \
93        else T = 0;                                         \
94 }
95
96 #define GET_NUM_PAGING_OCC(enmValue, PO) {               \
97         if (enmValue == 0) PO = 4;                            \
98        else if (enmValue == 1) PO = 2;                       \
99        else if (enmValue == 2) PO = 1;                      \
100        else PO = 0;                                         \
101 }
102
103 #define PAGING_SCHED_DELTA  4
104
105 typedef enum
106 {
107    MAC_DU_APP_RSP_NOK,
108    MAC_DU_APP_RSP_OK
109 }MacRsp;
110
111 typedef enum
112 {
113    SLICE_PRESENT,
114    SLICE_NOT_PRESENT
115 }RspReason;
116
117 typedef enum
118 {
119    SUCCESS,
120    CELLID_INVALID,
121    UEID_INVALID
122 }UeDeleteStatus;
123
124 typedef enum
125 {
126    SUCCESSFUL_RSP,
127    CELL_ID_INVALID
128 }CellDeleteStatus;
129
130 typedef enum
131 {
132    DUP_MODE_FDD,
133    DUP_MODE_TDD
134 }DuplexMode;
135
136 typedef enum
137 {
138    MAC_GEN_FULL_PBCH_PAYLD,   /* MAC generated the full PBCH Payload */
139    PHY_GEN_TIMING_PBCH_BIT,   /* PHY generates the timing PBCH bits */
140    PHY_GEN_FULL_PBCH_PAYLD    /* PHY generates full PBCH payload */
141 }BchPduOpt;
142
143 typedef enum
144 {
145    LONG_SEQUENCE,
146    SHORT_SEQUENCE
147 }PrachSeqLen;
148
149 typedef enum
150 {
151    UNRESTRICTED,
152    RESTRICTED_SET_TYPE_A,
153    RESTRICTED_SET_TYPE_B
154 }RstSetCfg;
155
156 typedef enum
157 {
158    DONT_REPORT_RSSI,
159    RSSI_UNIT_DBM,
160    RSSI_UNIT_DBFS
161 }RSSIMeasUnit;
162
163 typedef enum
164 {
165    BETA_PSS_0DB,
166    BETA_PSS_1DB
167 }BetaPss;
168
169 typedef enum 
170 {
171    SSB_PRDCTY_MS_5,
172    SSB_PRDCTY_MS_10,
173    SSB_PRDCTY_MS_20,
174    SSB_PRDCTY_MS_40,
175    SSB_PRDCTY_MS_80,
176    SSB_PRDCTY_MS_160
177 }SSBPeriod;
178
179 typedef enum
180 {
181    RRC_REJECT,
182    RRC_SETUP
183 }DlCcchMsgType;
184
185 /* Enums for Ue Create Request */
186
187 /* SR PROHIBIT TIMER */
188 typedef enum
189 {
190    SR_PROHIBIT_MS_1,
191    SR_PROHIBIT_MS_2,
192    SR_PROHIBIT_MS_4,
193    SR_PROHIBIT_MS_8,
194    SR_PROHIBIT_MS_16,
195    SR_PROHIBIT_MS_32,
196    SR_PROHIBIT_MS_64,
197    SR_PROHIBIT_MS_128
198 }SrProhibitTimer;
199
200 typedef enum
201 {
202    SR_TRANS_MAX_N_4,
203    SR_TRANS_MAX_N_8,
204    SR_TRANS_MAX_N_16,
205    SR_TRANS_MAX_N_32,
206    SR_TRANS_MAX_N_64,
207    SR_TRANS_MAX_spare3,
208    SR_TRANS_MAX_spare2,
209    SR_TRANS_MAX_spare1
210 }SrTransMax;
211
212 typedef enum
213 {
214    TIME_ALIGNMENT_TIMER_MS_500,
215    TIME_ALIGNMENT_TIMER_MS_750,
216    TIME_ALIGNMENT_TIMER_MS_1280,
217    TIME_ALIGNMENT_TIMER_MS_1920,
218    TIME_ALIGNMENT_TIMER_MS_2560,
219    TIME_ALIGNMENT_TIMER_MS_5120,
220    TIME_ALIGNMENT_TIMER_MS_10240,
221    TIME_ALIGNMENT_TIMER_INFINITY
222 }TimeAlignmentTimer;
223
224 typedef enum
225 {
226    PHR_PERIODIC_TIMER_SF_10,
227    PHR_PERIODIC_TIMER_SF_20,
228    PHR_PERIODIC_TIMER_SF_50,
229    PHR_PERIODIC_TIMER_SF_100,
230    PHR_PERIODIC_TIMER_SF_200,
231    PHR_PERIODIC_TIMER_SF_500,
232    PHR_PERIODIC_TIMER_SF_1000,
233    PHR_PERIODIC_TIMER_INFINITY
234 }PhrPeriodicTimer;
235
236 typedef enum
237 {
238    PHR_PROHIBIT_TIMER_SF_0,
239    PHR_PROHIBIT_TIMER_SF_10,
240    PHR_PROHIBIT_TIMER_SF_20,
241    PHR_PROHIBIT_TIMER_SF_50,
242    PHR_PROHIBIT_TIMER_SF_100,
243    PHR_PROHIBIT_TIMER_SF_200,
244    PHR_PROHIBIT_TIMER_SF_500,
245    PHR_PROHIBIT_TIMER_SF_1000
246 }PhrProhibitTimer;
247
248 typedef enum
249 {
250    PHR_TX_PWR_FACTOR_CHANGE_DB_1,
251    PHR_TX_PWR_FACTOR_CHANGE_DB_3,
252    PHR_TX_PWR_FACTOR_CHANGE_DB_6,
253    PHR_TX_PWR_FACTOR_CHANGE_INFINITY
254 }PhrTxPwrFactorChange;
255
256 typedef enum
257 {
258    PHR_MODE_OTHER_CG_REAL,
259    PHR_MODE_OTHER_CG_VIRTUAL
260 }PhrModeOtherCG;
261
262 typedef enum
263 {
264    PDSCH_HARQ_ACK_CODEBOOK_SEMISTATIC,
265    PDSCH_HARQ_ACK_CODEBOOK_DYNAMIC
266 }PdschHarqAckCodebook;
267
268 typedef enum
269 {
270    NUM_HARQ_PROC_FOR_PDSCH_N_2,
271    NUM_HARQ_PROC_FOR_PDSCH_N_4,
272    NUM_HARQ_PROC_FOR_PDSCH_N_6,
273    NUM_HARQ_PROC_FOR_PDSCH_N_10,
274    NUM_HARQ_PROC_FOR_PDSCH_N_16
275 }NumHarqProcForPdsch;
276
277 typedef enum
278 {
279    MAX_CODE_BLOCK_GROUP_PER_TB_N_2,
280    MAX_CODE_BLOCK_GROUP_PER_TB_N_4,
281    MAX_CODE_BLOCK_GROUP_PER_TB_N_6,
282    MAX_CODE_BLOCK_GROUP_PER_TB_N_8
283 }MaxCodeBlkGrpPerTB;
284
285 typedef enum
286 {
287    PDSCH_X_OVERHEAD_6,
288    PDSCH_X_OVERHEAD_12,
289    PDSCH_X_OVERHEAD_18
290 }PdschXOverhead;
291
292 typedef enum
293 {
294    TRANSFORM_PRECODER_ENABLED,
295    TRANSFORM_PRECODER_DISABLED
296 }TransformPrecoder;
297
298 typedef enum 
299 {
300    CCE_REG_MAPPINGTYPE_PR_INTERLEAVED = 1,
301    CCE_REG_MAPPINGTYPE_PR_NONINTERLEAVED
302 }REGMappingType;
303
304 typedef enum
305 {
306    SLOTPERIODICITYANDOFFSET_PR_SL1 = 1,
307    SLOTPERIODICITYANDOFFSET_PR_SL2,
308    SLOTPERIODICITYANDOFFSET_PR_SL4,
309    SLOTPERIODICITYANDOFFSET_PR_SL5,
310    SLOTPERIODICITYANDOFFSET_PR_SL8,
311    SLOTPERIODICITYANDOFFSET_PR_SL10,
312    SLOTPERIODICITYANDOFFSET_PR_SL16,
313    SLOTPERIODICITYANDOFFSET_PR_SL20,
314    SLOTPERIODICITYANDOFFSET_PR_SL40,
315    SLOTPERIODICITYANDOFFSET_PR_SL80,
316    SLOTPERIODICITYANDOFFSET_PR_SL160,
317    SLOTPERIODICITYANDOFFSET_PR_SL320,
318    SLOTPERIODICITYANDOFFSET_PR_SL640,
319    SLOTPERIODICITYANDOFFSET_PR_SL1280,
320    SLOTPERIODICITYANDOFFSET_PR_SL2560
321 }MSlotPeriodAndOffset;
322
323 typedef enum
324 {
325    SAMEASREG_BUNDLE,
326    ALL_CONTIGUOUS_RBS
327 }PrecoderGranul;
328
329 typedef enum
330 {
331    SEARCHSPACETYPE_PR_COMMON = 1,
332    SEARCHSPACETYPE_PR_UE_SPECIFIC
333 }SearchSpaceType;
334
335 typedef enum
336 {
337    QOS_NON_DYNAMIC = 1,
338    QOS_DYNAMIC
339 }QosType;
340
341 typedef enum
342 {
343    AGGREGATIONLEVEL_N0  = 0,  
344    AGGREGATIONLEVEL_N1  = 1,
345    AGGREGATIONLEVEL_N2  = 2,
346    AGGREGATIONLEVEL_N3  = 3,
347    AGGREGATIONLEVEL_N4  = 4,
348    AGGREGATIONLEVEL_N5  = 5,
349    AGGREGATIONLEVEL_N6  = 6,
350    AGGREGATIONLEVEL_N8  = 7
351 }AggrLevel;
352
353 typedef enum
354 {
355    ADDITIONALPOSITION_POS0,
356    ADDITIONALPOSITION_POS1,
357    ADDITIONALPOSITION_POS3
358 }AddPosType;
359
360 typedef enum
361 {
362    MAPPING_TYPEA,
363    MAPPING_TYPEB
364 }CommonMappingType;
365
366 typedef enum
367 {
368    RESOURCEALLOCATION_TYPE0,
369    RESOURCEALLOCATION_TYPE1,
370    RESOURCEALLOCATION_DYNAMICSWITCH
371 }ResAllocType;
372
373 typedef enum
374 {
375    RBG_SIZE_CONFIG1,
376    RBG_SIZE_CONFIG2
377 }RBGSize;
378
379 typedef enum
380 {
381    CODEWORDS_SCHED_BY_DCI_N1,
382    CODEWORDS_SCHED_BY_DCI_N2
383 }CodeWordsSchedDci;
384
385 typedef enum
386 {
387    TYPE_STATIC_BUNDLING = 1,
388    TYPE_DYNAMIC_BUNDLING
389 }BundlingType;
390
391 typedef enum
392 {
393    SET2_SIZE_N4,
394    SET2_SIZE_WIDEBAND
395 }BundlingSizeSet2;
396
397 typedef enum
398 {
399    SET1_SIZE_N4,
400    SET1_SIZE_WIDEBAND,
401    SET1_SIZE_N2_WIDEBAND,
402    SET1_SIZE_N4_WIDEBAND
403 }BundlingSizeSet1;
404
405 typedef enum
406 {
407    LC_PRIORITY_1 = 1,
408    LC_PRIORITY_2,
409    LC_PRIORITY_3
410 }LcPriority;
411
412 typedef enum
413 {
414   PBR_KBPS_0,
415   PBR_KBPS_8,
416   PBR_KBPS_16,
417   PBR_KBPS_32,
418   PBR_KBPS_64,
419   PBR_KBPS_128,
420   PBR_KBPS_256,
421   PBR_KBPS_512,
422   PBR_KBPS_1024,
423   PBR_KBPS_2048,
424   PBR_KBPS_4096,
425   PBR_KBPS_8192,
426   PBR_KBPS_16384,
427   PBR_KBPS_32768,
428   PBR_KBPS_65536,
429   PBR_KBPS_INFINITY
430 }PBitRate;
431
432 typedef enum
433 {
434    BSD_MS_5,
435    BSD_MS_10,
436    BSD_MS_20,
437    BSD_MS_50,
438    BSD_MS_100,
439    BSD_MS_150,
440    BSD_MS_300,
441    BSD_MS_500,
442    BSD_MS_1000,
443    BSD_SPARE_7,
444    BSD_SPARE_6,
445    BSD_SPARE_5,
446    BSD_SPARE_4,
447    BSD_SPARE_3,
448    BSD_SPARE_2,
449    BSD_SPARE_1
450
451 }BucketSizeDur;
452
453 typedef enum
454 {
455    RADIO_NW_LAYER_FAIL,
456    TRANSPORT_LAYER_FAIL,
457    PROTOCOL_FAIL,
458    MISCELLANEOUS
459 }CauseGrp;
460
461 typedef enum
462 {
463    UNSPECIFIED_RADIO_NW_CAUSE,
464    RL_FAIL_RLC,
465    UNKNOWN_GNB_CU_UE_F1AP_ID,
466    ALREADY_ALLOCATED_GNB_CU_UE_F1AP_ID,
467    UNKNOWN_GNB_DU_UE_F1AP_ID,
468    ALREADY_ALLOCATED_GNB_DU_UE_F1AP_ID,
469    UNKNOWN_UE_F1AP_ID_PAIR,
470    INCONSISTENT_UE_F1AP_ID_PAIR,
471    INTERACTION_WITH_OTHER_PROCEDURE,
472    UNSUPPORTED_QCI,
473    ACTION_REQUIRED_FOR_RADIO_REASONS,
474    RADIO_RESOURCES_UNAVAILABLE,
475    CANCELLED_PROCEDURE,
476    RELEASE_NORMAL,
477    CELL_UNAVAILABLE,
478    OTHER_RL_FAILURE,
479    UE_REJECTION,
480    RESOURCES_UNAVAILABLE_FOR_SLICE
481 }RadioNwLyrCause;
482
483 typedef enum
484 {
485    UNSPECIFIED_TRANSPORT_LAYER_CAUSE,
486    TRANSPORT_RESOURCE_UNAVAILABLE
487 }TransLyrCause;
488
489 typedef enum
490 {
491    TRANSFER_SYNTAX_ERROR,
492    ABSTRACT_SYNTAX_ERROR_REJECT,
493    ABSTRACT_SYNTAX_ERROR_IGNORE_AND_REJECT,
494    INCOMPATIBLE_MESSAGE_FOR_RECEIVER_STATE,
495    SEMANTIC_ERR,
496    ABSTRAXCT_SYNTAX_ERROR_FALSELY_CONSTRUCTED_MSG,
497    UNSPECIFIED_PROTOCOL_CAUSE
498 }ProtCause;
499
500 typedef enum
501 {
502    CONTROL_PROCESSING_OVERLOAD,
503    NOT_ENOUGH_USER,
504    PLANE_PROCESSING_RESOURCES,
505    HARDWARE_FAIL,
506    INTERVENTION_BY_O_AND_M,
507    UNSPECIFIED_MISC_CAUSE
508 }MiscFailCause;
509
510 typedef enum
511 {
512    MCS_TABLE_QAM64,
513    MCS_TABLE_QAM256,
514    MCS_TABLE_QAM64_LOW_SE
515 }McsTable;
516
517 typedef enum
518 {
519    RSRC_PRB,
520    RSRC_DRB,
521    RSRC_RRC_CONNECTED_USERS
522 }ResourceType;
523
524 typedef struct failureCause
525 {
526    CauseGrp   type;
527    union
528    {
529       RadioNwLyrCause   radioNwCause;
530       TransLyrCause     transportCause;
531       ProtCause         protcolCause;
532       MiscFailCause     miscCause;
533    }u;
534 }FailureCause;
535
536 typedef struct carrierCfg
537 {
538    bool  pres;
539    uint32_t   bw;             /* DL/UL bandwidth */
540    uint32_t   freq;           /* Absolute frequency of DL/UL point A in KHz */
541    uint16_t   k0[NUM_NUMEROLOGY];          /* K0 for DL/UL */
542    uint16_t   gridSize[NUM_NUMEROLOGY];    /* DL/UL Grid size for each numerologies */
543    uint16_t   numAnt;         /* Number of Tx/Rx antennas */
544 }CarrierCfg;
545
546 typedef struct ssbCfg
547 {
548    uint32_t    ssbPbchPwr;       /* SSB block power */
549    BchPduOpt   bchPayloadFlag;   /* Options for generation of payload */
550    uint8_t     scsCmn;           /* subcarrier spacing for common */
551    uint16_t    ssbOffsetPointA;  /* SSB subcarrier offset from point A */
552    BetaPss     betaPss;
553    SSBPeriod   ssbPeriod;        /* SSB Periodicity in msec */
554    uint8_t     ssbScOffset;       /* Subcarrier Offset */
555    uint8_t     mibPdu[3];           /* MIB payload */
556    uint32_t    ssbMask[SSB_MASK_SIZE];      /* Bitmap for actually transmitted SSB. */
557    uint8_t     beamId[NUM_SSB];
558    bool        multCarrBand;     /* Multiple carriers in a band */
559    bool        multCellCarr;     /* Multiple cells in single carrier */
560 }SsbCfg;
561
562 typedef struct fdmInfo
563 {
564    uint16_t   rootSeqIdx;        /* Root sequence index */
565    uint8_t    numRootSeq;        /* Number of root sequences required for FD */
566    uint16_t   k1;                /* Frequency Offset for each FD */
567    uint8_t    zeroCorrZoneCfg;   /* Zero correlation zone cofig */
568    uint8_t    numUnusedRootSeq;  /* Number of unused root sequence */
569    uint8_t    *unsuedRootSeq;     /* Unused root sequence per FD */
570 }PrachFdmInfo;
571
572 typedef struct prachCfg
573 {
574    bool          pres;
575    uint8_t       prachCfgIdx;         /* PRACH Cfg Index */
576    PrachSeqLen   prachSeqLen;         /* RACH Sequence length: Long/short */
577    uint8_t       prachSubcSpacing;    /* Subcarrier spacing of RACH */
578    RstSetCfg     prachRstSetCfg;      /* PRACH restricted set config */
579    uint16_t      msg1FreqStart;       /* Msg1-FrequencyStart */
580    uint8_t       msg1Fdm;             /* PRACH FDM (1,2,4,8) */
581    uint8_t       rootSeqLen;          /* Root sequence length */
582    PrachFdmInfo  fdm[8];              /* FDM info */
583    uint8_t       ssbPerRach;          /* SSB per RACH occassion */
584    bool          prachMultCarrBand;   /* Multiple carriers in Band */
585    uint8_t       prachRestrictedSet; /* Support for PRACH restricted set */
586    uint8_t       raContResTmr;        /* RA Contention Resoultion Timer */
587    uint8_t       rsrpThreshSsb;       /* RSRP Threshold SSB */
588    uint8_t       raRspWindow;         /* RA Response Window */
589 }PrachCfg;
590
591 typedef struct schPageCfg
592 {
593   uint8_t  numPO;                    /*Derived from Ns*/
594   bool     poPresent;                /*Whether FirstPDCCH-MonitoringPO is present or not*/
595   uint16_t pagingOcc[MAX_PO_PER_PF]; /*FirstPDCCH-Monitoring Paging Occasion*/
596 }SchPageCfg;
597
598 typedef struct sib1CellCfg
599 {
600    uint8_t  *sib1Pdu;
601    uint16_t sib1PduLen;
602    uint16_t sib1RepetitionPeriod;
603    uint8_t coresetZeroIndex;     /* derived from 4 LSB of pdcchSib1 present in MIB */
604    uint8_t searchSpaceZeroIndex; /* derived from 4 MSB of pdcchSib1 present in MIB */
605    uint16_t sib1Mcs;
606    SchPageCfg  pagingCfg;
607 } Sib1CellCfg; 
608
609 typedef struct bwpParams
610 {
611    uint16_t firstPrb;
612    uint16_t numPrb;
613    uint8_t  scs;
614    uint8_t  cyclicPrefix;
615 }BwpParams;
616
617 typedef struct candidatesInfo
618 {
619    uint8_t aggLevel1;
620    uint8_t aggLevel2;
621    uint8_t aggLevel4;
622    uint8_t aggLevel8;
623    uint8_t aggLevel16;
624 }CandidatesInfo;
625
626 typedef struct searchSpaceCfg
627 {
628    uint8_t searchSpaceId;
629    uint8_t coresetId;
630    uint16_t monitoringSlot;
631    uint16_t duration;
632    uint16_t monitoringSymbol;
633    CandidatesInfo candidate;
634 }SearchSpaceCfg;
635
636 typedef struct pdcchConfigCommon
637 {
638    /* only one search space is configured during SIB1 */
639    SearchSpaceCfg commonSearchSpace;
640    uint8_t raSearchSpaceId;
641 }PdcchConfigCommon;
642
643 typedef struct pdschCfgCommTimeDomRsrcAlloc
644 {
645    uint8_t k0;
646    uint8_t mappingType;
647    uint8_t startSymbol;
648    uint8_t lengthSymbol;
649 }PdschCfgCommTimeDomRsrcAlloc;
650
651 typedef struct pdschConfigCommon
652 {
653    uint8_t  numTimeDomAlloc;
654    /* PDSCH time domain DL resource allocation list */
655    PdschCfgCommTimeDomRsrcAlloc   timeDomRsrcAllocList[MAX_NUM_DL_ALLOC]; 
656 }PdschConfigCommon;
657
658 typedef struct pucchConfigCommon
659 {
660    uint8_t pucchResourceCommon;
661    uint8_t pucchGroupHopping;
662 }PucchConfigCommon;
663
664 /* PUSCH Time Domain Resource Allocation */
665 typedef struct puschTimeDomRsrcAlloc
666 {
667    uint8_t   k2;
668    CommonMappingType   mappingType;
669    uint8_t           startSymbol;
670    uint8_t           symbolLength;
671    uint8_t   startSymbolAndLength;
672 }PuschTimeDomRsrcAlloc;
673
674
675 typedef struct puschConfigCommon
676 {
677    /* PUSCH-TimeDomainResourceAllocation info */
678    uint8_t                 numTimeDomRsrcAlloc;
679    PuschTimeDomRsrcAlloc   timeDomRsrcAllocList[MAX_NUM_UL_ALLOC]; /* PUSCH time domain UL resource allocation list */
680 }PuschConfigCommon;
681
682 typedef struct bwpDlConfig
683 {
684    BwpParams      bwp;
685    PdcchConfigCommon pdcchCommon;
686    PdschConfigCommon pdschCommon;
687 }BwpDlConfig;
688
689 typedef struct bwpUlConfig
690 {
691    BwpParams      bwp;
692    // rach config common sent in PrachCfg
693    PucchConfigCommon pucchCommon;
694    PuschConfigCommon puschCommon;
695 }BwpUlConfig;
696
697 typedef struct plmnInfoList
698 {
699    Plmn           plmn;
700    uint8_t        numSupportedSlice; /* Total slice supporting */
701    Snssai         **snssai;         /* List of supporting snssai*/
702 }PlmnInfoList;
703
704 typedef struct macCellCfg
705 {
706    uint16_t       cellId;           /* Cell Id */
707    uint8_t        carrierId;        /* Carrired Index */
708    uint16_t       phyCellId;        /* Physical cell id */
709    uint8_t        numerology;       /* Supported numerology */
710    DuplexMode     dupType;          /* Duplex type: TDD/FDD */
711    CarrierCfg     dlCarrCfg;        /* DL Carrier configuration */
712    CarrierCfg     ulCarrCfg;        /* UL Carrier configuration */
713    bool           freqShft;         /* Indicates presence of 7.5kHz frequency shift */
714    SsbCfg         ssbCfg;           /* SSB configuration */          
715    PrachCfg       prachCfg;         /* PRACH Configuration */
716 #ifdef NR_TDD
717    TDDCfg         tddCfg;           /* TDD periodicity and slot configuration */
718 #endif
719    RSSIMeasUnit   rssiUnit;         /* RSSI measurement unit */
720    Sib1CellCfg    sib1Cfg;          /* SIB1 config */
721    BwpDlConfig    initialDlBwp;     /* Initial DL BWP */
722    BwpUlConfig    initialUlBwp;     /* Initial UL BWP */
723    uint8_t        dmrsTypeAPos;     /* DMRS Type A position */
724    PlmnInfoList   plmnInfoList;     /* Consits of PlmnId and Snssai list */
725    //RrmPolicy      *rrmPolicy;       /* RRM policy details */ 
726 }MacCellCfg;
727
728 typedef struct macCellCfgCfm
729 {
730    uint16_t       cellId;
731    uint8_t        rsp; 
732 }MacCellCfgCfm;
733
734 typedef struct ulCcchInd
735 {
736    uint16_t cellId;
737    uint16_t crnti;
738    uint16_t ulCcchMsgLen;
739    uint8_t  *ulCcchMsg;
740 }UlCcchIndInfo;
741
742 typedef struct dlCcchInd
743 {
744    uint16_t      cellId;
745    uint16_t      crnti;
746    DlCcchMsgType msgType;
747    uint16_t      dlCcchMsgLen;
748    uint8_t       *dlCcchMsg;
749 }DlCcchIndInfo;
750
751 typedef struct bsrTmrCfg
752 {
753    uint16_t     periodicTimer;
754    uint16_t     retxTimer;
755    uint16_t     srDelayTimer;
756 }BsrTmrCfg;
757
758
759 /* Info of Scheduling Request to Add/Modify */
760 typedef struct schedReqInfo
761 {
762    uint8_t         schedReqId;
763    SrProhibitTimer srProhibitTmr;
764    SrTransMax      srTransMax;
765 }SchedReqInfo;
766
767 /* Scheduling Request Configuration */
768 typedef struct schedReqCfg
769 {
770    uint8_t       addModListCount;
771    SchedReqInfo  addModList[MAX_NUM_SR_CFG_PER_CELL_GRP];   /* List of Scheduling req to be added/modified */
772    uint8_t       relListCount;
773    uint8_t       relList[MAX_NUM_SR_CFG_PER_CELL_GRP];      /* list of scheduling request Id to be deleted */
774 }SchedReqCfg;
775
776 typedef struct tagInfo
777 {
778    uint8_t tagId;
779    TimeAlignmentTimer timeAlignTimer;
780 }TagInfo;
781
782 typedef struct tagCfg
783 {
784    uint8_t      addModListCount;
785    TagInfo      addModList[MAC_NUM_TAGS];  /* List of Tag to Add/Modify */
786    uint8_t      relListCount;
787    uint8_t      relList[MAC_NUM_TAGS];     /* list of Tag Id to release */
788 }TagCfg;
789
790 typedef struct phrCfg
791 {
792    PhrPeriodicTimer periodicTimer;
793    PhrProhibitTimer prohibitTimer; 
794    PhrTxPwrFactorChange txPowerFactor;
795    bool     multiplePHR;       
796    bool     dummy;
797    bool     phrType2OtherCell;
798    PhrModeOtherCG phrOtherCG;
799 }PhrCfg;
800
801 typedef struct macCellGrpCfg
802 {
803    SchedReqCfg schReqCfg;
804    TagCfg      tagCfg;
805    BsrTmrCfg   bsrTmrCfg;
806    bool        phrCfgSetupPres;   /* true/false: phrCfgSetup/phrCfgRelease */
807    PhrCfg      phrCfg;
808 }MacCellGrpCfg;
809
810 typedef struct phyCellGrpCfg
811 {
812    PdschHarqAckCodebook  pdschHarqAckCodebook;
813    uint8_t    pNrFr1;
814 }PhyCellGrpCfg;
815
816 /* Control resource set info */
817 typedef struct controlRsrcSet
818 {
819    uint8_t     cRSetId;                /* Control resource set id */
820    uint8_t     freqDomainRsrc[FREQ_DOM_RSRC_SIZE];  /* Frequency domain resource */
821    uint8_t     duration;
822    REGMappingType cceRegMappingType;
823    PrecoderGranul precoderGranularity;
824    uint16_t    dmrsScramblingId;
825 }ControlRsrcSet;
826
827 /* Search Space info */
828 typedef struct searchSpace
829 {
830    uint8_t     searchSpaceId;
831    uint8_t     cRSetId;
832    MSlotPeriodAndOffset  mSlotPeriodicityAndOffset;
833    uint8_t     mSymbolsWithinSlot[MONITORING_SYMB_WITHIN_SLOT_SIZE];
834    AggrLevel   numCandidatesAggLevel1;      /* Number of candidates for aggregation level 1 */
835    AggrLevel   numCandidatesAggLevel2;      /* Number of candidates for aggregation level 2 */
836    AggrLevel   numCandidatesAggLevel4;      /* Number of candidates for aggregation level 4 */
837    AggrLevel   numCandidatesAggLevel8;      /* Number of candidates for aggregation level 8 */
838    AggrLevel   numCandidatesAggLevel16;     /* Number of candidates for aggregation level 16 */
839    SearchSpaceType searchSpaceType;
840    uint8_t     ueSpecificDciFormat;
841 }SearchSpace;
842
843 /* PDCCH cofniguration */
844 typedef struct pdcchConfig
845 {
846    uint8_t           numCRsetToAddMod;
847    ControlRsrcSet    cRSetToAddModList[MAX_NUM_CRSET];           /* List of control resource set to add/modify */
848    uint8_t           numCRsetToRel;
849    uint8_t           cRSetToRelList[MAX_NUM_CRSET];              /* List of control resource set to release */
850    uint8_t           numSearchSpcToAddMod;
851    SearchSpace       searchSpcToAddModList[MAX_NUM_SEARCH_SPC];  /* List of search space to add/modify */
852    uint8_t           numSearchSpcToRel;
853    uint8_t           searchSpcToRelList[MAX_NUM_SEARCH_SPC];     /* List of search space to release */
854 }PdcchConfig;
855
856 /* PDSCH time domain resource allocation */
857 typedef struct pdschTimeDomRsrcAlloc
858 {
859    uint8_t           *k0;
860    CommonMappingType mappingType;
861    uint8_t           startSymbol;
862    uint8_t           symbolLength;
863    uint8_t           startSymbolAndLength;
864 }PdschTimeDomRsrcAlloc;
865
866
867 typedef struct pdschBundling
868 {
869    struct staticBundling
870    {
871      BundlingSizeSet2 size;
872    }StaticBundling;
873    struct dynamicBundling
874    {
875      BundlingSizeSet1 sizeSet1;
876      BundlingSizeSet2 sizeSet2;
877    }DynamicBundling;
878 }PdschBundling;
879
880 /* DMRS downlink configuration */
881 typedef struct dmrsDlCfg
882 {
883    AddPosType  addPos;       /* DMRS additional position */
884 }DmrsDlCfg;
885
886 /* PDSCH Configuration */
887 typedef struct pdschConfig
888 {
889    DmrsDlCfg               dmrsDlCfgForPdschMapTypeA;
890    ResAllocType            resourceAllocType;
891    uint8_t                 numTimeDomRsrcAlloc;
892    PdschTimeDomRsrcAlloc   timeDomRsrcAllociList[MAX_NUM_DL_ALLOC]; /* PDSCH time domain DL resource allocation list */
893    RBGSize                 rbgSize;
894    CodeWordsSchedDci       numCodeWordsSchByDci;                    /* Number of code words scheduled by DCI */
895    BundlingType            bundlingType;
896    PdschBundling           bundlingInfo;
897 }PdschConfig;
898
899 /* Initial Downlink BWP */
900 typedef struct initialDlBwp
901 {
902    bool          pdcchPresent;
903    PdcchConfig   pdcchCfg;
904    bool          pdschPresent;
905    PdschConfig   pdschCfg;
906 }InitialDlBwp;
907
908 /* BWP Downlink common */
909 typedef struct bwpDlCommon
910 {
911 }BwpDlCommon;
912
913 /* Downlink BWP information */
914 typedef struct dlBwpInfo
915 {
916    uint8_t          bwpId;
917 }DlBwpInfo;
918
919 /* PDCCH Serving Cell configuration */
920 typedef struct pdschServCellCfg
921 {
922    uint8_t              *maxMimoLayers;           
923    NumHarqProcForPdsch  numHarqProcForPdsch;
924    MaxCodeBlkGrpPerTB   *maxCodeBlkGrpPerTb;
925    bool                 *codeBlkGrpFlushInd;
926    PdschXOverhead       *xOverhead;
927 }PdschServCellCfg;
928
929 /* PUCCH Configuration */
930
931 typedef struct pucchResrcSetInfo
932 {
933    uint8_t resrcSetId;
934    uint8_t resrcListCount;
935    uint8_t resrcList[MAX_NUM_PUCCH_PER_RESRC_SET];
936    uint8_t maxPayLoadSize;
937 }PucchResrcSetInfo;
938
939 typedef struct pucchResrcSetCfg
940 {
941    uint8_t resrcSetToAddModListCount;
942    PucchResrcSetInfo resrcSetToAddModList[MAX_NUM_PUCCH_RESRC_SET];
943    uint8_t resrcSetToRelListCount;
944    uint8_t resrcSetToRelList[MAX_NUM_PUCCH_RESRC];
945 }PucchResrcSetCfg;
946
947 typedef struct pucchFormat0
948 {
949    uint8_t initialCyclicShift;
950    uint8_t numSymbols;
951    uint8_t startSymbolIdx;
952 }PucchFormat0;
953
954 typedef struct pucchFormat1
955 {
956    uint8_t initialCyclicShift;
957    uint8_t numSymbols;
958    uint8_t startSymbolIdx;
959    uint8_t timeDomOCC;
960 }PucchFormat1;
961
962 typedef struct pucchFormat2_3
963 {
964    uint8_t numPrbs;
965    uint8_t numSymbols;
966    uint8_t startSymbolIdx;
967 }PucchFormat2_3;
968
969 typedef struct pucchFormat4
970 {
971    uint8_t numSymbols;
972    uint8_t occLen;
973    uint8_t occIdx;
974    uint8_t startSymbolIdx;
975 }PucchFormat4;
976
977 typedef struct pucchResrcInfo
978 {
979    uint8_t  resrcId;
980    uint16_t startPrb;
981    uint8_t  intraFreqHop;
982    uint16_t secondPrbHop;
983    uint8_t  pucchFormat;
984    union
985    {
986       PucchFormat0   *format0; 
987       PucchFormat1   *format1;
988       PucchFormat2_3 *format2;
989       PucchFormat2_3 *format3;
990       PucchFormat4   *format4;
991    }PucchFormat;
992 }PucchResrcInfo;
993
994 typedef struct pucchResrcCfg
995 {
996    uint8_t resrcToAddModListCount;
997    PucchResrcInfo resrcToAddModList[MAX_NUM_PUCCH_RESRC];
998    uint8_t resrcToRelListCount;
999    uint8_t resrcToRelList[MAX_NUM_PUCCH_RESRC];
1000 }PucchResrcCfg;
1001
1002 typedef struct pucchFormatCfg
1003 {
1004    bool interSlotFreqHop;
1005    bool addDmrs;
1006    uint8_t maxCodeRate;
1007    uint8_t numSlots;
1008    bool    pi2BPSK;
1009    bool    harqAckCSI;
1010 }PucchFormatCfg;
1011
1012 typedef struct schedReqResrcInfo
1013 {
1014    uint8_t resrcId;
1015    uint8_t requestId;
1016    uint8_t periodicity;
1017    uint16_t offset;
1018    uint8_t resrc;
1019 }SchedReqResrcInfo;
1020
1021 typedef struct pucchSchedReqCfg
1022 {
1023    uint8_t           schedAddModListCount;
1024    SchedReqResrcInfo schedAddModList[MAX_NUM_SR_CFG_PER_CELL_GRP];
1025    uint8_t           schedRelListCount;
1026    uint8_t           schedRelList[MAX_NUM_SR_CFG_PER_CELL_GRP];
1027 }PucchSchedReqCfg;
1028
1029 typedef struct spatialRelationInfo
1030 {
1031    uint8_t spatialRelationId;
1032    uint8_t servCellIdx;
1033    uint8_t pathLossRefRSId;
1034    uint8_t p0PucchId;
1035    uint8_t closeLoopIdx;
1036 }SpatialRelationInfo;
1037
1038 typedef struct pucchSpatialCfg
1039 {
1040    uint8_t spatialAddModListCount;
1041    SpatialRelationInfo spatialAddModList[MAX_NUM_SPATIAL_RELATIONS];
1042    uint8_t spatialRelListCount;
1043    uint8_t spatialRelList[MAX_NUM_SPATIAL_RELATIONS];
1044 }PucchSpatialCfg;
1045
1046 typedef struct p0PucchCfg
1047 {
1048    uint8_t p0PucchId;
1049    int     p0PucchVal;
1050 }P0PucchCfg;
1051
1052 typedef struct pathLossRefRSCfg
1053 {
1054    uint8_t pathLossRefRSId;
1055 }PathLossRefRSCfg;
1056
1057 typedef struct pucchMultiCsiCfg
1058 {
1059    uint8_t  multiCsiResrcListCount;
1060    uint8_t  multiCsiResrcList[MAX_NUM_PUCCH_RESRC-1];
1061 }PucchMultiCsiCfg;
1062
1063 typedef struct pucchDlDataToUlAck
1064 {
1065    uint8_t  dlDataToUlAckListCount;
1066    uint8_t  dlDataToUlAckList[MAX_NUM_DL_DATA_TO_UL_ACK];
1067 }PucchDlDataToUlAck;
1068
1069 typedef struct pucchPowerControl
1070 {
1071    int deltaF_Format0;
1072    int deltaF_Format1;
1073    int deltaF_Format2;
1074    int deltaF_Format3;
1075    int deltaF_Format4;
1076    uint8_t p0SetCount;
1077    P0PucchCfg p0Set[MAX_NUM_PUCCH_P0_PER_SET];
1078    uint8_t pathLossRefRSListCount;
1079    PathLossRefRSCfg pathLossRefRSList[MAX_NUM_PATH_LOSS_REF_RS];
1080 }PucchPowerControl;
1081
1082 typedef struct pucchCfg
1083 {
1084    PucchResrcSetCfg  *resrcSet;
1085    PucchResrcCfg     *resrc;
1086    PucchFormatCfg    *format1; 
1087    PucchFormatCfg    *format2; 
1088    PucchFormatCfg    *format3; 
1089    PucchFormatCfg    *format4;
1090    PucchSchedReqCfg  *schedReq;
1091    PucchMultiCsiCfg  *multiCsiCfg;
1092    PucchSpatialCfg   *spatialInfo;
1093    PucchDlDataToUlAck *dlDataToUlAck;
1094    PucchPowerControl *powerControl;
1095 }PucchCfg;
1096
1097 /* Transform precoding disabled */
1098 typedef struct transPrecodDisabled
1099 {
1100    uint16_t   scramblingId0;
1101 }TransPrecodDisabled;
1102
1103 /* DMRS Uplink configuration */
1104 typedef struct dmrsUlCfg
1105 {
1106    AddPosType            addPos;               /* DMRS additional position */
1107    TransPrecodDisabled   transPrecodDisabled;  /* Transform precoding disabled */
1108 }DmrsUlCfg;
1109
1110 /* PUSCH Configuration */
1111 typedef struct puschCfg
1112 {
1113    uint8_t                 dataScramblingId;
1114    DmrsUlCfg               dmrsUlCfgForPuschMapTypeA;
1115    ResAllocType            resourceAllocType;
1116    uint8_t                 numTimeDomRsrcAlloc;
1117    PuschTimeDomRsrcAlloc   timeDomRsrcAllocList[MAX_NUM_UL_ALLOC]; /* PUSCH time domain UL resource allocation list */
1118    TransformPrecoder       transformPrecoder;
1119 }PuschCfg;
1120
1121 /* Initial Uplink BWP */
1122 typedef struct initialUlBwp
1123 {
1124    bool       pucchPresent;
1125    PucchCfg   pucchCfg; 
1126    bool       puschPresent;
1127    PuschCfg   puschCfg;
1128 }InitialUlBwp;
1129
1130 /* Uplink BWP information */
1131 typedef struct ulBwpInfo
1132 {
1133    uint8_t        bwpId;
1134 }UlBwpInfo;
1135
1136 /* Serving cell configuration */
1137 typedef struct servCellCfgInfo
1138 {
1139    InitialDlBwp       initDlBwp;
1140    uint8_t            numDlBwpToAdd;
1141    DlBwpInfo          DlBwpToAddList[MAX_NUM_BWP];
1142    uint8_t            firstActvDlBwpId;
1143    uint8_t            defaultDlBwpId;
1144    uint8_t            *bwpInactivityTmr;
1145    PdschServCellCfg   pdschServCellCfg;
1146    InitialUlBwp       initUlBwp;
1147    uint8_t            numUlBwpToAdd;
1148    UlBwpInfo          UlBwpToAddList[MAX_NUM_BWP];
1149    uint8_t            firstActvUlBwpId;
1150 }ServCellCfgInfo;
1151
1152 /* Special cell configuration */
1153 typedef struct spCellCfg
1154 {
1155    uint8_t           servCellIdx;
1156    ServCellCfgInfo   servCellCfg;
1157 }SpCellCfg;
1158
1159 typedef struct ambrCfg
1160 {
1161    uint32_t ulBr;   /* UL Bit rate */
1162 }AmbrCfg;
1163
1164 typedef struct nonDynFiveQi
1165 {
1166    uint16_t   fiveQi;
1167    uint8_t    priorLevel;
1168    uint16_t   avgWindow;
1169    uint16_t   maxDataBurstVol;
1170 }NonDynFiveQi;
1171
1172 typedef struct dynFiveQi
1173 {
1174    uint8_t    priorLevel;
1175    uint16_t   packetDelayBudget;
1176    uint8_t    packetErrRateScalar;
1177    uint8_t    packetErrRateExp;
1178    uint16_t   fiveQi;
1179    uint8_t    delayCritical;
1180    uint16_t   avgWindow;
1181    uint16_t   maxDataBurstVol;
1182 }DynFiveQi;
1183
1184 typedef struct ngRanAllocAndRetPri
1185 {
1186    uint8_t priorityLevel;
1187    uint8_t preEmptionCap;
1188    uint8_t preEmptionVul;
1189 }NgRanAllocAndRetPri;
1190
1191 typedef struct grbQosInfo
1192 {
1193    uint32_t maxFlowBitRateDl;
1194    uint32_t maxFlowBitRateUl;
1195    uint32_t guarFlowBitRateDl;
1196    uint32_t guarFlowBitRateUl;
1197 }GrbQosInfo;
1198
1199 typedef struct drbQos
1200 {
1201    QosType  fiveQiType;   /* Dynamic or non-dynamic */ 
1202    union
1203    {
1204       NonDynFiveQi   nonDyn5Qi;
1205       DynFiveQi      dyn5Qi;
1206    }u;
1207    NgRanAllocAndRetPri ngRanRetPri;
1208    GrbQosInfo grbQosInfo;
1209    uint16_t             pduSessionId;
1210    uint32_t             ulPduSessAggMaxBitRate;
1211 }DrbQosInfo;
1212
1213 typedef struct ulLcCfg
1214 {
1215    uint8_t priority;
1216    uint8_t lcGroup;
1217    uint8_t schReqId;
1218    PBitRate pbr;        // prioritisedBitRate
1219    BucketSizeDur bsd;        // bucketSizeDuration
1220 }UlLcCfg;
1221
1222 typedef struct duLcCfg
1223 {
1224    LcPriority lcp;      // logical Channel Prioritization
1225 }DlLcCfg;
1226
1227 typedef struct lcCfg
1228 {
1229    ConfigType configType;
1230    uint8_t lcId;
1231    DrbQosInfo *drbQos; 
1232    Snssai  *snssai;
1233    bool ulLcCfgPres;
1234    UlLcCfg ulLcCfg;
1235    DlLcCfg dlLcCfg;
1236 }LcCfg;
1237
1238 typedef struct modulationInfo
1239 {
1240    uint8_t     modOrder;    /* Modulation order */
1241    uint8_t     mcsIndex;    /* MCS Index */
1242    McsTable    mcsTable;    /* MCS table */
1243 }ModulationInfo;
1244
1245 typedef struct macUeCfg
1246 {
1247    uint16_t cellId;
1248    uint8_t  ueId;
1249    uint8_t  duUeF1apId;
1250    uint16_t crnti;
1251    bool macCellGrpCfgPres;
1252    MacCellGrpCfg macCellGrpCfg;
1253    bool phyCellGrpCfgPres;
1254    PhyCellGrpCfg phyCellGrpCfg;
1255    bool spCellCfgPres;
1256    SpCellCfg spCellCfg;
1257    AmbrCfg   *ambrCfg;
1258    ModulationInfo dlModInfo;    /* DL modulation info */
1259    ModulationInfo ulModInfo;    /* UL modulation info */
1260    uint8_t numLcs;
1261    LcCfg lcCfgList[MAX_NUM_LC];
1262    UeCfgState macUeCfgState;    /* InActive / Completed */
1263 }MacUeCfg;
1264
1265 typedef struct nrcgi
1266 {
1267    Plmn      plmn;
1268    uint16_t  cellId;
1269 }Nrcgi;
1270
1271 typedef struct srbFailInfo
1272 {
1273    uint8_t       srbId;
1274    FailureCause  cause;
1275 }SRBFailInfo;
1276
1277 typedef struct drbFailInfo
1278 {
1279    uint8_t       drbId;
1280    FailureCause  cause;
1281 }DRBFailInfo;
1282
1283 typedef struct sCellFailInfo
1284 {
1285    Nrcgi         nrcgi;
1286    FailureCause  cause;
1287 }SCellFailInfo;
1288
1289 typedef struct ueCfgRsp
1290 {
1291    uint16_t       cellId;
1292    uint16_t       duUeF1apId;
1293    MacRsp         result;
1294    uint8_t        numSRBFailed;   /* valid values : 0 to MAX_NUM_SRB */ 
1295    SRBFailInfo    *failedSRBlisti;
1296    uint8_t        numDRBFailed;   /* valid values : 0 to MAX_NUM_DRB */
1297    DRBFailInfo    *failedDRBlist;
1298    uint8_t        numSCellFailed; /* valid values : 0 to MAX_NUM_SCELL */
1299    SCellFailInfo  *failedSCellList;
1300 }MacUeCfgRsp;
1301
1302 typedef struct ueDelete
1303 {
1304     uint16_t cellId;
1305     uint8_t  ueId;
1306     uint16_t crnti;
1307 }MacUeDelete;
1308
1309 typedef struct ueDeleteRsp
1310 {
1311    uint16_t cellId;
1312    uint8_t  ueId;
1313    UeDeleteStatus result;
1314 }MacUeDeleteRsp;
1315
1316 typedef struct macCellDelete
1317 {
1318    uint16_t cellId;
1319 }MacCellDelete;
1320
1321 typedef struct macCellDeleteRsp
1322 {
1323    uint16_t cellId;
1324    CellDeleteStatus result;
1325 }MacCellDeleteRsp;
1326
1327 typedef struct macSliceRsp
1328 {
1329    Snssai     snssai;
1330    MacRsp     rsp;
1331    RspReason  cause;  
1332 }MacSliceRsp;
1333
1334 typedef struct rrmPolicyRatio
1335 {
1336    uint8_t policyMaxRatio;
1337    uint8_t policyMinRatio;
1338    uint8_t policyDedicatedRatio;
1339 }RrmPolicyRatio;
1340
1341 typedef struct macSliceRrmPolicy
1342 {
1343    Snssai  snssai;
1344    RrmPolicyRatio *rrmPolicyRatio;
1345 }MacSliceRrmPolicy;
1346
1347 typedef struct macSliceCfgReq
1348 {
1349    uint8_t  numOfConfiguredSlice;
1350    MacSliceRrmPolicy **listOfSliceCfg;
1351 }MacSliceCfgReq;
1352
1353 typedef struct macSliceCfgRsp
1354 {
1355    uint8_t  numSliceCfgRsp;
1356    MacSliceRsp  **listOfSliceCfgRsp;
1357 }MacSliceCfgRsp;
1358
1359 /* Functions for slot Ind from MAC to DU APP*/
1360 typedef uint8_t (*DuMacCellUpInd) ARGS((
1361          Pst       *pst,
1362          OduCellId *cellId ));
1363
1364 /* Functions for slot Ind from MAC to DU APP*/
1365 typedef uint8_t (*DuMacSlotInd) ARGS((
1366          Pst       *pst,
1367          SlotTimingInfo *slotIndInfo));
1368
1369 /* Functions for stop Ind from MAC to DU APP*/
1370 typedef uint8_t (*DuMacStopInd) ARGS((
1371          Pst        *pst,
1372          OduCellId  *cellId ));
1373
1374 /* Functions for mac cell start req */
1375 typedef uint8_t (*DuMacCellStart) ARGS((
1376          Pst        *pst, 
1377          OduCellId  *cellId));
1378
1379 /* Functions for mac cell stop request */
1380 typedef uint8_t (*DuMacCellStop) ARGS((
1381          Pst        *pst,
1382          OduCellId  *cellId ));
1383
1384 /* Function pointers for packing macCellCfg Request and Confirm */
1385 typedef uint8_t (*packMacCellCfgReq) ARGS((
1386          Pst           *pst,
1387          MacCellCfg    *macCellCfg ));
1388
1389 typedef uint8_t (*packMacCellCfgConfirm) ARGS((
1390          Pst              *pst,
1391          MacCellCfgCfm    *macCellCfgCfm ));
1392
1393 typedef uint8_t (*DuMacCellCfgReq) ARGS((
1394          Pst        *pst,        
1395          MacCellCfg *macCellCfg));
1396
1397 typedef uint8_t (*DuMacCellCfgCfm) ARGS((
1398          Pst        *pst,        
1399          MacCellCfgCfm *macCellCfgCfm ));
1400
1401 /* Functions for UL CCCH Ind from MAC to DU APP*/
1402 typedef uint8_t (*DuMacUlCcchInd) ARGS((
1403          Pst           *pst,
1404          UlCcchIndInfo *ulCcchIndInfo ));
1405
1406 /* Functions for DL CCCH Ind from DU APP to MAC*/
1407 typedef uint8_t (*DuMacDlCcchInd) ARGS((
1408          Pst           *pst,
1409          DlCcchIndInfo *dlCcchIndInfo ));
1410
1411 /* UE create Request from DU APP to MAC*/
1412 typedef uint8_t (*DuMacUeCreateReq) ARGS((
1413          Pst           *pst,
1414          MacUeCfg      *ueCfg ));
1415
1416 /* UE create Response from MAC to DU APP */
1417 typedef uint8_t (*MacDuUeCfgRspFunc) ARGS((
1418          Pst           *pst, 
1419          MacUeCfgRsp   *cfgRsp));
1420
1421 /* UE Reconfig Request from DU APP to MAC*/
1422 typedef uint8_t (*DuMacUeReconfigReq) ARGS((
1423          Pst           *pst,
1424          MacUeCfg      *ueCfg ));
1425
1426 /* UE Delete Request from DU APP to MAC*/
1427 typedef uint8_t (*DuMacUeDeleteReq) ARGS((
1428      Pst           *pst,
1429      MacUeDelete   *ueDel ));
1430
1431 /* UE Delete Response from MAC to DU APP*/
1432 typedef uint8_t (*MacDuUeDeleteRspFunc) ARGS((
1433      Pst            *pst,
1434      MacUeDeleteRsp *deleteRsp));
1435
1436 /* Cell Delete Request from DU APP to MAC*/
1437 typedef uint8_t (*DuMacCellDeleteReq) ARGS((
1438      Pst           *pst,
1439      MacCellDelete *cellDelete ));
1440
1441 /* Cell Delete Response from MAC to DU APP*/
1442 typedef uint8_t (*MacDuCellDeleteRspFunc) ARGS((
1443      Pst            *pst,
1444      MacCellDeleteRsp *cellDeleteRsp));
1445
1446 /* Slice Cfg Request from DU APP to MAC*/
1447 typedef uint8_t (*DuMacSliceCfgReq) ARGS((
1448      Pst           *pst,
1449      MacSliceCfgReq *CfgReq));
1450
1451 /* Slice Cfg Response from MAC to DU APP */
1452 typedef uint8_t (*MacDuSliceCfgRspFunc) ARGS((
1453          Pst           *pst, 
1454          MacSliceCfgRsp   *cfgRsp));
1455
1456 /* Slice ReReCfg Request from DU APP to MAC*/
1457 typedef uint8_t (*DuMacSliceRecfgReq) ARGS((
1458      Pst           *pst,
1459      MacSliceCfgReq *CfgReq));
1460
1461 /* Slice ReReCfg Response from MAC to DU APP */
1462 typedef uint8_t (*MacDuSliceReCfgRspFunc) ARGS((
1463         Pst           *pst,
1464         MacSliceCfgRsp   *cfgRsp));
1465
1466
1467 uint8_t packMacCellUpInd(Pst *pst, OduCellId *cellId);
1468 uint8_t unpackMacCellUpInd(DuMacCellUpInd func, Pst *pst, Buffer *mBuf);
1469 uint8_t duHandleCellUpInd(Pst *pst, OduCellId *cellId);
1470 uint8_t packMacCellStart(Pst *pst, OduCellId *cellId);
1471 uint8_t unpackMacCellStart(DuMacCellStart func, Pst *pst, Buffer *mBuf);
1472 uint8_t MacProcCellStart(Pst *pst, OduCellId *cellId);
1473 uint8_t packMacCellStop(Pst *pst, OduCellId *cellId);
1474 uint8_t unpackMacCellStop(DuMacCellStop func, Pst *pst, Buffer *mBuf);
1475 uint8_t MacProcCellStop(Pst *pst, OduCellId *cellId);
1476 uint8_t packMacCellCfg(Pst *pst, MacCellCfg *macCellCfg);
1477 uint8_t unpackDuMacCellCfg(DuMacCellCfgReq func,  Pst *pst,  Buffer *mBuf);
1478 uint8_t MacProcCellCfgReq(Pst *pst, MacCellCfg *macCellCfg);
1479 uint8_t packMacCellCfgCfm(Pst *pst, MacCellCfgCfm *macCellCfgCfm);
1480 uint8_t unpackMacCellCfgCfm(DuMacCellCfgCfm func, Pst *pst, Buffer *mBuf);
1481 uint8_t duHandleMacCellCfgCfm(Pst *pst, MacCellCfgCfm *macCellCfgCfm);
1482 uint8_t packMacStopInd(Pst *pst, OduCellId *cellId);
1483 uint8_t unpackMacStopInd(DuMacStopInd func, Pst *pst, Buffer *mBuf);
1484 uint8_t duHandleStopInd(Pst *pst, OduCellId *cellId);
1485 uint8_t packMacUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo);
1486 uint8_t unpackMacUlCcchInd(DuMacUlCcchInd func, Pst *pst, Buffer *mBuf);
1487 uint8_t duHandleUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo);
1488 uint8_t packMacDlCcchInd(Pst *pst, DlCcchIndInfo *dlCcchIndInfo);
1489 uint8_t unpackMacDlCcchInd(DuMacDlCcchInd func, Pst *pst, Buffer *mBuf);
1490 uint8_t MacProcDlCcchInd(Pst *pst, DlCcchIndInfo *dlCcchIndInfo);
1491 uint8_t packDuMacUeCreateReq(Pst *pst, MacUeCfg *ueCfg);
1492 uint8_t unpackMacUeCreateReq(DuMacUeCreateReq func, Pst *pst, Buffer *mBuf);
1493 uint8_t MacProcUeCreateReq(Pst *pst, MacUeCfg *ueCfg);
1494 uint8_t sendStopIndMacToDuApp(uint16_t cellId);
1495 uint8_t packDuMacUeCfgRsp(Pst *pst, MacUeCfgRsp *cfgRsp);
1496 uint8_t unpackDuMacUeCfgRsp(MacDuUeCfgRspFunc func, Pst *pst, Buffer *mBuf);
1497 uint8_t DuProcMacUeCfgRsp(Pst *pst, MacUeCfgRsp *cfgRsp);
1498 uint8_t packDuMacUeReconfigReq(Pst *pst, MacUeCfg *ueCfg);
1499 uint8_t unpackMacUeReconfigReq(DuMacUeReconfigReq func, Pst *pst, Buffer *mBuf);
1500 uint8_t MacProcUeReconfigReq(Pst *pst, MacUeCfg *ueCfg);
1501 uint8_t packDuMacUeDeleteReq(Pst *pst, MacUeDelete *ueDelete);
1502 uint8_t MacProcUeDeleteReq(Pst *pst,  MacUeDelete *ueDelete);
1503 uint8_t unpackMacUeDeleteReq(DuMacUeDeleteReq func, Pst *pst, Buffer *mBuf);
1504 uint8_t packDuMacUeDeleteRsp(Pst *pst, MacUeDeleteRsp *deleteRsp);
1505 uint8_t DuProcMacUeDeleteRsp(Pst *pst, MacUeDeleteRsp *deleteRsp);
1506 uint8_t unpackDuMacUeDeleteRsp(MacDuUeDeleteRspFunc func, Pst *pst, Buffer *mBuf);
1507 uint8_t packDuMacCellDeleteReq(Pst *pst, MacCellDelete *cellDelete);
1508 uint8_t MacProcCellDeleteReq(Pst *pst, MacCellDelete *cellDelete);
1509 uint8_t unpackMacCellDeleteReq(DuMacCellDeleteReq func, Pst *pst, Buffer *mBuf);
1510 uint8_t packDuMacCellDeleteRsp(Pst *pst, MacCellDeleteRsp *cellDeleteRsp);
1511 uint8_t DuProcMacCellDeleteRsp(Pst *pst, MacCellDeleteRsp *cellDeleteRsp);
1512 uint8_t unpackDuMacCellDeleteRsp(MacDuCellDeleteRspFunc func, Pst *pst, Buffer *mBuf);
1513 uint8_t packDuMacSliceCfgReq(Pst *pst, MacSliceCfgReq *sliceCfgReq);
1514 uint8_t MacProcSliceCfgReq(Pst *pst, MacSliceCfgReq *sliceCfgReq);
1515 uint8_t unpackMacSliceCfgReq(DuMacSliceCfgReq func, Pst *pst, Buffer *mBuf);
1516 uint8_t DuProcMacSliceCfgRsp(Pst *pst,  MacSliceCfgRsp *cfgRsp);
1517 uint8_t packDuMacSliceCfgRsp(Pst *pst, MacSliceCfgRsp *cfgRsp);
1518 uint8_t unpackDuMacSliceCfgRsp(MacDuSliceCfgRspFunc func, Pst *pst, Buffer *mBuf);
1519 uint8_t packDuMacSliceRecfgReq(Pst *pst, MacSliceCfgReq *sliceReCfgReq);
1520 uint8_t MacProcSliceReCfgReq(Pst *pst, MacSliceCfgReq *sliceReCfgReq);
1521 uint8_t unpackMacSliceReCfgReq(DuMacSliceRecfgReq func, Pst *pst, Buffer *mBuf);
1522 uint8_t DuProcMacSliceReCfgRsp(Pst *pst,  MacSliceCfgRsp *cfgRsp);
1523 uint8_t packDuMacSliceReCfgRsp(Pst *pst, MacSliceCfgRsp *cfgRsp);
1524 uint8_t unpackDuMacSliceReCfgRsp(MacDuSliceReCfgRspFunc func, Pst *pst, Buffer *mBuf);
1525 uint8_t duHandleSlotInd(Pst *pst, SlotTimingInfo *slotIndInfo);
1526 uint8_t packMacSlotInd(Pst *pst, SlotTimingInfo *slotIndInfo);
1527 uint8_t unpackDuMacSlotInd(DuMacSlotInd func, Pst *pst, Buffer *mBuf);
1528
1529 #endif
1530
1531
1532 /**********************************************************************
1533   End of file
1534  **********************************************************************/