Version: $vx.x.x$
external function xf_calcUlHmacForReceivedMessages(
in octetstring p_rawData,
in BsId p_bsId,
in MacAddress p_msMacAddress,
in octetstring p_eik,
in AuthKey p_ak,
out HmacDigest p_hmacDigest
) return FncRetCode {...};
|
Generated with T3Doc 2.0 on Fri Jan 30 15:06:33 CET 2009.
Description
Calculate the Hmac-Digest. Uplink authentication key HMAC_KEY_U
shall be used. It can be extracted from the authentication key.
Parameters
p_rawDataString of which HMAC to be calculated
p_bsIdBS ID
p_msMacAddressSS MAC address
p_eikAuthentication Key
p_akAuthentication Key
p_hmacDigestHmac Digest
Returns
FncRetCode