group mseTestAdapterCommands {

  // Type definitions.

  type record ReportOfdmaCode_Cmd {
    TaPrimitiveMsgType taPrimitiveMsgType,
    MacAddress macAddress
  }

  type record ReportOfdmaCode_Rsp {
    TaPrimitiveMsgType taPrimitiveMsgType,
    FncRetCode fncRetCode,
    RngCode rngCode,
    UInt24 frameNr
  }

  type record SendCqichCodeword_Cmd {
    TaPrimitiveMsgType taPrimitiveMsgType,
    FastFeedbackChannelBits cqichCodeword
  }

  type record SendCqichCodeword_Rsp {
    TaPrimitiveMsgType taPrimitiveMsgType,
    FncRetCode fncRetCode
  }

  type record MseHarq_Cmd {
    TaPrimitiveMsgType taPrimitiveMsgType,
    Cid cid,
    AckBitList ackBitList optional
  }

  type record MseHarq_Rsp {
    TaPrimitiveMsgType taPrimitiveMsgType,
    FncRetCode fncRetCode
  }

  type record MseMbs_Cmd {
    TaPrimitiveMsgType taPrimitiveMsgType,
    Cid cid,
    Sfid sfid,
    MbsService mbsService,
    MbsZoneIdentifier mbsZoneIdentifier,
    MbsContentsId mbsContentsId
  }

  type record MseMbs_Rsp {
    TaPrimitiveMsgType taPrimitiveMsgType,
    FncRetCode fncRetCode
  }
}
Generated with T3Doc 2.0 on Fri Jan 30 15:06:40 CET 2009.