
  TYPE
    nlt$sm_await_routing_query = record
      next_entry: ^nlt$sm_await_routing_query,
      request_id: nlt$sm_request_identifier,
      task_id: ost$global_task_id,
      ready_on_route_known_response: boolean,
{ The destination_address field is needed for DEBUG only. It should be
{ deleted after JIT.
      destination_address: seq (REP nac$osi_max_network_address_len of cell),
      query_count: 0 .. 0ff(16),
      response_count: 0 .. 0ff(16),
      device_information_list: nlt$sm_device_information_list,
    recend;

*copyc nat$osi_network_address
*copyc nlt$sm_device_information
*copyc nlt$sm_request_identifier
*copyc ost$global_task_id
