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