X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ntsimulator%2Fntsim-ng%2Fcore%2Fxpath.h;h=b74bb90a1da487b49718255414459addf8d7797c;hb=refs%2Fchanges%2F90%2F11090%2F1;hp=a3cf2b89670c4e88fa53a110ff2d7002914237b2;hpb=15be1f3b456af2c634418ebfa10930bf142c1379;p=sim%2Fo1-interface.git diff --git a/ntsimulator/ntsim-ng/core/xpath.h b/ntsimulator/ntsim-ng/core/xpath.h index a3cf2b8..b74bb90 100644 --- a/ntsimulator/ntsim-ng/core/xpath.h +++ b/ntsimulator/ntsim-ng/core/xpath.h @@ -39,6 +39,7 @@ #define NTS_NF_VES_FAULTS_ENABLED_SCHEMA_XPATH "/nts-network-function:simulation/network-function/ves/faults-enabled" #define NTS_NF_VES_HEARTBEAT_SCHEMA_XPATH "/nts-network-function:simulation/network-function/ves/heartbeat-period" #define NTS_NF_VES_PNF_REGISTRATION_SCHEMA_XPATH "/nts-network-function:simulation/network-function/ves/pnf-registration" +#define NTS_NF_VES_O1_PNF_REGISTRATION_SCHEMA_XPATH "/nts-network-function:simulation/network-function/ves/o1-pnf-registration" #define NTS_NF_NETWORK_EMULATION_SCHEMA_XPATH "/nts-network-function:simulation/network-emulation" #define NTS_NF_HARDWARE_EMULATION_SCHEMA_XPATH "/nts-network-function:simulation/hardware-emulation" #define NTS_NF_HE_NETCONF_DELAY_SCHEMA_XPATH "/nts-network-function:simulation/hardware-emulation/netconf-delay" @@ -95,3 +96,7 @@ #define NC_NOTIFICATIONS_MODULE "nc-notifications" #define NC_NOTIFICATIONS_STREAMS_SCHEMA_XPATH "/nc-notifications:netconf/streams" + +#define O_RAN_SUPERVISION_NOTIFICATION_SCHEMA_XPATH "/o-ran-supervision:supervision-notification" +#define O_RAN_SUPERVISION_NOTIFICATION_SESSION_ID_SCHEMA_XPATH "/o-ran-supervision:supervision-notification/session-id" +#define O_RAN_SUPERVISION_WATCHDOG_RESET_RPC_SCHEMA_XPATH "/o-ran-supervision:supervision-watchdog-reset"