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