OpenTP1 Version 7 System Definition

[Contents][Index][Back][Next]

XATMI communication service definition

Format

set format

[set xatinitapt="local-AP-name"]
[set xatinitaeq="local-AE-modifier"]
[set xat_aso_con_event_svcname="service-group-name",
                               "service-name"]
[set xat_aso_discon_event_svcname="service-group-name",
                                  "service-name"]
[set xat_aso_failure_event_svcname="service-group-name",
                                   "service-name"]
[set max_open_fds=maximum-FDS-value-used-by-OSI-TP-
                  communication-association]
[set max_socket_descriptors=maximum-FDS-value-used-by-
                            communication-between-XATMI-
                            communication-service-and-UAP]

command format

xatsrvadd -p "remote-AP-name" -q "remote-AE-modifier"
         [-s "service-name" [,"service-name"]...]

Function

This definition determines the execution environment for OSI TP communication via XATMI interface using TP1/NET/OSI-TP-Extended.

This definition is not required when TP1/NET/OSI-TP-Extended is not used.

Explanation

set format

xatinitapt="local-AP-name"~<1-24 character hexadecimal number>

Specify the local AP name for each OpenTP1 system.

Specify the same AP name as that of the initiating side when the local system is the initiating side specified in the protocol native definition of TP1/NET/OSI-TP-Extended.

xatinitaeq="local-AE-modifier"~<unsigned integer> ((0-2147483647))

Specify the local AE modifier attached to each OpenTP1 system.

Specify the same AE modifier as that of the initiating side when the local system is the initiating side specified in the protocol native definition of TP1/NET/OSI-TP-Extended.

xat_aso_con_event_svcname="service-group-name", "service-name"

Specify the service group name and the service name of the SPP that receives the notification of association establishment.

service-group-name~<1-31 character identifier>
Specify the service group name of the SPP that receives the notification of association establishment.

service-name~<1-31 character identifier>
Specify the service name of the SPP that receives the notification of association establishment.

The service group name and the service name specified in this operand can be the same service group name and service name specified in the xat_aso_discon_event_svcname operand and the xat_aso_failure_ event_svcname operand. When the same service group name and service name are specified, a single service function can receive both the notification of association establishment and that of release.

If this operand is not specified, the communication event is not notified.

xat_aso_discon_event_svcname="service-group-name", "service-name"

Specify the service group name and the service name of the SPP that receives the notification of normal release of association.

service-group-name~<1-31 character identifier>
Specify the service group name of the SPP that receives the notification of normal release of association.

service-name~<1-31 character identifier>
Specify the service name of the SPP that receives the notification of normal release of association.

The service group name and the service name specified in this operand can be the same service group name and service name specified in the xat_aso_con_event_svcname operand and the xat_aso_failure_event_svcname operand. When the same service group name and service name are specified, a single service function can receive both the notification of association establishment and that of release.

If this operand is not specified, the communication event is not notified.

xat_aso_failure_event_svcname="service-group-name", "service-name"

Specify the service group name and the service name of the SPP that receives the notification of abnormal release of association.

service-group-name~<1-31 character identifier>
Specify the service group name of the SPP that receives the notification of abnormal release of association.

service-name~<1-31 character identifier>
Specify the service name of the SPP that receives the notification of abnormal release of association.

The service group name and the service name specified in this operand can be the same service group name and service name specified in the xat_aso_con_event_svcname operand and the xat_aso_discon_event_svcname operand. When the same service group name and service name are specified, a single service function can receive both the notification of association establishment and that of release.

If this operand is not specified, the communication event is not notified.

max_open_fds=maximum-FDS-value-used-by-OSI TP-communication-association~ <unsigned integer> ((16-2016)) <<50>>

This specifies the maximum FDS value used by the OSI TP communication association. It is dependent on the number of TP1/NET/OSI-TP-Extended associations (connections).

max_socket_descriptors=maximum-FDS-value-used-by-communication-between-XATMI-communication-service-and-UAP~ <unsigned integer> ((4-2047)) <<64>>

This specifies the maximum FDS value used by communication between the XATMI communication service and the UAP using OSI TP communication. Preferably, the maximum value should be greater than, or equal to, the value obtained from the following calculation:

[Figure]Number of UAPs using OSI TP communication/0.8[Figure]

[Figure] [Figure]: The part below the decimal point is to be rounded up.

command format

See the following page.