Commit graph

54 commits

Author SHA1 Message Date
Sukchan Lee
3375325436 fix the warning-error in Ubuntu 64 bit 2017-09-25 10:45:09 +00:00
Sukchan Lee
5663f64cbb timer library update 2017-09-18 16:18:01 +09:00
Sukchan Lee
af4cf2a4e1 improve EMM SM 2017-09-04 13:04:35 +09:00
Sukchan Lee
87b0897602 design EMM state machine initially. 2017-09-04 00:06:39 +09:00
Sukchan Lee
0e7196c9c1 GX-CCR message build done 2017-08-23 00:51:57 +09:00
Sukchan Lee
fb6519721a update it 2017-07-21 17:12:02 +09:00
Sukchan Lee
dbcee4966f fix the pkbuf test code since core_realloc function is changed
from : if (size > (p->clbuf->size - headroom))
to : if (size >= (p->clbuf->size - headroom))
2017-04-14 21:39:07 +09:00
Sukchan Lee
e4f52d6ba6 update it 2017-04-10 23:00:06 +09:00
Sukchan Lee
b6ffaf6312 update it 2017-04-10 11:29:46 +09:00
Sukchan Lee
4d749f41f5 update it 2017-04-09 23:06:59 +09:00
Sukchan Lee
8c2c204278 update it 2017-04-09 17:24:24 +09:00
Sukchan Lee
56ea49ed4e add hash list library 2017-04-05 15:11:48 +09:00
Sukchan Lee
5fdc359bec update it 2017-03-27 10:22:30 +09:00
Sukchan Lee
466222cb43 GTP encoder test 2017-03-26 01:19:44 +09:00
Sukchan Lee
18e78913b6 interface changes 2017-03-25 10:45:49 +09:00
Sukchan Lee
7caa06110d update it 2017-03-24 14:18:30 +09:00
Sukchan Lee
f2c865f133 update it 2017-03-22 13:41:21 +09:00
Sukchan Lee
6cc5e486d1 update it 2017-03-22 11:33:40 +09:00
Sukchan Lee
b489a6e50f fix the bug 2017-03-21 20:23:36 +09:00
Sukchan Lee
ed0ef3bcbf update it 2017-03-19 22:47:49 +09:00
Sukchan Lee
ed67ec6c1b atomic is added 2017-03-19 21:37:09 +09:00
Sukchan Lee
7e1b469c3d therad_join, thread_exit, thread_yeild is added 2017-03-19 20:40:37 +09:00
Sukchan Lee
631b3f8e31 refine trace message in gtpv2c build/paser 2017-03-15 23:07:31 +09:00
Sukchan Lee
0574623286 update it 2017-03-15 21:20:26 +09:00
Sukchan Lee
d448a92d49 update it 2017-03-15 20:37:54 +09:00
Sukchan Lee
0c8fb5db6e update it 2017-03-13 15:21:33 +09:00
Sukchan Lee
0261f4c018 add test code for tlv_more, instance 2017-03-13 13:02:42 +09:00
Sukchan Lee
a14970c2e0 TLV library updated to support GTPv2-C instanec 2017-03-11 20:25:23 +09:00
Sukchan Lee
497fa49ac9 update it 2017-03-11 20:15:52 +09:00
Sukchan Lee
7e2ee9f00e update it 2017-03-11 19:43:33 +09:00
Sukchan Lee
4d91be1790 update it 2017-03-11 17:36:48 +09:00
Sukchan Lee
9dae88ec0d update it 2017-03-11 17:25:06 +09:00
Sukchan Lee
b998837e17 TLV library updated 2017-03-11 14:31:49 +09:00
Sukchan Lee
ff3ebab8ba update it 2017-03-10 15:40:45 +09:00
Sukchan Lee
c589a196f1 update it 2017-03-07 20:43:37 +09:00
Sukchan Lee
6ddd15f1bd update it 2017-03-05 23:36:17 +09:00
Sukchan Lee
235c2212ae rename it 2017-03-05 11:29:15 +09:00
Sukchan Lee
4882496313 auth-vector verified 2017-03-03 23:35:17 +09:00
Sukchan Lee
1159b49bda update it 2017-03-03 22:23:21 +09:00
Sukchan Lee
b489fa4b46 update it 2017-03-03 22:05:05 +09:00
Sukchan Lee
f6652e69a9 move plmn_id structure to 3gpp 2017-03-03 17:33:41 +09:00
Sukchan Lee
32d1d630bc update it 2017-03-02 22:47:43 +09:00
Sukchan Lee
604817869f k, op, opc, amf is added 2017-03-02 14:18:24 +09:00
Sukchan Lee
713d786f0c add test vector for security 2017-03-02 11:43:26 +09:00
Sukchan Lee
0bd56d0e49 PRNG(pseudo random number generator) is added 2017-03-01 22:49:12 +09:00
Sukchan Lee
f7d116ef40 signal handler updated 2017-02-26 13:09:40 +09:00
Sukchan Lee
66c9a25f67 AC_CHECK_LIB is added 2017-02-20 20:20:31 +09:00
Sukchan Lee
053adfacf6 malloc changes to core_malloc 2017-02-12 21:01:33 +09:00
Sukchan Lee
aa31d54b2f fix the memory leak bug in the unit test module(abts) 2017-02-12 19:26:11 +09:00
Sukchan Lee
3d778225d8 fix the bug 2017-02-10 16:32:26 +09:00