OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support)

General OSI/AS and OSI/TS Manual Changes and Corrections
8–20 107751 Tandem Computers Incorporated
compress-objid input
INT
is a flag telling APS how to handle object IDs. The value ZAPS-VAL-TRUE
indicates that all object IDs are returned through the APS_ASSOC_GETPARAM_
procedure in compressed form (regardless as to how they were given to APS).
The value ZAPS-VAL-FALSE or the absence of the parameter indicates that no
APS procedures return object IDs in compressed form.
New parameter for the APS_ASSOC_CONNECTREQ_ procedure call: This procedure
has one new parameter,
compress-objid
.
This procedure allows you to issue a session, presentation, or ACSE connect request to
a remote application. For more information on connection establishment, see
“Establishing a Connection” in Section 2 of the Tandem OSI/AS Programming Manual.
status
:= APS_ASSOC_CONNECTREQ_
(
cepi
! O
,
api-environment
! I
,
local-appl
! I
,
remote-appl
! I
,
session-rqmnts
! I
,[
conid
] ! I
,[
user-data
] ! I
,[
tag
] ! I
,[
service-id
] ! I
,[
mode
] ! I
,[
pres-context-list
] ! I
,[
pres-default-context-name
] ! I
,[
acse-appl-context-name
] ! I
,[
acse-local-ae-title
] ! I
,[
acse-remote-ae-title
] ! I
,[
acse-local-invocation-ids
] ! I
,[
acse-remote-invocation-ids
] ! I
,[
subdevice-name
] ! I
,[
compress-objid
]); ! I
compress-objid input
INT
is a flag telling APS how to handle object IDs. The value ZAPS-VAL-TRUE
indicates that all object IDs are returned through the APS_ASSOC_GETPARAM_
procedure in compressed form (regardless as to how they were given to APS).
The value ZAPS-VAL-FALSE or the absence of the parameter indicates that no
APS procedures return object IDs in compressed form.