Network-Facility-Extension
{iso (1) standard (0) pss1-generic-procedures (11582) network-facility-extension (2)}
DEFINITIONS ::=
BEGIN
EXPORTS NetworkFacilityExtension;
IMPORTS PartyNumber FROM Addressing-Data-Data elements
{ iso (1) standard (0) pss1-generic-procedures (11582)
addressing-data-data elements(9)};
NetworkFacilityExtension ::= [10] IMPLICIT SEQUENCE
{ sourceEntity [0] IMPLICIT EntityType,
sourceEntityAddress [1] AddressInformation OPTIONAL,
destinationEntity [2] IMPLICIT EntityType,
destinationEntityAddress [3] AddressInformation OPTIONAL}
EntityType ::= ENUMERATED
{ endPINX(0),
anyTypeOfPINX(1)}
AddressInformation ::= PartyNumber
END -- of Network Facility Extension
Network protocol profile component (NPP) (ISO/IEC 11582) The interpretation of the Service components field depends on the coding of the NPP component. If the receiving entity does not recognize or support the indicated NPP coding, the receiving destination entity shall discard the entire Facility IE.
Network-Protocol-Profile-component
{ iso (1) standard (0) pss1-generic-procedures (11582) network-protocol-profile-component (8) }
DEFINITIONS ::=
BEGIN
EXPORTS NetworkProtocolProfile;
NetworkProtocolProfile ::= [18] IMPLICIT INTEGER
{ acse (19),
dse (32)
} (0..254)
END -- of Network-Protocol-Profile-component
Interpretation component (IC) (ISO/IEC 11582)
Interpretation-component
{ iso (1) standard (0) pss1-generic-procedures (11582) interpretation-component (3) }
DEFINITIONS ::=
BEGIN
EXPORTS InterpretationComponent;
InterpretationComponent ::= [11] IMPLICIT ENUMERATED
{discardAnyUnrecognisedInvokePdu(0),
clearCallIfAnyInvokePduNotRecognised(1),
rejectAnyUnrecognisedInvokePdu(2)
-- this coding is implied by the absence of an
-- Interpretation Component.
}
END -- component