X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fbase%2Fyang%2Fnts-common.yang;fp=ntsimulator%2Fdeploy%2Fbase%2Fyang%2Fnts-common.yang;h=98c92ead564b86ff96b46971dcd86be6bb720dde;hb=82d15195f8617207727a8505729c4c2b15383ec3;hp=74a8a75f4afc8bb040d44906e2f4cd33267ca0d7;hpb=9930f2ad0c0927530fb677f1fda46d3dc7d693f2;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/base/yang/nts-common.yang b/ntsimulator/deploy/base/yang/nts-common.yang index 74a8a75..98c92ea 100644 --- a/ntsimulator/deploy/base/yang/nts-common.yang +++ b/ntsimulator/deploy/base/yang/nts-common.yang @@ -18,6 +18,12 @@ module nts-common { description "This module contains common yang definitions YANG definitions for the Network Topology Simulator."; + revision 2022-09-29 { + description + "Added O1 pnfRegistration standard defined capabilities."; + reference + "O-RAN-SC SIM project"; + } revision 2021-10-29 { description "Added separate SDN Controller IP address for NETCONF Call Home."; @@ -173,6 +179,11 @@ module nts-common { description "Controls the Web Cut Through feature."; } + bit ves-o1-pnf-registration { + position 6; + description + "Controls the ves-o1-pnf-registration (stndDefined) feature."; + } } description "Describes the features that can be enabled/disabled in the Network Function."; @@ -307,6 +318,11 @@ module nts-common { description "For enabling the PNF Registration messages. If set to 'true', each simulated device, when booting up, will send a PNF Registration message to the VES Collector."; } + leaf o1-pnf-registration { + type boolean; + description + "For enabling the O1 PNF Registration (stndDefined) messages. If set to 'true', each simulated device, when booting up, will send a O1 PNF Registration (stndDefined) message to the VES Collector."; + } leaf heartbeat-period { type uint16; description