
{ In the following definition '_ri_' stands for '_release_indication_'.
{ The following are the reason codes sent by the UDP Access Provider
{ via the Release Socket Indication.

  CONST
    nlc$udpaa_ri_user_data_too_big = 1,
    nlc$udpaa_ri_protocol_error = 3,
    nlc$udpaa_ri_cc_service_term = 4;

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