Fix the bug for Release-16

This commit is contained in:
Sukchan Lee 2020-07-03 01:03:13 -04:00
parent ad12949469
commit 3b0db8c384
28 changed files with 795 additions and 171 deletions

View file

@ -58,6 +58,8 @@ extern "C" {
#define OGS_SQN_LEN 6
#define OGS_MAX_SQN 0xffffffffffff
#define OGS_HASH_MME_LEN 8
#define OGS_KEYSTRLEN(x) ((x*2)+1)
#ifdef __cplusplus