X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_cfg.h;h=d2dd80d075cb4d2850dc40d0095a6b4498eac485;hb=be7e4e372cc1d6f12f7af9c6b6d09a7ecedca58c;hp=d99266c1556f54a3288c94cda1e8cc992ad4ba4d;hpb=451e626d5ac7c7e7586bab23358161230449af46;p=o-du%2Fl2.git diff --git a/src/du_app/du_cfg.h b/src/du_app/du_cfg.h index d99266c15..d2dd80d07 100644 --- a/src/du_app/du_cfg.h +++ b/src/du_app/du_cfg.h @@ -29,8 +29,10 @@ #define DU_ID 1 #define DU_IP_V4_ADDR "10.0.2.20" #define CU_IP_V4_ADDR "10.0.2.25" +#define RIC_IP_V4_ADDR "10.0.2.30" #define DU_PORT 38472 #define CU_PORT 38472 +#define RIC_PORT 38482 #define DU_EGTP_PORT 39001 #define CU_EGTP_PORT 39002 #define NR_PCI 1 @@ -81,6 +83,9 @@ #define DU_PROC 0 #define DU_INST 0 #define DU_POOL 1 +#define MAX_DU_PORT 2 +#define F1_INTERFACE 0 +#define E2_INTERFACE 1 #define SCTP_INST 0 #define EGTP_INST 0 @@ -128,6 +133,11 @@ #define DU_RANAC 1 #define CELL_IDENTITY 1 +#ifdef EGTP_TEST +#define UE_ID 1 +#define RB_ID 1 +#define LC_ID 1 +#endif typedef enum { @@ -832,13 +842,15 @@ typedef struct f1Ipaddr U32 ipV4Addr; }F1IpAddr; -typedef struct f1SctpParams +typedef struct sctpParams { F1IpAddr duIpAddr; - U16 duPort; + U16 duPort[MAX_DU_PORT]; F1IpAddr cuIpAddr; U16 cuPort; -}F1SctpParams; + F1IpAddr ricIpAddr; + U16 ricPort; +}SctpParams; typedef struct f1EgtpParams { @@ -895,7 +907,7 @@ typedef struct sib1Params typedef struct duCfgParams { - F1SctpParams sctpParams; /* SCTP Params */ + SctpParams sctpParams; /* SCTP Params */ F1EgtpParams egtpParams; /* EGTP Params */ U32 maxUe; U32 duId;