Commit 961172b4 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Tentative fix for AMF value

parent 0a65eca6
...@@ -540,7 +540,7 @@ uint8_t* Authentication_5gaka::sqn_ms_derive( ...@@ -540,7 +540,7 @@ uint8_t* Authentication_5gaka::sqn_ms_derive(
uint8_t* mac_s = NULL; uint8_t* mac_s = NULL;
uint8_t mac_s_computed[MAC_S_LENGTH] = {0}; uint8_t mac_s_computed[MAC_S_LENGTH] = {0};
uint8_t* sqn_ms = NULL; uint8_t* sqn_ms = NULL;
uint8_t amf[2] = {0, 0}; uint8_t amf[2] = {0x80, 0x00};
int i = 0; int i = 0;
conc_sqn_ms = auts; conc_sqn_ms = auts;
......
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