Description:
|
transportConnection MANAGED OBJECT CLASS
DERIVED FROM "GMI":singlePeerConnection;
-- which is derived from "DMI":top
CHARACTERIZED BY transportConnection-P PACKAGE
BEHAVIOUR
initialValues-B,
connectionCreationDeletion-B,
successfulConnectionEstablishment-B,
deactivateConnection-B,
transportConnection-B BEHAVIOUR
DEFINED AS
!The following point should be noted with regard to items inherited from elsewhere: octets sent/received counters count only octets of user data, not protocol control information.!;;
ATTRIBUTES
"DMI":octetsReceivedCounter GET,
"DMI":octetsSentCounter GET,
"DMI":pdusReceivedCounter GET,
"DMI":pdusRetransmittedErrorCounter GET,
"DMI":pdusSentCounter GET,
calledNSAPAddress GET,
calledTSelector GET,
callingNSAPAddress GET,
callingTSelector GET,
connectionDirection GET,
localReference GET,
maxTPDUSize GET,
networkConnectionIDs GET,
protocolClass GET,
protocolErrors GET,
remoteReference GET,
respondingNSAPAddress GET;
ATTRIBUTE GROUPS
"GMI":counters
"DMI":octetsReceivedCounter
"DMI":octetsSentCounter
"DMI":pdusReceivedCounter
"DMI":pdusSentCounter
"DMI":pdusRetransmittedErrorCounter
protocolErrors;
NOTIFICATIONS
"DMI":objectCreation
transportConnectionName
protocolClass-PAR
maxTPDUSize-PAR
callingTSelector-PAR
calledTSelector-PAR
callingNSAPAddress-PAR
calledNSAPAddress-PAR
respondingNSAPAddress-PAR
connectionDirection-PAR
networkConnectionIDs-PAR,
"DMI":objectDeletion
transportConnectionName
protocolClass-PAR
maxTPDUSize-PAR
callingTSelector-PAR
calledTSelector-PAR
callingNSAPAddress-PAR
calledNSAPAddress-PAR
respondingNSAPAddress-PAR
connectionDirection-PAR
networkConnectionIDs-PAR
objectDeletionCause,
-- successfulConnectionEstablishment
"GMI":communicationsInformation
-- The following parameters are reported in the informationData field
transportConnectionName
protocolClass-PAR
maxTPDUSize-PAR
callingTSelector-PAR
calledTSelector-PAR
callingNSAPAddress-PAR
calledNSAPAddress-PAR
respondingNSAPAddress-PAR
connectionDirection-PAR
networkConnectionIDs-PAR;
;;
CONDITIONAL PACKAGES
transportConnectionClass1-P
PRESENT IF
!At the initiating side, present if class 1 is requested or can be accepted following class negotiation procedures. At the responding side, present if class 1 is chosen!,
transportConnectionClass2-P
PRESENT IF
!At the initiating side, present if class 2 is requested or can be accepted following class negotiation procedures. At the responding side, present if class 2 is chosen!,
transportConnectionClass3-P
PRESENT IF
!At the initiating side, present if class 3 is requested or can be accepted following class negotiation procedures. At the responding side, present if class 3 is chosen!,
transportConnectionClass4-P
PRESENT IF
!At the initiating side, present if class 4 is requested or can be accepted following class negotiation procedures. At the responding side, present if class 4 is chosen!,
transportConnectionNCMS-P
PRESENT IF !NCMS is implemented!;
|
|