Commit cfdb7ffd authored by Martin Ward's avatar Martin Ward
Browse files

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

parent 2220f3e2
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -21,10 +21,10 @@ module etsi-qkd-sdn-connectivity {

  description
    "This module contains the groupings and containers composing the software-defined QKD network
    connectivity service information models specified in ETSI GS QKD 018 V0.0.8";
    connectivity service information models specified in ETSI GS QKD 018 V0.0.11";

  revision 2021-09-20 {
    description "The YANG module for QKD network connectivity service";
    description "The YANG module for QKD network connectivity service.";
  }

  identity ACTION-RESULT {
@@ -140,7 +140,7 @@ module etsi-qkd-sdn-connectivity {
      }
      min-elements 1;
      ordered-by system;
      description "A sequence of QKD physical links which constitute the specific key relay path.";
      description "A sequence of QKD physical links that constitute the specific key relay path.";
    }
  }

@@ -168,30 +168,30 @@ module etsi-qkd-sdn-connectivity {

      list include_nodes {
        key "qkdn_id_ref qkdi_id_ref";
        description "List of SD-QKD nodes and their interfaces which should be included in candidate paths list
        description "List of SD-QKD nodes and their interfaces to be included in candidate paths list
          when SDQNC calculates candidate paths list.";

        uses qkdn_qkdi_id_ref {
          refine qkdn_id_ref {
            description "Unique ID of the SD-QKD node which should be included in candidate paths list.";
            description "Unique ID of the SD-QKD node to be included in candidate paths list.";
          }
          refine qkdi_id_ref {
            description "Interface ID of the SD-QKD node which should be included in candidate paths list.";
            description "Interface ID of the SD-QKD node to be included in candidate paths list.";
          }
        }
      }

      list exclude_nodes {
        key "qkdn_id_ref qkdi_id_ref";
        description "List of SD-QKD nodes and their interfaces which should be excluded in candidate paths list
        description "List of SD-QKD nodes and their interfaces to be excluded from candidate paths list
          when SDQNC calculates candidate paths list.";

        uses qkdn_qkdi_id_ref {
          refine qkdn_id_ref {
            description "Unique ID of the SD-QKD node which should be excluded in candidate paths list.";
            description "Unique ID of the SD-QKD node to be excluded from candidate paths list.";
          }
          refine qkdi_id_ref {
            description "Interface ID of the SD-QKD node which should be excluded in candidate paths list.";
            description "Interface ID of the SD-QKD node to be excluded from candidate paths list.";
          }
        }
      }
@@ -204,13 +204,13 @@ module etsi-qkd-sdn-connectivity {

      leaf num_of_candidate_paths {
        type uint32;
        description "The number of candidate paths which SDQNC calculates and provides.";
        description "The number of candidate paths that SDQNC calculates and provides.";
      }

      list candidate_path {
        key "path_id";
        description "List of end-to-end key relay paths.
          Each path consists of QKD physical links from the local SD-QKD node to the remote SD-QKD node";
          Each path consists of QKD physical links from the local SD-QKD node to the remote SD-QKD node.";

        leaf path_id {
          type uint32;
@@ -229,7 +229,7 @@ module etsi-qkd-sdn-connectivity {
      leaf path_id {
        type uint32;
        description "Identifier of a path deployed for QKD service link. This value is chosen by SDNO from the path ids
          of candidate paths list after SDNO has received candidate paths list from SDQNC";
          of candidate paths list after SDNO has received candidate paths list from SDQNC.";
      }

      uses phys_links_per_path;