X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Fcore%2Fframework.h;h=21ea844a309bef1b397a9d6d50f26a79b181044e;hb=caec2fcb18e829420672509fe5e356b48d0c3840;hp=b4fe3df1b060b5414c9105b910d790c5faabf4ce;hpb=e85f9a6771693aa11baee5cd48df871da2583f6a;p=sim%2Fo1-interface.git diff --git a/ntsimulator/ntsim-ng/core/framework.h b/ntsimulator/ntsim-ng/core/framework.h index b4fe3df..21ea844 100644 --- a/ntsimulator/ntsim-ng/core/framework.h +++ b/ntsimulator/ntsim-ng/core/framework.h @@ -49,6 +49,7 @@ #define ENV_VAR_SDN_CONTROLLER_PROTOCOL "SDN_CONTROLLER_PROTOCOL" #define ENV_VAR_SDN_CONTROLLER_IP "SDN_CONTROLLER_IP" #define ENV_VAR_SDN_CONTROLLER_PORT "SDN_CONTROLLER_PORT" +#define ENV_VAR_SDN_CONTROLLER_CALLHOME_IP "SDN_CONTROLLER_CALLHOME_IP" #define ENV_VAR_SDN_CONTROLLER_CALLHOME_PORT "SDN_CONTROLLER_CALLHOME_PORT" #define ENV_VAR_SDN_CONTROLLER_USERNAME "SDN_CONTROLLER_USERNAME" #define ENV_VAR_SDN_CONTROLLER_PASSWORD "SDN_CONTROLLER_PASSWORD" @@ -69,7 +70,6 @@ typedef enum { NTS_MODE_MANAGER, NTS_MODE_NETWORK_FUNCTION, NTS_MODE_BLANK, - NTS_MODE_GENERATE_DATA, NTS_MODE_TEST, } nts_mode_t; @@ -124,6 +124,7 @@ typedef struct { char *protocol; char *ip; uint16_t port; + char *callhome_ip; uint16_t callhome_port; char *username; char *password;