openconfig-ate-intf

This module defines augments to the OpenConfig tree specifically for automated test equipment (ATE) devices. These parameters ar...

  • Version: 2019-08-07

    openconfig-ate-intf@2019-08-07


    
      module openconfig-ate-intf {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/ate-intf";
    
        prefix oc-atei;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
         netopenconfig@googlegroups.com";
    
        description
          "This module defines augments to the OpenConfig tree specifically for
        automated test equipment (ATE) devices. These parameters are not widely
        supported by non-ATE devices.";
    
        revision "2019-08-07" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.0";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-ate-intf
    

© 2023 YumaWorks, Inc. All rights reserved.