Commit 0079152e authored by winckel's avatar winckel

Modified OP value to match HSS one.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4905 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 7e895aff
......@@ -19,8 +19,9 @@
/*--------- Operator Variant Algorithm Configuration Field --------*/
/*------- Insert your value of OP here -------*/
u8 OP[16] = {0x63, 0xbf, 0xa5, 0x0e, 0xe6, 0x52, 0x33, 0x65,
0xff, 0x14, 0xc1, 0xf4, 0x5f, 0x88, 0x73, 0x7d};
/* PFT OP used currently in HSS (OPENAIRHSS/auc/kdf.c) */
u8 OP[16] = {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11,
0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11};
/*------- Insert your value of OP here -------*/
/*-------------------------------------------------------------------
......
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