Commit 219ad7d7 authored by winckel's avatar winckel

Modified dummy returned MAC value for UE_BUILD.


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4922 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 96260e83
......@@ -742,7 +742,7 @@ static UInt32_t _nas_message_get_mac(const char* buffer, UInt32_t count,
LOG_FUNC_IN;
/* TODO: run integrity protection algorithm */
/* TODO: Return the message authentication code */
#if defined(EPC_BUILD)
#if defined(EPC_BUILD) || defined(UE_BUILD)
LOG_FUNC_RETURN (0);
#else
LOG_FUNC_RETURN (0xabababab);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment