X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Fcore%2Fframework.h;h=b4fe3df1b060b5414c9105b910d790c5faabf4ce;hp=fa791b840bfa5a3c2c020bb478797bfb0b4cc801;hb=e85f9a6771693aa11baee5cd48df871da2583f6a;hpb=fd9a6164f9cff51682fcebe77f53d99b8d882bc7 diff --git a/ntsimulator/ntsim-ng/core/framework.h b/ntsimulator/ntsim-ng/core/framework.h index fa791b8..b4fe3df 100644 --- a/ntsimulator/ntsim-ng/core/framework.h +++ b/ntsimulator/ntsim-ng/core/framework.h @@ -127,6 +127,7 @@ typedef struct { uint16_t callhome_port; char *username; char *password; + bool port_absent; } sdn_controller; struct { @@ -139,6 +140,7 @@ typedef struct { char *username; char *password; char *certificate; + bool port_absent; } ves_endpoint; } framework_environment_t;