
  TYPE
    nlt$system_management = record
      device_id: nlt$device_identifier,
      state: nlt$system_management_state,
      connection_id : nat$connection_id,
      network_address_length: nat$osi_network_address_length,
      network_address_prefix: ^nat$osi_network_address_prefix,
      generic_host_address: SEQ (REP nac$osi_max_network_address_len OF cell),
      device_specific_host_address: SEQ (REP nac$osi_max_network_address_len OF cell),
      device_version: nlt$sm_version,
      supported_protocol_class: nat$ta_preferred_protocol_class,
      active_connection_count: ALIGNED [0 MOD 8] integer,
      subnet_list: ^nlt$subnet_attributes,
      new_subnet_list: ^nlt$subnet_attributes,
    recend;

*copyc nat$connection_id
*copyc nat$osi_network_address
*copyc nat$osi_network_address_prefix
*copyc nat$ta_preferred_protocol_class
*copyc nlt$device_identifier
*copyc nlt$sm_protocol_data_unit
*copyc nlt$subnet_attributes
*copyc nlt$system_management_state
