Version: $vx.x.x$
external function xf_triggerBsDsaReqWithArqParameters(
ParameterSets p_parameterSets,
template RequestTransmissionPolicy p_requestTransmissionPolicy,
in ArqEnable p_arqEnable,
in ArqWindowSize p_arqWindowSize,
in ArqRetryTimeOutTx p_arqRetryTimeOutTx,
in ArqRetryTimeOutRx p_arqRetryTimeOutRx,
in ArqBlockLifetime p_arqBlockLifetime,
in ArqSyncLoss p_arqSyncLoss,
in ArqDeliverInOrder p_arqDeliverInOrder,
in ArqPurgeTimeOut p_arqPurgeTimeOut,
in ArqBlockSize p_arqBlockSize,
in RcvrArqAckProcTime p_rcvrArqAckProcTime,
boolean p_dlSrvFlow
) return FncRetCode {...};
|
Generated with T3Doc 2.0 on Fri Sep 05 17:01:15 CEST 2008.
Description
BS (=IUT) is triggered to send a DSA-REQ
Parameters
p_parameterSetsspecifies type of service flow.
p_requestTransmissionPolicy specifies requested transmission policy
ARQ parameters specifies value for ARQ enabled IE fields.
p_dlSrvFlow Specifies if a UL or DL service flow is
to be created.
Value true indicates that a downlink service is to be created.
Returns
FncRetCode