OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Module RRLPV10Types


Import Declarations:


Data Types Summary
_0PDU
PDU
RRLP_Component

Details

_0PDU
INTEGER (0..7)

PDU
PDU ::= SEQUENCE {
    referenceNumber            INTEGER (0..7),
    component                RRLP-Component
}
RRLP-Component

RRLP_Component
RRLP-Component ::= CHOICE {
    msrPositionReq            MsrPosition-Req,
    msrPositionRsp            MsrPosition-Rsp,
    assistanceData            AssistanceData,
    assistanceDataAck        NULL,
    protocolError            ProtocolError,
    ...,
    posCapabilityReq        PosCapability-Req,
    posCapabilityRsp        PosCapability-Rsp
}
END