Version: v0.0.1 - 14 August 2008
group commonTestAdapterCommands {
// Type definitions.
type record RetrievePhyParamsOfNextSentPdu_Cmd {
TaPrimitiveMsgType taPrimitiveMsgType,
PortSwitch portSwitch
}
type record RetrievePhyParamsOfNextSentPdu_Rsp {
TaPrimitiveMsgType taPrimitiveMsgType,
FncRetCode fncRetCode,
PhyParams phyParams
}
type record WrongHarqCrcOfNextSentPdu_Cmd {
TaPrimitiveMsgType taPrimitiveMsgType,
PortSwitch portSwitch
}
type record WrongHarqCrcOfNextSentPdu_Rsp {
TaPrimitiveMsgType taPrimitiveMsgType,
FncRetCode fncRetCode
}
type record SendPduDuringInterval_Cmd {
TaPrimitiveMsgType taPrimitiveMsgType,
UInt8 taCommandId,
PortSwitch portSwitch,
MacPdu pduToBeSent,
FrameNumber minFrame,
FrameNumber maxFrame
}
type record SendPduDuringInterval_Rsp {
TaPrimitiveMsgType taPrimitiveMsgType,
UInt8 taCommandId,
FncRetCode fncRetCode,
PhyParams phyParams
}
type record SendUlAllocationDuringInterval_Cmd {
TaPrimitiveMsgType taPrimitiveMsgType,
UInt8 taCommandId,
Br bwAllocation,
FrameNumber minFrame,
FrameNumber maxFrame
}
type record SendUlAllocationDuringInterval_Rsp {
TaPrimitiveMsgType taPrimitiveMsgType,
UInt8 taCommandId,
FncRetCode fncRetCode,
PhyParams phyParams
}
}
|
Generated with T3Doc 2.0 on Fri Sep 05 17:01:32 CEST 2008.