
  CONST
    nlc$tm_agent_protocol_error = 1,
    nlc$tm_provider_protocol_error = 2,
    nlc$tm_version_not_supported = 3,
    nlc$tm_address_not_valid = 4,
    nlc$tm_service_terminated = 5,
    nlc$tm_header_indicernible = 6,
    nlc$tm_header_length_incorrect = 7,
    nlc$tm_invalid_encoding = 8,
    nlc$tm_host_not_configured = 9;

  TYPE
    nlt$tm_release_reason = 0 .. 0ff(16);
