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 Sep 05 17:01:14 CEST 2008.

Description

Calculate the Hmac-Digest. Uplink authentication key HMAC_KEY_U
shall be used. It can be extracted from the authentication key.


Parameters

p_rawData
String of which HMAC to be calculated
p_bsId
BS ID
p_msMacAddress
SS MAC address
p_eik
Authentication Key
p_ak
Authentication Key
p_hmacDigest
Hmac Digest


Returns

FncRetCode