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