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