*copyc nac$condition_code_limits
?? NEWTITLE := 'NAE$NETWORK_OPERATOR_UTILITY ------ ''NA'' 5000..5199', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST

    nac$min_ecc_netou               = nac$min_ecc + 5000,

    nae$access_lost                 = nac$min_ecc_netou + 5,
    {E Connection to system +P lost after CDCNET command sent.}

    nae$alarms_already_active       = nac$min_ecc_netou + 10,
    {E Alarms are already active for alarm group +P.}

    nae$alarms_not_active           = nac$min_ecc_netou + 15,
    {E Alarms are not active for alarm group +P.}

    nae$command_connection_ignored  = nac$min_ecc_netou + 30,
    {E No response received for connect request to system +P.}

    nae$command_connection_rejected = nac$min_ecc_netou + 35,
    {E Unable to establish connection to system +P.}

    nae$command_not_sent_to_system  = nac$min_ecc_netou + 40,
    {E The last CDCNET command was not sent to system +P.}

    nae$errors_during_command       = nac$min_ecc_netou + 50,
    {E Errors detected processing NETOU command +P. See $ERRORS.}

    nae$invalid_alarm_group         = nac$min_ecc_netou + 90,
    {E +P is not a valid alarm group name.}

    nae$no_command_sent             = nac$min_ecc_netou + 110,
    {E No CDCNET commands have been sent.}

    nae$response_not_received       = nac$min_ecc_netou + 145,
    {E No response received from system +P for the last CDCNET command.}

    nae$system_disconnected         = nac$min_ecc_netou + 160,
    {E Connection to system +P lost before CDCNET command sent.}

    nae$system_name_required        = nac$min_ecc_netou + 165,
    {E The name parameter is required for +P when the last CDCNET command ..
    {was sent to multiple systems.}

    nae$unknown_cdna_mdu_data_kind  = nac$min_ecc_netou + 190,
    {E Network message contains unknown kind of data.}

    nae$unknown_system              = nac$min_ecc_netou + 195,
    {E System +P is unknown.}

    nae$unsupported_address_kind    = nac$min_ecc_netou + 196,
    {E Address kind +P2, received from system +P1, is not supported.}

    nac$max_ecc_netou               = nac$min_ecc_netou + 199;

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

