*copyc nac$condition_code_limits
?? NEWTITLE := 'NAE$ICA_CONDITIONS ------ ''NA'' 1600 .. 1699',  EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST

    nac$min_ecc_ica                 = nac$min_ecc + 1600,

    nae$data_unit_size_too_big      = nac$min_ecc_ica + 5,
    {E The network device +P set a maximum data unit size of +P bytes, which ..
{is larger than the supported size of +P bytes with CYBER page size of +P bytes.}

    nae$device_down_via_pp          = nac$min_ecc_ica + 10,
    {E The network device +P down notification received from the PP.}

    nae$device_reset_thresh_exceed  = nac$min_ecc_ica + 15,
    {E The reset down threshold has been exceeded for network device +P.}

    nae$device_not_active           = nac$min_ecc_ica + 20,
    {E Network device +P is not active.}

    nae$net_device_reset_timeout    = nac$min_ecc_ica + 60,
    {E The reset down timer for network device +P has expired.}

    nae$state_change_in_progress    = nac$min_ecc_ica + 80,
    {E State change has already been initiated for the given element.}

    nae$unexpected_device_state     = nac$min_ecc_ica + 87,
    {E Network device +P in unexpected state.}

    nae$unexpected_pp_response      = nac$min_ecc_ica + 90,
    {E Unexpected +P response from network PP.}

    nae$unknown_element             = nac$min_ecc_ica + 93,
    {E The element +P is not present in the network configuration.}

    nac$max_ecc_ica                 = nac$min_ecc_ica + 99;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
