# Copyright 10 Aug 1995 Sun Microsystems, Inc. All Rights Reserved
# This file contains diagnostics codes as defined by Annex E of ITU
# (former CCITT) X.25 recommendation
# It is used by x25cause to print a clear/reset/restart cause code from x25 error
# codes
# To add a new code : just put the cause code after column 74 and the
# messages to be print before column 56
# Several can be used for the message just by adding two lines with the
# same code number after colum 74 (see code 41 for example)
# The diags are to be decimal
# NP CTE fix for bug 4626559, entire file.


CLEAR - Originated by DTE                                                    0
RESET - Originated by DTE                                                    0
RESTART - Originated by DTE                                                  0
CLEAR - Number Busy                                                          1
RESET - Out of Order (PVC only)                                              1
RESTART - Local Procedure Error                                              1
CLEAR - Invalid Facility Request                                             3
RESET - Remote Procedure Error                                               3
RESTART - Network Congestion                                                 3
CLEAR - Network Congestion                                                   5
RESET - Local Procedure Error                                                5
RESET - Network Congestion                                                   7
RESTART - Network Operational                                                7
CLEAR - Out of Order                                                         9
RESET - Remote DTE Operational (PVC only)                                    9
CLEAR - Access Barred                                                       11
CLEAR - Not Obtainable                                                      13
RESET - Network Operational (PVC only)                                      15
CLEAR - Remote Procedure Error                                              17
RESET - Incompatible Destination                                            17
CLEAR - Local Procedure Error                                               19
CLEAR - RPOA out of order                                                   21
CLEAR - Reverse Charging not Subscribed                                     25
RESET - Network Out of Order (PVC only)                                     29
CLEAR - DTE Incompatible Call                                               33
CLEAR - Fast Select acceptance not subscribed                               41
CLEAR - Ship absent (Marine Specific)                                       57

DTE Cause Codes
(be aware that some DTEs may have different meanings for these codes)
CLEAR - Originated by DTE                                                  128
RESET - Originated by DTE                                                  128
RESTART - Originated by DTE                                                128
CLEAR - Number Busy - DTE originated                                       129
RESET - Out of Order - DTE originated (PVC only)                           129
RESTART - Local Procedure Error - DTE originated                           129
CLEAR - Invalid Facility Request - DTE originated                          131
RESET - Remote Procedure Error - DTE originated                            131
RESTART - Network Congestion - DTE originated                              131
CLEAR - Network Congestion - DTE originated                                133
RESET - Local Procedure Error - DTE originated                             133
RESET - Network Congestion - DTE originated                                135
RESTART - Network Operational - DTE originated                             135
CLEAR - Out of Order - DTE originated                                      137
RESET - Remote DTE Operational - DTE originated                            137
CLEAR - Access Barred - DTE originated                                     139
CLEAR - Not Obtainable - DTE originated                                    141
CLEAR - Remote Procedure Error - DTE originated                            145
CLEAR - Local Procedure Error - DTE originated                             147
CLEAR - RPOA out of order - DTE originated                                 149
CLEAR - Reverse Charging not Subscribed - DTE originated                   153
CLEAR - DTE Incompatible Call - DTE originated                             161
CLEAR - Fast Select acceptance not subscribed - DTE originated             169
CLEAR - Ship absent - DTE originated  (Marine Specific)                    185
