OSI/AS Programming Manual
Named Values
DDL Definitions
A–24 056783 Tandem Computers Incorporated
The ZAPS-VAL-CON-xxx values are as follows:
CONSTANT ZAPS-VAL-CON-NOVALUE VALUE 0.
CONSTANT ZAPS-VAL-CON-ACCEPT VALUE 1.
CONSTANT ZAPS-VAL-CON-U-REJECT-NORSN VALUE 2.
CONSTANT ZAPS-VAL-CON-U-REJECT-CONG VALUE 3.
CONSTANT ZAPS-VAL-CON-U-REJECT-DATA VALUE 4.
CONSTANT ZAPS-VAL-CON-P-REJECT-NORSN VALUE 100.
CONSTANT ZAPS-VAL-CON-P-REJECT-CONG VALUE 101.
CONSTANT ZAPS-VAL-CON-P-REJECT-ADDR VALUE 102.
CONSTANT ZAPS-VAL-CON-P-REJECT-NOATTACH VALUE 103.
CONSTANT ZAPS-VAL-CON-P-REJECT-VERSION VALUE 104.
CONSTANT ZAPS-VAL-CON-U-REJECT VALUE 200.
CONSTANT ZAPS-VAL-CON-P-REJECT VALUE 201.
CONSTANT ZAPS-VAL-CON-REJECT-PERM VALUE 300.
CONSTANT ZAPS-VAL-CON-REJECT-TRANS VALUE 301.
ZAPS-VAL-CON-NOVALUE shows that no value is currently assigned to this
parameter. This value applies to session, presentation, and ACSE connections.
ZAPS-VAL-CON-ACCEPT shows that the called user and the service provider accept
the connection. This value applies to session, presentation, and ACSE connections.
ZAPS-VAL-CON-U-REJECT-NORSN shows that the called user rejects the connection
without giving a reason. This value applies to session connections.
ZAPS-VAL-CON-U-REJECT-CONG shows that the called user rejects the connection
because of temporary congestion. This value applies to session connections.
ZAPS-VAL-CON-U-REJECT-DATA shows that the called user rejects the connection
and supplies some user data. The data may, for example, give the reason for the
rejection. If you wish to reject a connect indication but send user data, you must use
this parameter value when you call APS_ASSOC_CONNECTRSP_. This value applies
to session connections.
ZAPS-VAL-CON-P-REJECT-NORSN shows that the session service provider rejects
the connection without giving a reason. This value applies to session connections.
ZAPS-VAL-CON-P-REJECT-CONG shows that the service provider rejects the
connection because of congestion. This value applies to session connections.
ZAPS-VAL-CON-P-REJECT-ADDR shows that the service provider rejects the
connection because the called address is unknown. This value applies to session
connections.