Commit 6da738e7 authored by britoj's avatar britoj
Browse files

v2.1.1

parent 465b3433
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
@@ -799,13 +799,13 @@ module etsi-qkd-sdn-node {
    }
    }
  }
  }


  notification sqdkdn_link_down {
  notification sdqkdn_link_down {
    description "As in the interface down event, this notification contains
    description "As in the interface down event, this notification contains
      the identifier of a given link which has gone down unexpectedly. 
      the identifier of a given link which has gone down unexpectedly. 
      In addition, further information can be sent in the 'reason' field.";
      In addition, further information can be sent in the 'reason' field.";
    
    
    container qkd_link {
    container qkd_link {
      description "'sqdkdn_link_down' notification's qkd_link parameters.";
      description "'sdqkdn_link_down' notification's qkd_link parameters.";


      uses qkdl_id;
      uses qkdl_id;


@@ -814,18 +814,18 @@ module etsi-qkd-sdn-node {
    }
    }
  }
  }


  notification sqdkdn_link_perf_update {
  notification sdqkdn_link_perf_update {
    description "This notification allows to inform of any mayor 
    description "This notification allows to inform of any mayor 
      modification in the performance of an active link. The identifier 
      modification in the performance of an active link. The identifier 
      of the link is sent together with the performance parameters of the link.";
      of the link is sent together with the performance parameters of the link.";


    container qkd_link {
    container qkd_link {
      description "'sqdkdn_link_perf_update' notification's qkd_link parameters.";
      description "'sdqkdn_link_perf_update' notification's qkd_link parameters.";


      uses qkdl_id;
      uses qkdl_id;


      container performance {
      container performance {
      description "'sqdkdn_link_perf_update' notification's performance parameters.";
      description "'sdqkdn_link_perf_update' notification's performance parameters.";


        uses common_performance;
        uses common_performance;


@@ -835,18 +835,18 @@ module etsi-qkd-sdn-node {
    }
    }
  }
  }


  notification sqdkdn_link_overloaded {
  notification sdqkdn_link_overloaded {
    description "This notification is sent when the link cannot cope with the 
    description "This notification is sent when the link cannot cope with the 
      demand. The link identifier is sent with the expected consumption and 
      demand. The link identifier is sent with the expected consumption and 
      general performance parameters.";
      general performance parameters.";
    
    
    container qkd_link {
    container qkd_link {
      description "'sqdkdn_link_overloaded' notification's qkd_link parameters.";
      description "'sdqkdn_link_overloaded' notification's qkd_link parameters.";


      uses qkdl_id;
      uses qkdl_id;


      container performance {
      container performance {
      description "'sqdkdn_link_overloaded' notification's performance parameters.";
      description "'sdqkdn_link_overloaded' notification's performance parameters.";


        uses common_performance;
        uses common_performance;