X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fbase%2Fyang%2Fnts-common.yang;h=69ac506d08bd842f489a06258a7553c179d62c55;hp=960aea8d909eda1dcd6a19efc9c4a8cc5a4cea77;hb=f379349d310d61b27d2c0bf7334d2268cc8f42e2;hpb=f5b69d55ddd03b4e504efdd33e2047901d3be807 diff --git a/ntsimulator/deploy/base/yang/nts-common.yang b/ntsimulator/deploy/base/yang/nts-common.yang index 960aea8..69ac506 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 2021-10-29 { + description + "Added separete SDN Controller IP address for NETCONF Call Home."; + reference + "O-RAN-SC SIM project"; + } revision 2021-06-08 { description "Moved NTS_PROTOCOL_TYPE_BASE identities from nts-manager."; @@ -337,6 +343,11 @@ module nts-common { description "The port exposed by the SDN Controller."; } + leaf controller-netconf-call-home-ip { + type inet:host; + description + "The IP address of the SDN Controller for the NETCONF Call Home connection."; + } leaf controller-netconf-call-home-port { type inet:port-number; description