Commit b33359da authored by Lionel Gauthier's avatar Lionel Gauthier

Inc SEQ2 (SQN=SEQ||IND, SEQ=SEQ1||SEQ2) in case of sync

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5621 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c3eab04e
...@@ -198,7 +198,7 @@ int s6a_auth_info_cb(struct msg **msg, struct avp *paramavp, ...@@ -198,7 +198,7 @@ int s6a_auth_info_cb(struct msg **msg, struct avp *paramavp,
generate_random(vector.rand, RAND_LENGTH); generate_random(vector.rand, RAND_LENGTH);
hss_mysql_push_rand_sqn(auth_info_req.imsi, auth_info_resp.rand, sqn); hss_mysql_push_rand_sqn(auth_info_req.imsi, auth_info_resp.rand, sqn);
// hss_mysql_increment_sqn(auth_info_req.imsi); hss_mysql_increment_sqn(auth_info_req.imsi);
free(sqn); free(sqn);
} }
......
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