Commit 7065075b authored by Martin Ward's avatar Martin Ward
Browse files

Editorial changes to etsi-qkd-sdn-topology.yang

parent 36b111f4
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -21,10 +21,10 @@ module etsi-qkd-sdn-topology {

  description
    "This module contains the groupings and containers composing the software-defined QKD network 
    topology information models specified in ETSI GS QKD 018 V0.0.8";
    topology information models specified in ETSI GS QKD 018 V0.0.11";
  
  revision 2021-09-20 {
    description "The YANG module for QKD network topology";
    description "The YANG module for QKD network topology.";
  }

  grouping qkdn_id_ref {
@@ -71,7 +71,7 @@ module etsi-qkd-sdn-topology {

  grouping qkd_interfaces {
    container qkd_interfaces {
      description "A set of the physical QKD modules of the SD-QKD node";
      description "A set of the physical QKD modules of the SD-QKD node.";

      list qkdi {
        key "qkdi_id";
@@ -85,7 +85,7 @@ module etsi-qkd-sdn-topology {
  grouping qkdn_list {
    list qkdn {
      key "qkdn_id";
      description "List of SD-QKD nodes in QKD network";
      description "List of SD-QKD nodes in QKD network.";


      uses etsi-qkdn:qkdn_id {
@@ -107,8 +107,8 @@ module etsi-qkd-sdn-topology {
          description "Uniquely identifies the local (source) SD-QKD node. Must be in the same topology.";
        }
        refine qkdi_id_ref {
          description "Interface ID of the local (source) SD-QKD node which is connected to the QKD physical link.
            This interface is located within the local SD-QKD node and terminates the QKD physical link";
          description "Interface ID of the local (source) SD-QKD node that is connected to the QKD physical link.
            This interface is located within the local SD-QKD node and terminates the QKD physical link.";
        }
      }            
    }
@@ -123,8 +123,8 @@ module etsi-qkd-sdn-topology {
          description "Uniquely identifies the remote (destination) SD-QKD node. Must be in the same topology.";
        }
        refine qkdi_id_ref {
          description "Interface ID of the remote (destination) SD-QKD node which is connected to the QKD physical link.
            This interface is located within the remote SD-QKD node and terminates the QKD physical link";
          description "Interface ID of the remote (destination) SD-QKD node that is connected to the QKD physical link.
            This interface is located within the remote SD-QKD node and terminates the QKD physical link.";
        }
      } 
    }
@@ -133,7 +133,7 @@ module etsi-qkd-sdn-topology {
  grouping phys_link_list {
    list phys_link {
      key "phys_link_id";
      description "List of QKD physical links to directly connect SD-QKD nodes in QKD network";
      description "List of QKD physical links to directly connect SD-QKD nodes in QKD network.";

      leaf phys_link_id {
        type yang:uuid;
@@ -160,8 +160,8 @@ module etsi-qkd-sdn-topology {
          description "Uniquely identifies the local (source) SD-QKD node.";
        }
        refine qkdi_id_ref {
          description "Interface ID of the local (source) SD-QKD node which is connected to the QKD service link.
            This interface is located within the local SD-QKD node and terminates the QKD service link";
          description "Interface ID of the local (source) SD-QKD node that is connected to the QKD service link.
            This interface is located within the local SD-QKD node and terminates the QKD service link.";
        }
      }
    }
@@ -176,8 +176,8 @@ module etsi-qkd-sdn-topology {
          description "Uniquely identifies the remote (destination) SD-QKD node.";
        }
        refine qkdi_id_ref {
          description "Interface ID of the remote (destination) SD-QKD node which is connected to the QKD service link.
            This interface is located within the remote SD-QKD node and terminates the QKD service link";
          description "Interface ID of the remote (destination) SD-QKD node that is connected to the QKD service link.
            This interface is located within the remote SD-QKD node and terminates the QKD service link.";
        }
      }            
    }