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