OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-6
ZAPS Structures
ZAPS Structures
The first part of this subsection describes the APS data structures relevant to the
ZFTM structures presented later in this subsection. All APS structures begin with
ZAPS. The OSI/AS Programming Manual also documents these structures.
ZAPS-DDL-ABSTRACT-SYN-NAME
describes an ASN.1 abstract syntax.
ZAPS-DDL-AE-TITLE
defines an ACSE application entity title (AE title). You can use ZAPS-DDL-AE-
TITLE to specify local and remote AE titles in the FTAM initialize service.
ZAE-TITLE-TYPE specifies the format of an AE title as one of the following:
ZAPS-VAL-AE-TITLE-NOCONTENT indicates that the AE title has no content
because it was received in format 1. OSI/AS does not support AE titles in format 1.
ZAPS-VAL-AE-TITLE-FORMAT0 indicates that the AE title is not present.
ZAPS-VAL-AE-TITLE-FORMAT2 identifies an AE title in format 2.
ZAE-TITLE-FORMAT2 specifies an AE title in format 2. It can contain either an
application entity qualifier, an application process title, or both:
ZAE-QUALIFIER-ISPRESENT specifies whether an application entity qualifier (AE
qualifier) is present. The value is either ZAPS-VAL-PRESENT or ZAPS-VAL-
ABSENT.
ZAE-QUALIFIER is the application entity qualifier, if present.
ZAP-TITLE is the application process title, if present.
ZAPS-DDL-APPL-ADDR
contains the OSI address and the locally assigned name of an application. You can
use this structure to specify local and remote (responder) application addresses
DEFINITION ZAPS-DDL-ABSTRACT-SYN-NAME TYPE ZAPS-DDL-OBJ-ID.
DEFINITION ZAPS-DDL-AE-TITLE.
02 ZAE-TITLE-TYPE TYPE ZAPS-DDL-INT1.
02 ZAE-TITLE-FORMAT2.
03 ZAE-QUALIFIER-ISPRESENT TYPE ZAPS-DDL-ISPRESENT.
03 ZAE-QUALIFIER TYPE ZAPS-DDL-INT2.
03 ZAP-TITLE TYPE ZAPS-DDL-OBJ-ID.
END
Valid values for ZAE-TITLE-TYPE are:
CONSTANT ZAPS-VAL-AE-TITLE-NOCONTENT VALUE -1 TYPE BINARY 32.
CONSTANT ZAPS-VAL-AE-TITLE-FORMAT0 VALUE 0 TYPE BINARY 32.
CONSTANT ZAPS-VAL-AE-TITLE-FORMAT2 VALUE 2 TYPE BINARY 32.