gearbox2_driver

This module contains definitions for the Calvados model objects. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights rese...

  • Version: 2018-04-09

    gearbox2_driver@2018-04-09


    
      module gearbox2_driver {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/calvados/calvados_controllers/slice_control/gearbox2";
    
        prefix gearbox2_driver;
    
        import gearbox2_driver_types {
          prefix gearbox2-driver-types;
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
    Customer Service
    
    Postal: 170 West Tasman Drive
    San Jose, CA 95134
    
    Tel: +1 800 553-NETS
    
    E-mail: cs-yang@cisco.com";
    
        description
          "This module contains definitions
    for the Calvados model objects.
    
    Copyright (c) 2012-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2018-04-09" {
          description
            "Required changes for ConfD 6.4.5";
        }
    
    
        grouping gearbox2_lane_data {
          list gearbox2_lane {
            key "gearbox2_lane_id";
            leaf gearbox2_lane_id {
              type gearbox2-driver-types:gearbox2_lane_id_type;
            }
    
            leaf is_data_available {
              type boolean;
              default "false";
            }
    
            leaf system_side_lanes {
              type string;
            }
    
            leaf cdr_lock_status_caui {
              type string;
            }
    
            leaf line_side_lanes {
              type string;
            }
    
            leaf lane_status_cdr {
              type string;
            }
    
            leaf lane_status_sig {
              type string;
            }
    
            leaf los_status {
              type string;
            }
    
            leaf system_side_loopback {
              type string;
            }
    
            leaf lane_side_loopback {
              type string;
            }
          }  // list gearbox2_lane
        }  // grouping gearbox2_lane_data
    
        grouping gearbox2_summary_info {
          list gearbox2_summary {
            key "gearbox2_id";
            leaf gearbox2_id {
              type gearbox2-driver-types:gearbox2_id_type;
            }
    
            leaf is_data_available {
              type boolean;
              default "false";
            }
    
            leaf inited {
              type boolean;
              default "false";
            }
    
            leaf gopaque {
              type string;
            }
    
            leaf gnodeid {
              type string;
            }
    
            leaf gslice {
              type uint32;
            }
    
            leaf gport {
              type uint32;
            }
    
            leaf gdev_addr {
              type uint8;
            }
    
            leaf gdev_type {
              type uint8;
            }
    
            leaf gctrace_err_hdl {
              type string;
            }
    
            leaf gctrace_evt_hdl {
              type string;
            }
    
            leaf gctrace_intr_hdl {
              type string;
            }
    
            leaf gparent {
              type string;
            }
    
            leaf line_lane_cnt {
              type string;
            }
    
            leaf sys_lane_cnt {
              type string;
            }
    
            leaf verbose {
              type boolean;
              default "false";
            }
    
            leaf dwnld_done {
              type boolean;
              default "false";
            }
    
            leaf chip_version {
              type string;
            }
    
            leaf reversion {
              type string;
            }
    
            leaf firmware_version {
              type string;
            }
    
            leaf ucode_checksum {
              type string;
            }
    
            leaf chip_modesel {
              type string;
            }
    
            leaf chip_ref_clocksel {
              type string;
            }
          }  // list gearbox2_summary
        }  // grouping gearbox2_summary_info
    
        grouping gearbox2_data_show {
          list gearbox2 {
            key "gearbox2_id";
            leaf gearbox2_id {
              type gearbox2-driver-types:gearbox2_id_type;
            }
    
            uses gearbox2_lane_data;
          }  // list gearbox2
        }  // grouping gearbox2_data_show
      }  // module gearbox2_driver
    

© 2023 YumaWorks, Inc. All rights reserved.