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 Jan 30 15:06:33 CET 2009.

Description

BsSimu uses this call to receive an EAP packet from Radius Server to be sent to IUT (=MS)


Parameters

p_eapReq
Msg to be used in order to create the next Eap Rsp
p_eapRsp
Msg to be received
p_eapFinished
Indicates that it is the last message to be sent and MSK is available.


Returns

FncRetCode