Currently, kENB is tested when UL_COUNT is 0

Later, we need to verify another value.
This commit is contained in:
Sukchan Lee 2017-04-14 22:03:17 +09:00
parent dbcee4966f
commit bebf14e361
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void mme_kdf_enb(c_uint8_t *kasme, c_uint32_t ul_count, c_uint8_t *kenb)
s[0] = 0x11; /* FC Value */
ul_count = ntohl(ul_count);
ul_count = htonl(ul_count);
memcpy(s+1, &ul_count, 4);
s[5] = 0x00;