Version: $vx.x.x$
external function xf_createEapRspFromEapClient(
in EapPacket p_eapReq,
out EapPacket p_eapRsp,
out boolean p_eapFinished
) return FncRetCode {...};
|
Generated with T3Doc 2.0 on Fri Sep 05 17:01:14 CEST 2008.
Description
BsSimu uses this call to receive an EAP packet from Radius Server to be sent to IUT (=MS)
Parameters
p_eapReqMsg to be used in order to create the next Eap Rsp
p_eapRspMsg to be received
p_eapFinishedIndicates that it is the last message to be sent and MSK is available.
Returns
FncRetCode