[Issue-ID : ODUHIGH-486] SCTP Port fix at F1 and E2 interface
[o-du/l2.git] / src / du_app / du_cfg.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 #ifndef __DU_CONFIG_H_
20 #define __DU_CONFIG_H__
21
22 #ifdef O1_ENABLE
23 #include "CmInterface.h"
24 #endif
25
26 /* MACROS */
27 #define DU_INST 0
28 #define DU_ID 1
29
30 #ifndef O1_ENABLE
31 #define DU_IP_V4_ADDR "192.168.130.81"
32 #define CU_IP_V4_ADDR "192.168.130.82"
33 #define RIC_IP_V4_ADDR "192.168.130.80"
34
35 #define F1_SCTP_PORT 38472
36 #define E2_SCTP_PORT 36421
37 #endif
38
39 #define DU_EGTP_PORT  39001
40 #define CU_EGTP_PORT  39003
41 #define NR_PCI 1
42 #define NR_CELL_ID 1
43
44 #define DU_NAME "ORAN OAM DU"
45 #define CELL_TYPE SMALL
46
47 //TODO: while testing for TDD, Mu1 and 100 MHz, this flag must be enabled
48 #ifdef NR_TDD
49 #define DUPLEX_MODE DUP_MODE_TDD
50 #define NR_NUMEROLOGY 1
51 #define NR_DL_ARFCN 623400
52 #define NR_UL_ARFCN 623400
53 #define NR_FREQ_BAND 78
54 #define NR_SCS SCS_30KHZ
55 #define NR_BANDWIDTH BANDWIDTH_100MHZ
56 #else
57 #define DUPLEX_MODE DUP_MODE_FDD
58 #define NR_NUMEROLOGY 0
59 #define NR_DL_ARFCN 428000
60 #define NR_UL_ARFCN 390000
61 #define NR_FREQ_BAND 1
62 #define NR_SCS SCS_15KHZ
63 #define NR_BANDWIDTH BANDWIDTH_20MHZ
64 #endif
65
66 #define TRANS_ID 1
67 #define DU_TAC 1
68 #define PLMN_MCC0 3
69 #define PLMN_MCC1 1
70 #define PLMN_MCC2 1
71 #define PLMN_MNC0 4
72 #define PLMN_MNC1 8
73 #define PLMN_MNC2 0
74 #define PLMN_SIZE 3
75
76 /* Spec 38.104 Table 5.4.2.3-1:Applicable NR-ARFCN per operating band in FR1 */
77 #define SUL_ARFCN 100
78 #define SUL_BAND 2
79
80 #define TIME_CFG 0
81 #define CARRIER_IDX 1
82 #define NUM_TX_ANT 2
83 #define NUM_RX_ANT 2
84 #define FREQ_SHIFT_7P5KHZ FALSE
85 #define SSB_PBCH_PWR 0
86 #define BCH_PAYLOAD PHY_GEN_TIMING_PBCH_BIT
87 #define NORMAL_CYCLIC_PREFIX 0
88 #define OFFSET_TO_POINT_A 24                     /* PRB Offset to Point A */
89 #define BETA_PSS BETA_PSS_0DB  
90 #define SSB_PERIODICITY 20
91 #define SSB_SUBCARRIER_OFFSET 0               
92 #define SSB_MULT_CARRIER_BAND FALSE
93 #define MULT_CELL_CARRIER FALSE
94 #define FREQ_LOC_BW  28875             /* DL frequency location and bandwidth. Spec 38.508 Table 4.3.1.0B-1*/
95 #define UL_P_MAX  23
96 #define DMRS_TYPE_A_POS 2
97 #define NUM_SYMBOLS_PER_SLOT 14       /* Number of symbols within a slot */
98 #define CORESET0_END_PRB   48
99 #define CORESET1_NUM_PRB   24
100
101 /* MACRO defines for PRACH Configuration */
102 #ifndef NR_TDD
103 #define PRACH_CONFIG_IDX   16
104 #else
105 #define PRACH_CONFIG_IDX   88
106 #endif
107 #define PRACH_MAX_PRB  24  /* As per (spec 38.211-Table 6.3.3.2-1), max allocated PRBs can go upto 24 */
108 #define PRACH_FREQ_START  (MAX_NUM_RB - PRACH_MAX_PRB) /* In order to allocate PRACH from end of the resource grid */
109 #define PRACH_SEQ_LEN SHORT_SEQUENCE
110 #define PRACH_SUBCARRIER_SPACING NR_SCS
111 #define PRACH_RESTRICTED_SET_CFG 0
112 #define NUM_PRACH_FDM 1
113 #define ROOT_SEQ_IDX 0
114 #define NUM_ROOT_SEQ 1
115 #define ZERO_CORRELATION_ZONE_CFG 4
116 #define NUM_UNUSED_ROOT_SEQ 0
117 #define UNUSED_ROOT_SEQ 1
118 #define SSB_PER_RACH 1
119 #define CB_PREAMBLE_PER_SSB 8
120 #define PRACH_MULT_CARRIER_BAND FALSE
121 #define PRACH_PREAMBLE_RCVD_TGT_PWR  -74   
122 #define NUM_RA_PREAMBLE  63
123 #define RSRP_THRESHOLD_SSB   31
124
125 #ifdef NR_TDD
126 #define TDD_PERIODICITY TX_PRDCTY_MS_5 
127 #endif
128
129 #define RSS_MEASUREMENT_UNIT DONT_REPORT_RSSI
130 #define RA_CONT_RES_TIMER 64
131 #define RA_RSP_WINDOW 10
132 #define PRACH_RESTRICTED_SET 0 /* Unrestricted */
133 #define ROOT_SEQ_LEN 139
134
135 /* MACRCO Ddefine for PDCCH Configuration */
136 #define PDCCH_SEARCH_SPACE_ID      1    /* Common search space id */
137 #define PDCCH_CTRL_RSRC_SET_ID     0    /* Control resource set id */
138 #define PDCCH_SEARCH_SPACE_ID_SIB1 1    /* Search space id for sib1 */
139 #define PDCCH_SEARCH_SPACE_ID_PAGING 1  /* Search space id for paging */
140 #define PDCCH_SEARCH_SPACE_ID_RA   1    /* Search spaced id for random access */
141 #define PDCCH_SERACH_SPACE_DCI_FORMAT 0
142 #define PDCCH_CTRL_RSRC_SET_ONE_ID  1
143 #define PDCCH_CTRL_RSRC_SET_ONE_DURATION 2  /* Duration for control resource set id i */
144 #define PDCCH_CTRL_RSRC_SET_ONE_PRECOD_GRANULARITY 1   /* Precoded granularity */
145 #define PDCCH_SRCH_SPC_TWO_ID 2
146 #define PDCCH_SRCH_SPC_TWO_AGG_LVL1_CANDIDATE 7   /* Num of candidate at aggregation level 1 */
147 #define PDCCH_SRCH_SPC_TWO_AGG_LVL2_CANDIDATE 7   /* Num of candidate at aggregation level 2 */
148 #define PDCCH_SRCH_SPC_TWO_AGG_LVL4_CANDIDATE 4   /* Num of candidate at aggregation level 4 */
149 #define PDCCH_SRCH_SPC_TWO_AGG_LVL8_CANDIDATE 2   /* Num of candidate at aggregation level 8 */
150 #define PDCCH_SRCH_SPC_TWO_AGG_LVL16_CANDIDATE 1  /* Num of candidate at aggregation level 16 */
151 #define PDCCH_SRCH_SPC_TWO_UE_SPEC_DCI_FORMAT  0  /* format 0-0 and 1-0 */
152 #define PDCCH_SYMBOL_WITHIN_SLOT 128     /* Symbol within Slot Value */
153
154
155 #define SIB1_VALUE_TAG 10
156
157 /* MACRO Ddefine for PDSCH Configuration */
158 #define NUM_TIME_DOM_RSRC_ALLOC 2
159 #define PDSCH_K0_CFG1  0
160 #define PDSCH_K0_CFG2  1
161 #define PDSCH_START_SYMBOL  3
162 #define PDSCH_LENGTH_SYMBOL 11
163 #define PDSCH_RES_ALLOC_TYPE       1          /* Resource allocation type */
164 #define PDSCH_MAX_CODEWORD_SCH_BY_DCI 0       /* Max num of codewords scheduled by DCI */
165 #define PDSCH_RBG_SIZE   0                    /* 0: config1 */
166 #define PDSCH_NUM_HARQ_PROC 5
167
168 /* MACRO Define for PUSCH Configuration */
169 #define MAX_UL_ALLOC 16
170 #define PUSCH_K2_CFG1  4
171 #define PUSCH_K2_CFG2  5
172 #define PUSCH_START_SYMBOL  3
173 #define PUSCH_LENGTH_SYMBOL 11
174
175 #define PUSCH_MSG3_DELTA_PREAMBLE 0
176 #define PUSCH_P0_NOMINAL_WITH_GRANT -70
177 #define PUSCH_TRANSFORM_PRECODER    1      /* 1: Disabled */
178 #define PUSCH_MAX_MIMO_LAYERS       1
179 #define PUSCH_PROCESS_TYPE2_ENABLED false
180
181 /* Macro define for PUCCH Configuration */
182 #define PUCCH_RSRC_COMMON  0
183 #define PUCCH_GROUP_HOPPING 0 /* Neither sequence hopping nor group hopping */
184 #define PUCCH_P0_NOMINAL   -74
185
186 /* MACRO defines for TDD DL-UL Configuration */
187 #define NUM_DL_SLOTS 7
188 #define NUM_DL_SYMBOLS 12 
189 #define NUM_UL_SLOTS 2
190 #define NUM_UL_SYMBOLS 1
191 #define GUARD_SLOT_IDX 7
192
193 /* MACRO defines for SRC config */
194 #define SRS_RSRC_ID  1
195 #define SRS_RSET_ID  1
196 #define SRS_COMB_OFFSET_N2   0
197 #define SRS_CYCLIC_SHIFT_N2  0
198 #define SRS_FREQ_DOM_POS     0
199 #define SRS_FREQ_DOM_SHIFT   0
200 #define C_SRS 0
201 #define B_SRS 0
202 #define B_HOP 0
203 #define SRS_SEQ_ID 0
204 #define APERIODIC_SRS_RESRC_TRIGGER 1 
205
206 #define DU_PROC  0
207 #define DU_INST 0
208 #define DU_POOL  1
209 #define MAX_DU_PORT 2
210 #define F1_INTERFACE 0
211 #define E2_INTERFACE 1
212
213 #define SCTP_INST 0
214 #define EGTP_INST 0
215
216 /* Events */
217 #define EVTCFG 0
218
219 /* Macro definitions for F1 procedures */
220 #define CU_DU_NAME_LEN_MAX 30      /* Max length of CU/DU name string */
221 #define MAX_F1_CONNECTIONS 65536    /* Max num of F1 connections */
222 #define MAX_PLMN           1        /* Max num of broadcast PLMN ids */
223 #define MAXNRARFCN         3279165  /* Maximum values of NRAFCN */
224 #define MAX_NRCELL_BANDS   2       /* Maximum number of frequency bands */
225 #define MAX_NUM_OF_SLICE_ITEMS 1024     /* Maximum number of signalled slice support items */
226 #define MAX_BPLMN_NRCELL_MINUS_1   1       /* Maximum number of PLMN Ids broadcast in an NR cell minus 1 */
227 #define MAXNUMOFSIBTYPES   32       /* Maximum number of SIB types */
228 #define MAX_TNL_ASSOC      32       /* Max num of TNL Assoc between CU and DU */
229 #define MAXCELLINENB       256      /* Max num of cells served by eNB */
230 #define MAX_NUM_OF_UE_ID       65536    /* Max num of UEs served by DU */
231 #define MAXNUMOFUACPLMN    12       /* Maximum number of PLMN ids*/
232 #define MAXNUMOFUACPERPLMN 64       /* Maximum number of signalled categories per PLMN */
233 #define NR_RANAC           150      /* RANAC */
234 #define DEFAULT_CELLS      1        /* Max num of broadcast PLMN ids */
235 #define IE_EXTENSION_LIST_COUNT 1
236
237 /* Macro definitions for MIB/SIB1 */
238 #define SYS_FRAME_NUM 0
239 #define SPARE 0
240 #define SSB_SC_OFFSET 0
241 #define DU_RANAC 1
242 #define CELL_IDENTITY 1
243
244 /* Macro definitions for DUtoCuRrcContainer */
245 #define CELL_GRP_ID 0
246 #define SCH_REQ_ID  0
247 #define SR_PROHIBIT_TMR 5
248 #define SR_TRANS_MAX 2
249 #define PERIODIC_BSR_TMR 2
250 #define RETX_BSR_TMR     5
251 #define SR_DELAY_TMR     6
252 #define TAG_ID 0
253 #define TIME_ALIGNMENT_TMR 7
254 #define PHR_PERIODIC_TMR 7
255 #define PHR_PROHIBHIT_TMR 0
256 #define PHR_PWR_FACTOR_CHANGE 3
257 #define PHR_MODE_OTHER_CG 0
258 #define SN_FIELD_LEN 1
259 #define T_POLL_RETRANSMIT 8       /* Enum for 45ms */ 
260 #define T_POLL_RETRANSMIT_VAL 45  /* Value in ms */
261 #define POLL_PDU 0                /* Enum for 4 pdus */
262 #define POLL_PDU_VAL 4            /* Value of poll pdu */
263 #define POLL_BYTE 43              /* Enum for infinite poll bytes */
264 #define POLL_BYTE_VAL -1          /* Value for infinite poll byte */
265 #define MAX_RETX_THRESHOLD 5      /* Enum for 8 retransmissions */
266 #define MAX_RETX_THRESHOLD_VAL 8  /* Value for 8 retransmissions */
267 #define T_REASSEMBLY 8 /* enum for RE_ASM_40MS  */
268 #define T_REASSEMBLY_VAL 40 /* default re assembly timer */
269 #define T_STATUS_PROHIBHIT 7 /* enum for PROH_35MS */
270 #define T_STATUS_PROHIBHIT_VAL 35 /* default status prohibit timer */
271 #define MAC_LC_PRIORITY 1
272 #define PRIORTISIED_BIT_RATE 15
273 #define BUCKET_SIZE_DURATION 5
274 #define LC_GRP 0
275 #define P_NR_FR1 0
276 #define PDSCH_HARQ_ACK_CODEBOOK 1
277 #define SERV_CELL_IDX 0
278 #define RLM_SYNC_OUT_SYNC_THRESHOLD 0
279 #define ACTIVE_DL_BWP_ID 0
280 #define ACTIVE_UL_BWP_ID 0
281 #define SCRAMBLING_ID  NR_PCI
282 #define DMRS_ADDITIONAL_POS  0          /* DMRS Additional poistion */
283 #define RES_ALLOC_TYPE       1          /* Resource allocation type */
284
285 /* MACRO definitions for modulcation order */
286 #define MOD_ORDER_QPSK  2
287 #define MOD_ORDER_QAM16 4
288 #define MOD_ORDER_QAM64 6
289 #define MOD_ORDER_QAM256 8
290 #define PDSCH_MCS_INDEX 20  /* For 64QAM, valid mcs index: 17-28 in 38.214  - Table 5.1.3.1-1*/
291 #define PUSCH_MCS_INDEX 10  /* For 16QAM, valid mcs index: 10-16 in 38.214  - Table 5.1.3.1-1*/
292
293 /*VALID Tunnel ID*/
294 #define MIN_TEID 1   /*[Spec 29.281,Sec 5.1]: All Zero TEIDs are never assigned for setting up GTP-U Tunnel*/
295 #define MAX_TEID MAX_NUM_DRB * MAX_NUM_UE  /*[Spec 29.281]: Max limit is not mentioned but as per GTP-U Header Format, TEID occupies 4 octets */
296
297 /* Slice Ratio */
298 #define MAX_RATIO        30
299 #define MIN_RATIO        20
300 #define DEDICATED_RATIO  10
301 #define NUM_OF_SUPPORTED_SLICE  2
302
303 #ifdef NR_DRX
304 /* Macros for Drx configuration */
305 #define DRX_ONDURATION_TIMER_VALUE_PRESENT_IN_MS true
306 #define DRX_ONDURATION_TIMER_VALUE_IN_SUBMS 32
307 #define DRX_ONDURATION_TIMER_VALUE_IN_MS 10
308 #define DRX_INACTIVITY_TIMER 2
309 #define DRX_HARQ_RTT_TIMER_DL 56
310 #define DRX_HARQ_RTT_TIMER_UL 56
311 #define DRX_RETRANSMISSION_TIMER_DL 4
312 #define DRX_RETRANSMISSION_TIMER_UL 4
313 #define DRX_LONG_CYCLE_START_OFFSET_CHOICE 40
314 #define DRX_LONG_CYCLE_START_OFFSET_VAL 8
315 #define DRX_SHORT_CYCLE_PRESENT true
316 #define DRX_SHORT_CYCLE 2
317 #define DRX_SHORT_CYCLE_TIMER 2
318 #define DRX_SLOT_OFFSET 0
319 #endif
320
321 typedef enum
322 {
323    GNBDU,
324    GNBCU 
325 }F1Entity;
326
327 typedef enum
328 {
329    SERV_CELL_TO_MODIFY,
330    SERV_CELL_TO_DELETE
331 }ServCellAction;
332
333 typedef enum
334 {
335    UNSPECIFIED,
336    RL_FAILURE_RLC,
337    INVALID_CU_UE_F1AP_ID,
338    INVALID_DU_UE_F1AP_ID,
339    INTERACTION_WITH_OTHER_PROC,
340    INVALID_QCI_VALUE,
341    RADIO_RELATED_REASON,
342    INSUFFICIENT_RADIO_RESOURCE,
343    PROCEDURE_CANCELLED,
344    NORMAL_RELEASE,
345    UNAVAILABLE_CELL,
346    RL_FAILURE_OTHERS,
347    UE_ACCESS_REJECTED,
348    SLICE_RESOURCE_UNAVAILABLE,
349    AMF_ABNORMAL_RELEASE,
350    INVALID_PLMN
351 }RadioNwCause;
352
353 typedef enum
354 {
355    TRANS_CAUSE_UNSPECIFIED,
356    TRANSPORT_RESOURCE_UNAVAIL
357 }TransLayerCause;
358
359 typedef enum
360 {
361    TRANSFER_SYNTAX_ERR,
362    ABSTRACT_SYNTAX_ERR_REJECT,
363    ABSTRACT_SYNTAX_ERR_NOTIFY,
364    INCOMPATIBLE_MESSAGE,
365    SEMANTIC_ERROR,
366    ABSTRACT_SYNTAX_ERR_MSG_CONSTRUCT,
367    PROTOCOL_CAUSE_UNSPECIFIED
368 }ProtocolCause;
369
370 typedef enum
371 {
372    CONTROL_PROC_OVERLOAD,
373    INSUFF_USER_PLANE_RESOURCE,
374    HARDWARE_FAILURE,
375    O_AND_M_INTERVENTION,
376    MISC_CAUSE_UNSPECIFIED
377 }MiscCause;
378
379 typedef enum
380 {
381    ALL
382 }F1ResetAll;
383
384 typedef enum 
385 {
386    IN_SERVICE,
387    OUT_OF_SERVICE
388 }SrvState;
389
390 typedef enum
391 {
392    INITIATING_MSG,
393    SUCCESSFUL_OUTCOME,
394    UNSUCCESSFUL_OUTCOME
395 }F1TriggMsgVal;
396
397 typedef enum
398 {
399    CRIT_REJECT,
400    CRIT_IGNORE,
401    CRIT_NOTIFY
402 }F1ProcCritVal;
403
404 typedef enum
405 {
406    NOT_UNDERSTOOD,
407    MISSING_IE
408 }F1ErrorType;
409
410 typedef enum
411 {
412    SCS_15,
413    SCS_30,
414    SCS_60,
415    SCS_120
416 }F1NrScs;
417
418 typedef enum
419 {
420    NRB_11,
421    NRB_18,
422    NRB_24,
423    NRB_25,
424    NRB_31,
425    NRB_32,
426    NRB_38,
427    NRB_51,
428    NRB_52,
429    NRB_65,
430    NRB_66,
431    NRB_78,
432    NRB_79,
433    NRB_93,
434    NRB_106,
435    NRB_107,
436    NRB_121,
437    NRB_132,
438    NRB_133,
439    NRB_135,
440    NRB_160,
441    NRB_162,
442    NRB_189,
443    NRB_216,
444    NRB_217,
445    NRB_245,
446    NRB_264,
447    NRB_270,
448    NRB_273
449 }F1Nrb;
450
451 typedef enum
452 {
453    VERY_SMALL,
454    SMALL,
455    MEDIUM,
456    LARGE
457 }F1CellType;
458
459 typedef enum
460 {
461    DL,
462    UL,
463    DL_UL
464 }F1CellDir;
465
466 typedef enum
467 {
468    UE_USAGE,
469    NON_UE_USAGE,
470    BOTH
471 }F1AssocUsage;
472
473 typedef enum
474 {
475    BARRED,
476    NOT_BARRED
477 }CellBarred;
478
479 typedef enum
480 {
481    OFFER,
482    EXECUTION
483 }F1ReqType;
484
485 typedef enum
486 {
487    IGNORE_YES,
488    IGNORE_NO
489 }F1IgnoreReq;
490
491 typedef enum
492 {
493    OVERLOADED,
494    NOT_OVERLOADED
495 }F1GnbDuOvrloadInfo;
496
497 typedef enum
498 {
499    REJECT_RRC_CONN_NON_EMERG_MODT,
500    REJECT_RRC_CONN_SIGNALLING,
501    PERMIT_EMERG_SESSION_AND_MOBILE_TERM_SERVICE,
502    PERMIT_HIGH_PRIOR_SESSION_AND_MOBILE_TERM_SERVICE
503 }F1UacStandardAction;
504
505 typedef enum
506 {
507    PDSCH_MAPPING_TYPE_A,
508    PDSCH_MAPPING_TYPE_B,
509 }pdschMappingType;
510
511 typedef enum
512 {
513    PUSCH_MAPPING_TYPE_A,
514    PUSCH_MAPPING_TYPE_B,
515 }puschMappingType;
516
517 typedef struct f1RrcVersion
518 {
519    char    rrcVer[30];     /* Latest RRC Version */
520    uint32_t   extRrcVer;  /* Latest RRC version extended */
521 }F1RrcVersion;
522
523 typedef struct f1FailCause
524 {
525    union
526    {
527       RadioNwCause      radioNwCause;     /* Radio Network Layer Cause */
528       TransLayerCause   transLayerCause;  /* Transport Layer Cause */
529       ProtocolCause     protCause;        /* Protocol Cause */
530       MiscCause         miscCause;        /* Miscellaneous Cause */
531    }cause;
532 }F1FailCause;
533
534 typedef struct f1ProcCode
535 {
536    bool   pres;
537    uint8_t     value;
538 }F1ProcCode;
539
540 typedef struct f1TriggMsg
541 {
542    bool   pres;
543    F1TriggMsgVal   value;
544 }F1TriggMsg;
545
546 typedef struct f1ProcCrit
547 {
548    bool   pres;
549    F1ProcCritVal   value;
550 }F1ProcCrit;
551
552 typedef struct f1CritDignosIE
553 {
554    F1ProcCritVal   ieCritVal;
555    uint16_t             ieId;
556    F1ErrorType       type;
557 }F1CritDignosIE;
558
559 typedef struct f1CritDiagnostic
560 {
561    bool         pres;
562    F1ProcCode   procCode;      /* Procedure Code */
563    F1TriggMsg   triggeringMsg; /* Triggering Message */
564    F1ProcCrit   procCrit;      /* Criticality of Triggering msg/proc */
565    uint32_t          transId;
566    F1CritDignosIE diagnosIE;
567 }F1CritDiagnostic;
568
569 typedef struct f1FailureIE
570 {
571    uint32_t                transId;        /* Uniquely identify transaction */
572    F1FailCause        cause;          /* Failure cause */
573    uint8_t                 timeToWait;     /* Seconds to be waited before retry */
574    F1CritDiagnostic   critDiagnostic; /* Critical diagnostics */
575 }F1FailureIE;
576
577 typedef struct f1LogicalConnUeAssoc
578 {
579    uint32_t   gnbCuUeF1apId;
580    uint32_t   gnbDuUeF1apId;
581 }F1LogicalConnUeAssoc;
582
583 typedef struct f1ResetType
584 {
585    union
586    {
587       F1ResetAll             resetAll; /* Reset All */
588       F1LogicalConnUeAssoc   ueAssocLogicalConn[MAX_F1_CONNECTIONS]; /* In case of Partial Reset : UE associated logical F1 conn list*/
589    }type;
590 }F1ResetType;
591
592 typedef struct nrEcgi
593 {
594    Plmn  plmn;
595    uint16_t     cellId;
596 }NrEcgi;
597
598 typedef struct f1SibType
599 {
600    uint8_t   sibType;
601    uint8_t   sibMsg;
602    uint8_t   value;
603 }F1SibType;
604
605 typedef struct f1TxBw
606 {
607    F1NrScs   nrScs; /* NR subcarrier spacing */
608    F1Nrb     nrb;   /* Transmission bandwidth expressed in units of RBs */
609 }F1TxBw;
610
611 typedef struct f1SulInfo
612 {
613    uint32_t      sulArfcn; /* SUL ARFCN */
614    F1TxBw   sulTxBw;  /* SUL transmission bandwidth */ 
615 }F1SulInfo;
616
617 typedef struct f1FreqBand
618 {
619    uint16_t   nrFreqBand;
620    uint16_t   sulBand[MAX_NRCELL_BANDS];
621 }F1FreqBand;
622
623 typedef struct f1NrFreqInfo
624 {
625    uint32_t        nrArfcn;
626    F1SulInfo  sulInfo;
627    F1FreqBand freqBand[MAX_NRCELL_BANDS];
628 }F1NrFreqInfo;
629
630 typedef struct f1NrFddInfo
631 {
632    F1NrFreqInfo   ulNrFreqInfo;  /* UL NR Frequency Info */
633    F1NrFreqInfo   dlNrFreqInfo;  /* DL NR Frequency Info */
634    F1TxBw         ulTxBw;        /* UL Transmission bandwidth */
635    F1TxBw         dlTxBw;        /* DL Transmission bandwidth */
636 }F1NrFddInfo;
637
638 typedef struct f1NrTddInfo
639 {
640    F1NrFreqInfo   nrFreqInfo;   /* NR Frequency Info */
641    F1TxBw       nrTxBw;       /* NR Transmission Bandwidth */
642 }F1NrTddInfo;
643
644 typedef struct f1NrModeInfo
645 {
646    union
647    {
648       F1NrFddInfo  fdd;
649       F1NrTddInfo  tdd;
650    }mode;
651 }NrModeInfo;
652
653 typedef struct f1EutraFddInfo
654 {
655    uint16_t   ulOffset;   /* UL offset to Point A */
656    uint16_t   dlOffset;   /* DL offset to Point A */
657 }F1EutraFDDInfo;
658
659 typedef struct f1EutraTddInfo
660 {
661    uint16_t   tddOffset;  /* Offset to Point A */
662 }F1EutraTDDInfo;
663
664 typedef struct f1EutraModeInfo
665 {
666    union
667    {
668       F1EutraFDDInfo  fdd;
669       F1EutraTDDInfo  tdd;
670    }mode;
671 }F1EutraModeInfo;
672
673 typedef struct epIpAddr
674 {
675    char transportAddr[20]; /* Transport Layer Address */
676 }EpIpAddr;
677
678 typedef struct epIpAddrPort
679 {
680    EpIpAddr epIpAddr;
681    char   port[2];
682 }EpIpAddrPort;
683
684 typedef struct f1TaiSliceSuppLst
685 {
686    uint8_t    numSupportedSlices;
687    Snssai    **snssai;   
688 }F1TaiSliceSuppLst;
689
690 typedef struct f1SrvdPlmn
691 {
692    Plmn   plmn;
693    Plmn   extPlmn;    /* Extended available PLMN list */
694    F1TaiSliceSuppLst taiSliceSuppLst;
695 }F1SrvdPlmn;
696
697 typedef struct f1BrdcstPlmnInfo
698 {
699    Plmn   plmn[MAX_PLMN];     /* PLMN id list */
700    Plmn   extPlmn[MAX_PLMN];   /* Extended PLMN id list */
701    uint16_t      tac;                     /* 5GS-TAC */
702    uint32_t      nrCellId;                /* NR Cell id */
703    uint8_t       ranac;                   /* RAN Area code */
704 }F1BrdcstPlmnInfo;
705
706 typedef struct f1CellInfo
707 {
708    NrEcgi   nrCgi;                   /* Cell global Identity */
709    uint32_t nrPci;                   /* Physical Cell Identity */
710    F1SrvdPlmn srvdPlmn[MAX_PLMN];
711 }F1CellInfo;
712
713 typedef struct f1DuCellInfo
714 {
715    F1CellInfo         cellInfo;     /* cell info */
716    uint16_t           tac;          /* tracking area code */
717    uint16_t           epsTac;       /* Configured EPS TAC */
718    NrModeInfo         f1Mode;       /* NR mode info : FDD/TDD */
719    uint8_t            measTimeCfg;  /* Measurement timing configuration */
720    F1CellDir          cellDir;      /* Cell Direction */
721    F1CellType         cellType;     /* Cell Type */
722    F1BrdcstPlmnInfo   brdcstPlmnInfo[MAX_BPLMN_NRCELL_MINUS_1]; /* Broadcast PLMN Identity Info List */
723 }F1DuCellInfo;
724
725 typedef struct f1DuSysInfo
726 {
727    uint8_t   *mibMsg;   /* MIB message */
728    uint16_t  mibLen;
729    uint8_t   *sib1Msg;  /* SIB1 message */
730    uint16_t  sib1Len;
731 }F1DuSysInfo;
732
733 typedef struct f1CuSysInfo
734 {
735    F1SibType   sibTypeToUpd[MAXNUMOFSIBTYPES];   /* SIB types to be updated */
736 }F1CuSysInfo;
737
738 typedef struct f1DuSrvdCellInfo
739 {
740    F1DuCellInfo   duCellInfo;   /* gNB-DU served cell info */
741    F1DuSysInfo    duSysInfo;    /* gNB-DU System Information */
742 }F1DuSrvdCellInfo;
743
744 typedef struct f1DuSrvdCellToDel
745 {
746    NrEcgi             oldNrCgi;     /* Old NR CGI */
747    F1DuSrvdCellInfo   srvdCellInfo; /* Info of served cell to be deleted */ 
748 }F1DuSrvdCellToDel;
749
750 typedef struct f1CuActCellInfo
751 {
752    F1CellInfo    cuCellInfo;   /* gNB-CU available cell info */
753    F1CuSysInfo   cuSysInfo;    /* gNB-CU System Information */
754 }F1CuActCellInfo;
755
756 typedef struct f1ActCellFail
757 {
758    NrEcgi        nrCgi;
759    F1FailCause   cause;
760 }F1ActCellFail;
761
762 typedef struct srvStatus
763 {
764    SrvState    state;
765    bool        switchOffOngoing;
766 }SrvStatus;
767
768 typedef struct f1CellStatus
769 {
770    NrEcgi      nrEcgi;
771    SrvStatus   status;   /* Service status */
772 }F1CellStatus;
773
774 typedef struct f1DedSIDelUE
775 {
776    uint32_t      gnbCuUeF1apId;
777    NrEcgi   nrEcgi;
778 }F1DedSIDelUE;
779
780 typedef struct tnlAssocInfo
781 {
782    bool           pres;
783    EpIpAddr       epIpAddr;      /* Endpoint-IP Address */
784    EpIpAddrPort   epIpAddrport;  /* Endpoint-IP Address and Port */
785 }F1TnlAssocAddr;
786
787 typedef struct f1TnlAssocUsage
788 {
789    bool           pres;
790    F1AssocUsage   usage;
791 }F1TnlAssocUsage;
792
793 typedef struct f1TnlAssoc
794 {
795    F1TnlAssocAddr   assocInfo;    /* TNL Assoc Transport Layer Info */
796    F1TnlAssocUsage  assocUsage;   /* TNL Assoc usage */
797 }F1TnlAssoc;
798
799 typedef struct f1TnlAssocToRmv
800 {
801    F1TnlAssocAddr   assocInfoCu;   /* TNL Assoc Transport Layer Info of CU */
802    F1TnlAssocAddr   assocInfoDu;   /* TNL Assoc Transport Layer Info of DU */
803 }F1TnlAssocToRmv;
804
805 typedef struct f1TnlAssocSetupFail
806 {
807    F1TnlAssocAddr   assocInfo;
808    F1FailCause      cause;
809 }F1TnlAssocSetupFail;
810
811
812 typedef struct f1CellBarred
813 {
814    NrEcgi       nrcgi;
815    CellBarred   cellBarred;
816 }F1CellBarred;
817
818 typedef struct f1EutraCell
819 {
820    uint32_t                eutraCellId; /* EUTRA cell id */
821    F1EutraModeInfo    mode;        /* EUTRA mode info : FDD/TDD */
822    uint8_t                 rsrcInd;     /* Protected EUTRA resource Indication */
823 }F1EutraCell;
824
825 typedef struct f1ProtectEUTRARsrc
826 {
827    uint32_t           specShareGrpId;               /* Spectrum sharing group id */
828    F1EutraCell   eutraCellList[MAXCELLINENB];  /* EUTRA cells list */
829 }F1ProtectEUTRARsrc;
830
831 typedef struct f1UacOperatorDefined
832 {
833    uint8_t   accessCategory;
834    uint8_t   accessId; 
835 }F1UacOperatorDefined;
836
837 typedef struct f1UacCategoryType
838 {
839    union
840    {
841       F1UacStandardAction    action;      /* UAC standardized action */
842       F1UacOperatorDefined   operatorDef; /* UAC operator defined */
843    }type;
844 }F1UacCategoryType;
845
846 typedef struct f1UacType
847 {
848    uint8_t                  uacReducInd;     /* Value 0 means no access rate reduction. Value 100 means full access rate reduction */
849    F1UacCategoryType   uacCategoryType; /* UAC Category type */
850 }F1UacType;
851
852 /* Unified Access Class Assistance Information */
853 typedef struct f1UacAssistInfo
854 {
855    Plmn      plmn[MAXNUMOFUACPLMN];        /* UAC PLMN list */
856    F1UacType   uacType[MAXNUMOFUACPERPLMN];  /* UAC Type list */
857 }F1UacAssistInfo;
858
859 /* F1 setup related structures */
860 #if 0
861 typedef struct f1SetupReq
862 {
863    uint32_t                transId;                       /* Uniquely identify transaction */
864    uint32_t                duId;                          /* DU ID */ 
865    char               duName[CU_DU_NAME_LEN_MAX];    /* DU name */
866    F1DuSrvdCellInfo   srvdCellLst[MAX_NUM_CELL];   /* Serving cell list */
867    F1RrcVersion       rrcVersion;                    /* RRC version */
868 }F1SetupReq;
869
870 typedef struct f1setupRsp
871 {
872    uint32_t               transId;                      /* Uniquely identify transaction */
873    char              cuName[CU_DU_NAME_LEN_MAX];   /* CU Name */
874    F1CuActCellInfo   actCellInfo;                  /* cells to be activated */
875    F1RrcVersion      rrcVersion;                   /* RRC version */
876 }F1SetupRsp;
877
878 typedef struct f1SetupFail
879 {
880    F1FailureIE   setupFail;
881 }F1SetupFail;
882
883 /* At reception of the RESET message the gNB-DU shall release all allocated resources on F1 
884  * and radio resources related to the UE association(s) indicated explicitly or implicitly in 
885  * the RESET message and remove the indicated UE contexts including F1AP ID. */
886 typedef struct f1Reset
887 {
888    uint32_t              transId;   /* Uniquely identify transaction */
889    F1FailCause      cause;     /* Failure cause */
890    F1ResetType      resetType; /* type of reset */
891 }F1Reset;
892
893 /* After the gNB-CU has released all assigned F1 resources and the UE F1AP IDs for all indicated
894  * UE associations which can be used for new UE-associated logical F1-connections over the F1 interface,
895  *  the gNB-CU shall respond with the RESET ACKNOWLEDGE message. */
896 typedef struct f1ResetAck
897 {
898    uint32_t                    transId;         /* Uniquely identify transaction */
899    F1LogicalConnUeAssoc   ueAssocLogicalConn[MAX_F1_CONNECTIONS]; /* UE associated logical F1-connection list */
900    F1CritDiagnostic       critDiagnostic;  /* Critical diagnostics */
901 }F1ResetAck;
902
903 typedef struct f1ErrorInd
904 {
905    uint32_t                transId;         /* Uniquely identify transaction */
906    F1Entity           errorOrigin;     /* Specifies if error is originated at DU or CU */
907    F1FailCause        cause;           /* Failure cause */
908    /* If failure is due to Ue related message. */
909    uint32_t                gnbCuUeF1apId;   /* gNB-CU UE F1AP Id */
910    uint32_t                gnbDuUeF1apId;   /* gNB-DU UE F1AP Id */
911    F1CritDiagnostic   critDiagnostic;  /* Critical diagnostics */
912 }F1ErrorInd;
913
914 typedef struct f1GnbDuCfgUpd
915 {
916    uint32_t                 transId;                             /* Uniquely identify transaction */
917    F1DuSrvdCellInfo    srvdCellLstAdd[MAX_NUM_CELL];      /* Served cell list to be added */
918    F1DuSrvdCellToDel   srvdCellLstMod[MAX_NUM_CELL];      /* Served cell list to be modified */
919    NrEcgi              srvdCellLstDel[MAX_NUM_CELL];      /* Served cell list to be deleted */
920    F1CellStatus        cellStatus[MAX_NUM_CELL];          /* Cell status */
921    F1DedSIDelUE        ueLst[MAX_NUM_UE];                     /* Ue list that requires dedicated SI delivery */
922    uint32_t            gnbDuId;
923    F1TnlAssocToRmv     gnbDuTnlAssocRmv[MAX_TNL_ASSOC];  /* TNL Assoc list to remove */ 
924 }F1GnbDuCfgUpd;
925
926 typedef struct f1GnbDuCfgUpdAck
927 {
928    uint32_t           transId;                      /* Uniquely identify transaction */
929    F1CuActCellInfo    cellLstAct[MAX_NUM_CELL];    /* List of cells to be activated */   
930    F1CritDiagnostic   critDiagnostic;               /* Critical diagnostics */
931    NrEcgi             cellLstDeact[MAX_NUM_CELL]; /* List of cells to be deactivated */
932 }F1GnbDuCfgUpdAck;
933
934 typedef struct f1GnbDuCfgUpdFail
935 {
936    F1FailureIE   gnbDuCfgUpdFail;
937 }F1GnbDuCfgUpdFail;
938
939 /* Sent by the gNB-CU to transfer updated information associated to an F1-C interface instance */
940 typedef struct f1GnbCuCfgUpd
941 {
942    uint32_t            transId;                            /* Uniquely identifies transaction */
943    F1CuActCellInfo     cellLstAct[MAX_NUM_CELL];         /* List of cells to be activated */
944    NrEcgi              cellLstDeact[MAX_NUM_CELL];       /* List of cells to be deactivated */
945    F1TnlAssoc          assocLstAdd[MAX_TNL_ASSOC];     /* List of TNL assocs to be added */
946    F1TnlAssoc          assocLstUpd[MAX_TNL_ASSOC];     /* List of TNL assocs to be updated */
947    F1TnlAssocToRmv     assocLstRmv[MAX_TNL_ASSOC];     /* List of TNL assocs to be removed */
948    F1CellBarred        cellToBarList[MAX_NUM_CELL];      /* List of Cells to be barred */
949    F1ProtectEUTRARsrc  protectEutraRsrcList[MAXCELLINENB]; /* List of Protected EUTRA resources */
950 }F1GnbCuCfgUpd;
951
952 /* Sent by a gNB-DU to a gNB-CU to acknowledge update of information
953  * associated to an F1-C interface instance */
954 typedef struct f1GnbCuCfgUpdAck
955 {
956    uint32_t              transId;                              /* Uniquely identify transaction */
957    F1ActCellFail         actCellFailList[MAX_NUM_CELL];      /* Cells failed to be activated list */
958    F1CritDiagnostic      critDiagnostic;                       /* Critical diagnostics */
959    F1TnlAssocAddr        assocSetupList[MAX_TNL_ASSOC];     /* TNL Assoc Setup list */
960    F1TnlAssocSetupFail   assocSetupFailList[MAX_TNL_ASSOC]; /* TNL Assoc Setup fail list */
961    F1DedSIDelUE          dedSiDelUelist[MAX_NUM_OF_UE_ID];          /* Dedicated SI delivery needed UE list */
962 }F1GnbCuCfgUpdAck;
963
964 typedef struct f1GnbCuCfgUpdFail
965 {
966    F1FailureIE   gnbCuCfgUpdFail;
967 }F1GnbCuCfgUpdFail;
968
969 /* This procedure enables coordination of radio resource allocation between a gNB-CU and
970  * a gNB-DU. Coordination request is sent by CU to DU */
971 typedef struct f1GnbDuRsrcCoordReq
972 {
973    uint32_t      transId;              /* Uniquely identifies transaction */
974    F1ReqType     reqType;              /* Request type */
975    uint8_t       cellResCoordReqCont;  /* Container for X2AP E-UTRA - NR cell resource coordination request */
976    F1IgnoreReq   ignoreReq;            /* Ignore coordination request */
977 }F1GnbDuRsrcCoordReq;
978
979 /* This message is sent by a gNB-DU to a gNB-CU, to express the desired resource allocation
980  * for data traffic, as a response to the GNB-DU RESOURCE COORDINATION REQUEST. */
981 typedef struct f1GnbDuRsrcCoordRsp
982 {
983    uint32_t   transId;               /* Uniquely identifies transaction */
984    uint8_t    cellResCoordRspCont;   /* Container for X2AP E-UTRA - NR cell resource coordination response */
985 }F1GnbDuRsrcCoordRsp;
986
987 /* This message is sent by the gNB-DU to indicate to the gNB-CU its status of overload */
988 typedef struct f1GnbDuStatusInd
989 {
990    uint32_t                  transId;      /* Uniquely identifies transaction */
991    F1GnbDuOvrloadInfo   ovrloadInfo;  /* gNB-DU overloaded information */
992 }F1GnbDuStatusInd;
993
994 /* This message is sent by either the gNB-DU or the gNB-CU to intiate the removal
995  * of the interface instance and the related resources */
996 typedef struct f1RmvReq
997 {
998    uint32_t   transId; /* Uniquely identifies transaction */
999 }F1RmvReq;
1000
1001 /* This message acknowledges the initiation of removal of the interface
1002  * instance and the related resources */
1003 typedef struct f1RmvRsp
1004 {
1005    uint32_t           transId;     /* Uniquely identifies transaction */
1006    F1CritDiagnostic   critDiagnos; /* Crititcality diagnostics */
1007 }F1RmvRsp;
1008
1009 /* This message indicates that removing the interface instance and the related
1010  * resources cannot be accepted */
1011 typedef struct f1RmvFail
1012 {
1013    uint32_t           transId;         /* Uniquely identifies transaction */
1014    F1FailCause        cause;          /* Failure cause */
1015    F1CritDiagnostic   critDiagnostic; /* Criticality diagnostics */
1016 }F1RmvFail;
1017
1018 /* This message is sent by the gNB-CU to indicate to the gNB-DU a need to reduce
1019  * the rate at which UEs access the network. */
1020 typedef struct f1NwkAccessRateRed
1021 {
1022    uint32_t          transId;        /* Uniquely identifies transaction */
1023    F1UacAssistInfo   uacAssistInfo;  /* UAC Assistance Information */
1024 }F1NwkAccessRateRed;
1025 #endif
1026
1027 typedef struct f1Ipaddr
1028 {
1029    bool ipV4Pres;
1030    uint32_t  ipV4Addr; 
1031 }F1IpAddr;
1032
1033 typedef struct sctpParams
1034 {
1035    F1IpAddr  duIpAddr;
1036    uint16_t       duPort[MAX_DU_PORT];
1037    F1IpAddr  cuIpAddr;
1038    uint16_t       cuPort;
1039    F1IpAddr  ricIpAddr;
1040    uint16_t       ricPort;
1041 }SctpParams;
1042
1043 typedef struct f1EgtpParams
1044 {
1045    F1IpAddr  localIp;      /* Ip address of local node */
1046    uint16_t  localPort;    /* Sender Port at local node */
1047    F1IpAddr  destIp;       /* Ip address of peer node */
1048    uint16_t  destPort;     /* Sender port at peer node */
1049    uint32_t  minTunnelId;
1050    uint32_t  maxTunnelId;
1051 }F1EgtpParams;
1052
1053 typedef struct schedulerCfg
1054 {
1055    uint8_t   numTxAntPorts;    /*!< Number of Tx antenna ports */
1056    uint8_t   ulSchdType;     /*!< Indicates which UL scheduler to use, range
1057                               * is 0..(number of schedulers - 1) */
1058    uint8_t   dlSchdType;     /*!< Indicates which DL scheduler to use, range
1059                               * is 0..(number of schedulers - 1) */
1060    uint8_t   numCells;       /*!< Max number of cells */
1061    uint8_t   maxUlUePerTti;  /*!< Max number of UE in UL per TTI */
1062    uint8_t   maxDlUePerTti;  /*!< Max number of UE in DL per TTI */
1063 }SchedulerCfg;
1064
1065 typedef struct mibParams
1066 {
1067    uint8_t sysFrmNum;
1068    long    subCarrierSpacingCommon;
1069    long    ssb_SubcarrierOffset;
1070    long    dmrs_TypeA_Position;
1071    long    controlResourceSetZero;
1072    long    searchSpaceZero;
1073    long    cellBarred;
1074    long    intraFreqReselection;
1075 }MibParams;
1076
1077 typedef struct siSchedInfo
1078 {
1079    long     winLen;         /* SI Window Length */
1080    long     broadcastSta;   /* Broadcast status */
1081    long     preiodicity;    /* si periodicity */
1082    long     sibType;
1083    long     sibValTag;      /* Value tag */
1084 }SiSchedInfo;
1085
1086 typedef struct pdcchCfgCommon
1087 {
1088    uint8_t  present;
1089    long     ctrlRsrcSetZero;  /* Control resource set zero */
1090    long     searchSpcZero;    /* Search space zero */
1091    long     searchSpcId;      /* Search space id */
1092    long     ctrlRsrcSetId;    /* Control resource set id */
1093    uint8_t  monitorSlotPrdAndOffPresent;
1094    long     monitorSlotPrdAndOff;     /* Monitoring slot periodicity and offset */
1095    uint8_t  monitorSymbolsInSlot[2];  /* Monitoring symbols within slot */
1096    long     numCandAggLvl1;        /* Number of candiates at aggregation level 1 */
1097    long     numCandAggLvl2;        /* Number of candiates at aggregation level 2 */
1098    long     numCandAggLvl4;        /* Number of candiates at aggregation level 4 */
1099    long     numCandAggLvl8;        /* Number of candiates at aggregation level 8 */
1100    long     numCandAggLvl16;       /* Number of candiates at aggregation level 16 */
1101    uint8_t  searchSpcType;        /*  Search Space type */
1102    uint8_t  commSrchSpcDciFrmt;    /* DCI format of common search space type */
1103    long     searchSpcSib1;         /* Id of serch space for SIB1 */
1104    long     pagingSearchSpc;       /* Id of search space for paging */
1105    long     raSearchSpc;           /* Id of search space for Random Access proc */
1106 }PdcchCfgCommon;
1107
1108 typedef struct pdschTimeDomainRsrcAlloc
1109 {
1110    long     k0;
1111    long     mapType;              /* Mapping Type */
1112    uint16_t sliv;  
1113 }PdschTimeDomainRsrcAlloc;
1114
1115 typedef struct pdschCfgCommon
1116 {
1117    uint8_t  present;
1118    uint8_t  numTimeDomRsrcAlloc;
1119    PdschTimeDomainRsrcAlloc timeDomAlloc[MAX_NUM_DL_ALLOC];
1120 }PdschCfgCommon;
1121
1122 typedef struct bcchCfg
1123 {
1124    long   modPrdCoeff;          /* Modification period co-efficient */
1125 }BcchCfg;
1126
1127 typedef struct pcchCfg
1128 {
1129    uint16_t  dfltPagingCycle;                       /* Default paging cycle */
1130    uint8_t  nAndPagingFrmOffsetType;                /*Number of PagingFrames in PagingCycle defined in terms of T.*/
1131    uint8_t  pageFrameOffset;                        /* Paging Frame offset */
1132    uint8_t  ns;                                     /* Number of paging occassions in paging frame */
1133    uint8_t  firstPDCCHMontioringType;               /* First PDCCH Monitoring Paging Occasion Presence Type*/
1134    uint16_t firstPDCCHMontioringInfo[MAX_PO_PER_PF];/*Indicates the first PDCCH monitoring occasion of each PO of the PF*/
1135 }PcchCfg;
1136
1137 typedef struct scsSpecCarrier
1138 {
1139    long   scsOffset;    /* Offset to point A considering subcarrier spacing */
1140    long   scs;          /* subcarrier spacing */
1141    long   scsBw;        /* Carrier bandwidth considering subcarrier spacing */
1142
1143 }ScsSpecCarrier;
1144
1145 typedef struct dlCfgCommon
1146 {
1147    long   freqBandInd;  /* Downlink frequency band indicator */
1148    long   offsetToPointA;       /* DL ofset to point A */
1149    long   locAndBw;     /* Frequency location and bandwidth */
1150    ScsSpecCarrier   dlScsCarrier;  /* SCS Specific carrier */
1151    PdcchCfgCommon   pdcchCfg;
1152    PdschCfgCommon   pdschCfg;
1153    BcchCfg          bcchCfg;
1154    PcchCfg          pcchCfg;
1155 }DlCfgCommon;
1156
1157 typedef struct rachCfgCommon
1158 {
1159    uint8_t present;
1160    long   prachCfgIdx;       /* PRACH configuration index */
1161    long   msg1Fdm;           /* Num of PRACH transmission occassions */
1162    long   msg1FreqStart;     /* Offset of lowest msg1 transmission occassion */
1163    long   zeroCorrZoneCfg;   /* Zero correlation zone configuration */
1164    long   preambleRcvdTgtPwr; /* Traget power level */
1165    long   preambleTransMax;  /* Max num of preamble transmission */
1166    long   pwrRampingStep;    /* Power ramping steps for PRACH */
1167    long   raRspWindow;       /* RA response window */
1168    long   numRaPreamble;     /* Total num of preamble used in random access */
1169    long   numSsbPerRachOcc;  /* Numer of SSBs per RACH Occassion */
1170    long   numCbPreamblePerSsb; /* Number of Contention-Based preamble per SSB */
1171    long   contResTimer;      /* Contention resolution timer */
1172    long   rsrpThreshSsb;
1173    uint8_t rootSeqIdxPresent;
1174    long   rootSeqIdx;        /* PRACH root sequence index */
1175    long   msg1Scs;           /* Msg1 subcarrier spacing */
1176    long   restrictedSetCfg;  /* Restricted set configuration */
1177 }RachCfgCommon;
1178
1179 typedef struct puschCfgCmnTimeDomAlloc
1180 {
1181    long     k2;
1182    long     mapType;
1183    uint16_t sliv;
1184 }PuschCfgCmnTimeDomAlloc;
1185
1186 typedef struct  puschCfgCommon
1187 {
1188    uint8_t  puschCfgPresent;
1189    uint8_t  numTimeDomRsrcAlloc;
1190    PuschCfgCmnTimeDomAlloc timeDomAllocList[MAX_UL_ALLOC];
1191    long     msg3DeltaPreamble;
1192    long     p0NominalWithGrant;
1193 }PuschCfgCommon;
1194
1195 typedef struct pucchCfgCommon
1196 {
1197    uint8_t present;
1198    long   rsrcComm;
1199    long   grpHop;
1200    long   p0Nominal;
1201 }PucchCfgCommon;
1202
1203 typedef struct ulCfgCommon
1204 {
1205    long   freqBandInd;  /* Uplink frequency band indicator */
1206    long   pMax;         /* Max UL transmission power that UE applies */
1207    long   locAndBw;     /* Frequency location and bandwidth */
1208    ScsSpecCarrier   ulScsCarrier; /* SCS Specific carrier */
1209    RachCfgCommon    rachCfg;
1210    PuschCfgCommon   puschCfg;
1211    PucchCfgCommon   pucchCfg;
1212    long   timeAlignTimerComm;
1213 }UlCfgCommon;
1214
1215 typedef struct tddUlDlCfgCommon
1216 {
1217    long   refScs;     /* Reference subcarrier spacing */
1218    long   txPrd;      /* Transmission periodicity */
1219    long   numDlSlots;
1220    long   numDlSymbols;
1221    long   numUlSlots;
1222    long   numUlSymbols;
1223 }TddUlDlCfgCommon;
1224
1225 typedef struct srvCellCfgCommSib
1226
1227    long               scs;
1228    DlCfgCommon        dlCfg;
1229    UlCfgCommon        ulCfg;
1230    uint8_t            ssbPosInBurst;
1231    long               ssbPrdServingCell;
1232    TddUlDlCfgCommon   tddCfg;
1233    long               ssPbchBlockPwr;
1234 }SrvCellCfgCommSib;
1235
1236 typedef struct sib1Params
1237 {
1238    Plmn    plmn;
1239    uint8_t   tac;
1240    long      ranac;
1241    uint8_t   cellIdentity;
1242    long      cellResvdForOpUse;
1243    long      connEstFailCnt;
1244    long      connEstFailOffValidity;
1245    SiSchedInfo           siSchedInfo;
1246    SrvCellCfgCommSib     srvCellCfgCommSib;
1247 }Sib1Params;
1248
1249 typedef struct policyMemberList
1250 {
1251    Plmn plmn;
1252    Snssai  snssai;
1253 }PolicyMemberList;
1254
1255 typedef struct rrmPolicy
1256 {
1257    ResourceType     rsrcType;
1258    uint8_t          numMemberList;
1259    PolicyMemberList **memberList;
1260    uint8_t          policyMaxRatio;
1261    uint8_t          policyMinRatio;
1262    uint8_t          policyDedicatedRatio;
1263 }RrmPolicy;
1264
1265 typedef struct copyOfRecvdSliceCfg
1266 {
1267    RrmPolicy          **rrmPolicy;
1268    uint8_t            totalRrmPolicy;
1269    uint8_t            totalSliceCount;
1270 }CopyOfRecvdSliceCfg;
1271
1272 typedef struct duCfgParams
1273 {
1274    SctpParams         sctpParams;                  /* SCTP Params */
1275    F1EgtpParams       egtpParams;                  /* EGTP Params */
1276    uint32_t           maxUe;
1277    uint32_t           duId;
1278    uint8_t            duName[CU_DU_NAME_LEN_MAX];
1279    SchedulerCfg       schedCfg;
1280    F1DuSrvdCellInfo   srvdCellLst[MAX_NUM_CELL];  /* Serving cell list *///TODO: this must be removed eventually
1281    F1RrcVersion       rrcVersion;                 /* RRC version */
1282    MacCellCfg          macCellCfg;                    /* MAC cell configuration */
1283    MibParams          mibParams;                  /* MIB Params */
1284    Sib1Params         sib1Params;                 /* SIB1 Params */
1285    CopyOfRecvdSliceCfg tempSliceCfg;
1286 }DuCfgParams;
1287
1288 typedef struct f1SetupMsg
1289 {
1290    uint8_t f1MsgReqBufSize;
1291    char    *f1MsgReqBuf; 
1292    uint8_t f1MsgRspBufSize;
1293    char    *f1MsgRspBuf;
1294 }F1SetupMsg;
1295
1296
1297 #ifndef O1_ENABLE
1298 //RRM POLICY STRUCT
1299
1300 typedef struct rRMPolicyMemberList
1301 {
1302    uint8_t mcc[3];
1303    uint8_t mnc[3];
1304    uint8_t sd[3];
1305    uint8_t sst;
1306 }RRMPolicyMemberList;
1307
1308 typedef enum
1309 {
1310   PRB,
1311   PRB_UL,
1312   PRB_DL,
1313   RRC,
1314   DRB
1315 }RrmResourceType;
1316
1317 typedef struct rrmPolicyList
1318 {
1319    char id[1];
1320    RrmResourceType resourceType;
1321    uint8_t rRMMemberNum;
1322    RRMPolicyMemberList rRMPolicyMemberList[2];
1323    uint8_t rRMPolicyMaxRatio;
1324    uint8_t rRMPolicyMinRatio;
1325    uint8_t rRMPolicyDedicatedRatio;
1326 }RrmPolicyList;
1327 #endif
1328
1329 DuCfgParams duCfgParam;
1330
1331 /*function declarations */
1332 void FillSlotConfig();
1333 uint8_t readClCfg();
1334 uint8_t readCfg();
1335 uint8_t duReadCfg(); 
1336 uint16_t calcSliv(uint8_t startSymbol, uint8_t lengthSymbol);
1337 uint8_t cpyRrmPolicyInDuCfgParams(RrmPolicyList rrmPolicy[], uint8_t policyNum, CopyOfRecvdSliceCfg *tempSliceCfg);
1338
1339 #endif /* __DU_CONFIG_H__ */
1340
1341 /**********************************************************************
1342   End of file
1343  **********************************************************************/