Commit Graph

652 Commits

Author SHA1 Message Date
Sukchan Lee 63ed72ed91 1. update office document
2. modify nas_message.py
3. store generated cache file
2017-04-25 16:31:31 +09:00
Sukchan Lee e186436098 For testing, the following command is needed for the first time
- sudo ip tuntap add name pgwtun mode tun
 - sudo ./scripts/netconfig.sh

After then,
 - ./test/testcellwire

The above regression test is executed with 10.1.35.215 ip
2017-04-18 20:21:53 +09:00
James Park 3acb4d612d Merge branch 'master' of https://github.com/acetcom/cellwire
Conflicts:
	src/pgw/pgw_context.c
	src/pgw/pgw_path.c
2017-04-18 18:35:26 +09:00
James Park 20e6a2c9a5 Now ping works 2017-04-18 18:24:37 +09:00
Sukchan Lee c2d5ab0d20 remove LINUX==1 macro in the pgw directory 2017-04-18 16:06:44 +09:00
Sukchan Lee 7dc8afd70c port to OSX 2017-04-18 14:16:32 +09:00
Sukchan Lee a332d46800 fix to compile other OS 2017-04-18 14:01:43 +09:00
James Park 4b9e499ea7 Add tuntap interface to PGW 2017-04-18 10:22:55 +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 3098af0cfe add current time in EMM information NAS mssage 2017-04-14 21:18:32 +09:00
Sukchan Lee 7036ea329d EMM Status(NAS Message) is added 2017-04-14 18:09:39 +09:00
Sukchan Lee 98ff2241eb update it 2017-04-14 12:42:00 +09:00
Sukchan Lee ea014944c2 update it 2017-04-14 01:26:50 +09:00
Sukchan Lee d9114c9702 update it 2017-04-14 00:17:56 +09:00
Sukchan Lee 12a12fb222 update it 2017-04-13 17:18:46 +09:00
Sukchan Lee 2b2b34027c update it 2017-04-13 14:46:27 +09:00
Sukchan Lee a1688bc4e3 update it 2017-04-13 13:54:39 +09:00
Sukchan Lee 493729850d update it 2017-04-13 12:21:47 +09:00
Sukchan Lee 184c226f79 update it 2017-04-13 10:06:58 +09:00
Sukchan Lee ee3c09506c update it 2017-04-13 09:57:11 +09:00
Sukchan Lee fa287c8f5b update it 2017-04-13 00:08:12 +09:00
Sukchan Lee 4c5ed8839e update it 2017-04-12 23:02:06 +09:00
Sukchan Lee 8605b182aa update it 2017-04-12 18:50:35 +09:00
Sukchan Lee 639f4edd08 update it 2017-04-12 16:48:57 +09:00
Sukchan Lee cabd8d6ad0 update it 2017-04-12 15:35:03 +09:00
Sukchan Lee fbeada07a1 update it 2017-04-12 13:45:57 +09:00
Sukchan Lee 258cc29454 update it 2017-04-12 10:05:23 +09:00
Sukchan Lee a9cb373f47 update it 2017-04-11 23:55:21 +09:00
Sukchan Lee 19fc153f00 update it 2017-04-11 23:25:33 +09:00
Sukchan Lee 0f7bdc1ded update it 2017-04-11 22:44:57 +09:00
Sukchan Lee 20195b67cf update it 2017-04-11 21:38:24 +09:00
Sukchan Lee d53b30449f update it 2017-04-11 20:44:38 +09:00
Sukchan Lee a8665d6160 update it 2017-04-11 15:02:39 +09:00
Sukchan Lee 3244b08f2a fix the bug 2017-04-11 10:40:31 +09:00
Sukchan Lee 38d9df9fd9 update it 2017-04-11 09:19:33 +09:00
Sukchan Lee f34e494deb update it 2017-04-10 23:59:59 +09:00
Sukchan Lee e4f52d6ba6 update it 2017-04-10 23:00:06 +09:00
Sukchan Lee e4c6c8cf56 index_pool is introduced to access context memory safely 2017-04-10 22:48:07 +09:00
Sukchan Lee aab0732178 update it 2017-04-10 21:05:28 +09:00
Sukchan Lee 32a157e13a update it 2017-04-10 16:37:22 +09:00
Sukchan Lee 6c54bd4329 update it 2017-04-10 15:56:01 +09:00
Sukchan Lee 0265859fb4 update it 2017-04-10 13:22:23 +09:00
Sukchan Lee b6ffaf6312 update it 2017-04-10 11:29:46 +09:00
Sukchan Lee d9307d3187 update it 2017-04-10 00:27:19 +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 e4e8f30248 update it 2017-04-09 17:14:32 +09:00
Sukchan Lee 704d475655 update it 2017-04-09 17:00:20 +09:00
Sukchan Lee 67533ec1de update it 2017-04-09 16:34:31 +09:00
Sukchan Lee 5a9081a5ae update it 2017-04-09 14:26:19 +09:00
Sukchan Lee 9ea0bb10c1 update it 2017-04-08 13:02:07 +09:00
Sukchan Lee a88305df46 update it 2017-04-08 11:38:09 +09:00
Sukchan Lee 00e5308455 update it 2017-04-08 10:18:48 +09:00
Sukchan Lee 465a8e9e8a update it 2017-04-07 23:36:08 +09:00
Sukchan Lee 759158a972 update it 2017-04-07 22:24:09 +09:00
Sukchan Lee 9b5721dafc update it 2017-04-07 22:23:38 +09:00
Sukchan Lee 5aa9392d78 update it 2017-04-07 19:45:43 +09:00
Sukchan Lee 401dae4a71 update it 2017-04-07 19:23:26 +09:00
Sukchan Lee 87acd05c2d update it 2017-04-06 23:29:20 +09:00
Sukchan Lee 06ee730d60 update it 2017-04-06 21:17:36 +09:00
Sukchan Lee 677ffa480f update it 2017-04-06 20:44:52 +09:00
Sukchan Lee 4c056db105 udpate it 2017-04-06 17:20:17 +09:00
Sukchan Lee e121488fa5 update it 2017-04-06 17:10:26 +09:00
Sukchan Lee c10658a3fc update it 2017-04-06 15:02:03 +09:00
Sukchan Lee c8c0b6dbc1 update it 2017-04-06 12:23:07 +09:00
Sukchan Lee a1ac78a073 update it 2017-04-06 12:13:38 +09:00
Sukchan Lee 213ca35724 update it 2017-04-06 09:57:56 +09:00
Sukchan Lee 6a19a926e0 sgw context is added 2017-04-05 20:09:13 +09:00
Sukchan Lee 0b458ba53f update it 2017-04-05 15:21:41 +09:00
Sukchan Lee 409812e9c2 update it 2017-04-05 15:20:43 +09:00
Sukchan Lee 56ea49ed4e add hash list library 2017-04-05 15:11:48 +09:00
Sukchan Lee 3ee227328b update it 2017-04-04 14:00:02 +09:00
Sukchan Lee 41619f6165 udpate it 2017-04-03 23:43:54 +09:00
Sukchan Lee 7d245baa10 update it 2017-04-03 23:40:22 +09:00
Sukchan Lee e39d37e41f update it 2017-04-03 23:30:56 +09:00
Sukchan Lee c48306c3b1 update it 2017-04-03 23:12:59 +09:00
Sukchan Lee c8bd136551 update it 2017-04-03 22:53:36 +09:00
Sukchan Lee 9d2e2d3319 update it 2017-04-03 22:48:37 +09:00
Sukchan Lee 7c6de2e95f update it 2017-04-03 22:46:19 +09:00
Sukchan Lee 65a5465521 update it 2017-04-03 22:09:48 +09:00
Sukchan Lee 94b11824e9 update it 2017-04-03 21:37:20 +09:00
Sukchan Lee dd489a5c75 update it 2017-04-03 21:17:08 +09:00
Sukchan Lee 38216ef032 update it 2017-04-03 21:13:52 +09:00
Sukchan Lee 482e162602 update it 2017-04-03 20:50:20 +09:00
Sukchan Lee d686f97f91 update it 2017-04-03 15:48:43 +09:00
Sukchan Lee 2f9a95a161 update it 2017-04-03 15:31:57 +09:00
Sukchan Lee 02fd23654e update it 2017-04-03 14:18:25 +09:00
Sukchan Lee a3df11fca2 update it 2017-04-03 13:06:56 +09:00
Sukchan Lee b0611e9bef update it 2017-04-02 22:55:04 +09:00
Sukchan Lee c4aaa33487 update it 2017-04-02 22:30:58 +09:00
Sukchan Lee 03f131ac1b update it 2017-04-02 20:53:59 +09:00
Sukchan Lee 18368fe600 update it 2017-04-02 20:51:12 +09:00
Sukchan Lee 60c4d0fd55 update it 2017-04-02 20:36:58 +09:00
Sukchan Lee 9aeab65f17 update it 2017-04-01 23:37:27 +09:00
Sukchan Lee b22777bf4f update it 2017-04-01 23:28:22 +09:00
Sukchan Lee 94cc115731 update it 2017-04-01 23:13:15 +09:00
Sukchan Lee 26a986b825 update it 2017-03-31 09:06:59 +09:00
Sukchan Lee 31fef113e3 update it 2017-03-31 09:06:07 +09:00
Sukchan Lee 917e6443f5 PGW is added initially 2017-03-31 00:15:13 +09:00
Sukchan Lee be32184914 update it 2017-03-30 23:27:26 +09:00
Sukchan Lee edae34950c update it 2017-03-30 22:23:47 +09:00
Sukchan Lee 5729a6d426 update it 2017-03-30 21:26:42 +09:00
Sukchan Lee 29f105a036 update it 2017-03-30 21:17:05 +09:00
Sukchan Lee 811ec1b43d update it 2017-03-30 09:20:40 +09:00
Sukchan Lee 68f84c2b68 update it 2017-03-30 09:06:56 +09:00
Sukchan Lee 97cc13c546 update it 2017-03-29 23:23:21 +09:00
Sukchan Lee 4865da28da update it 2017-03-29 23:19:31 +09:00
Sukchan Lee 6dc54ce7ba update it 2017-03-29 21:09:29 +09:00
Sukchan Lee b1f84eed5d update it 2017-03-29 19:31:39 +09:00
Sukchan Lee 281718e3e0 update it 2017-03-29 11:54:18 +09:00
Sukchan Lee 3a2ae04d0f update it 2017-03-28 16:35:57 +09:00
Sukchan Lee 138b4d46b9 update it 2017-03-27 20:22:44 +09:00
Sukchan Lee 1ee084c58b update it 2017-03-27 19:12:45 +09:00
Sukchan Lee 1f3ddd2639 update it 2017-03-27 13:22:42 +09:00
Sukchan Lee 5cef8ad7e0 update it 2017-03-27 11:22:03 +09:00
Sukchan Lee 5fdc359bec update it 2017-03-27 10:22:30 +09:00
Sukchan Lee 126475b83d update it 2017-03-27 02:04:33 +09:00
Sukchan Lee 0f2f802dbf update it 2017-03-27 01:50:01 +09:00
Sukchan Lee 814e3f7e94 update it 2017-03-27 00:48:33 +09:00
Sukchan Lee deeed41b57 update it 2017-03-26 15:34:34 +09:00
Sukchan Lee b588104b58 update it 2017-03-26 01:29:41 +09:00
Sukchan Lee 466222cb43 GTP encoder test 2017-03-26 01:19:44 +09:00
Sukchan Lee 6146e33a51 update it 2017-03-25 12:10:08 +09:00
Sukchan Lee 810da83b3b update it 2017-03-25 11:16:18 +09:00
Sukchan Lee 18e78913b6 interface changes 2017-03-25 10:45:49 +09:00
Sukchan Lee c9c1b6c5f0 update it 2017-03-25 01:07:59 +09:00
Sukchan Lee 857dde66cd update it 2017-03-24 23:01:44 +09:00
Sukchan Lee 7685e8a72c update it 2017-03-24 22:52:55 +09:00
Sukchan Lee a6512e7a6c update it 2017-03-24 22:24:09 +09:00
Sukchan Lee 577b865aa2 update it 2017-03-24 21:19:24 +09:00
Sukchan Lee d7fc04c800 update it 2017-03-24 21:10:13 +09:00
Sukchan Lee 54a8efdca6 SGW is added 2017-03-24 18:47:05 +09:00
Sukchan Lee 84a369aa42 move event library to core 2017-03-24 15:31:35 +09:00
Sukchan Lee 7caa06110d update it 2017-03-24 14:18:30 +09:00
Sukchan Lee 120716eeeb update it 2017-03-23 23:15:55 +09:00
Sukchan Lee 52ae136923 update it 2017-03-23 23:05:40 +09:00
Sukchan Lee 43ac434a4a update it 2017-03-23 20:57:55 +09:00
Sukchan Lee de64d18861 update it 2017-03-22 18:53:18 +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 4b6f9355fe update it 2017-03-22 07:52:47 +09:00
Sukchan Lee e1f06e5cb0 update it 2017-03-21 21:11:48 +09:00
Sukchan Lee b489a6e50f fix the bug 2017-03-21 20:23:36 +09:00
Sukchan Lee 3facb91b1e Identity Request/Response is added 2017-03-21 15:02:16 +09:00
Sukchan Lee e51e4d4c30 update it 2017-03-21 13:55:51 +09:00
Sukchan Lee 10b1417b9e update it 2017-03-21 13:53:03 +09:00
Sukchan Lee d53939d41e NAS parsing done 2017-03-21 13:50:40 +09:00
Sukchan Lee d600d4e3ae update it 2017-03-21 12:19:46 +09:00
Sukchan Lee 016caf197c update it 2017-03-21 12:04:15 +09:00
Sukchan Lee 6922416a54 update it 2017-03-21 10:37:41 +09:00
Sukchan Lee 642250e72c nas message parsing 2017-03-20 23:43:52 +09:00
Sukchan Lee 199ee253fb add type_list initially 2017-03-20 23:27:50 +09:00
Sukchan Lee d2446308c8 update it 2017-03-20 17:07:27 +09:00
Sukchan Lee ed0ef3bcbf update it 2017-03-19 22:47:49 +09:00
Sukchan Lee ef14471e0f GCC builtin atomic function is added 2017-03-19 21:50:43 +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 bfb3fdcae3 add initial code for NAS message generating script 2017-03-18 00:11:57 +09:00
Sukchan Lee 5d034518eb update it 2017-03-17 20:20:37 +09:00
Sukchan Lee 631b3f8e31 refine trace message in gtpv2c build/paser 2017-03-15 23:07:31 +09:00
Sukchan Lee 2ee434b30f gtpv2c encoding/decoding done 2017-03-15 22:28:04 +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 a18612e186 update it 2017-03-15 20:14:43 +09:00
Sukchan Lee b0497920bf gtpv2c message generation done! 2017-03-15 19:18:24 +09:00
Sukchan Lee fbafeaec99 update it 2017-03-15 17:12:41 +09:00
Sukchan Lee ba6c8a18fb update it 2017-03-15 16:26:29 +09:00
Sukchan Lee 5245281335 update it 2017-03-15 16:20:13 +09:00
Sukchan Lee df28836695 update it 2017-03-15 16:07:52 +09:00
Sukchan Lee 46b835be5e update it 2017-03-15 15:49:56 +09:00
Sukchan Lee bf8ea2759d update it 2017-03-15 14:10:34 +09:00
Sukchan Lee 3c2412db7b update it 2017-03-15 13:39:57 +09:00
Sukchan Lee 3df4177eb7 update it 2017-03-15 12:05:10 +09:00
Sukchan Lee 9c53e1b6ba update it 2017-03-15 11:54:08 +09:00
Sukchan Lee 56d1e9011d update it 2017-03-15 10:53:33 +09:00
Sukchan Lee feca8b3adb update it 2017-03-15 00:18:21 +09:00
Sukchan Lee d45ef1e523 update it 2017-03-15 00:18:07 +09:00
Sukchan Lee bd851d320c change sctp parameter 2017-03-15 00:13:39 +09:00
Sukchan Lee dee26f036e update it 2017-03-14 23:56:12 +09:00
Sukchan Lee 8f364dbb59 update it 2017-03-14 22:44:48 +09:00
Sukchan Lee da0995c7be update it 2017-03-14 21:45:19 +09:00
Sukchan Lee 7847f3fa09 update it 2017-03-14 21:02:15 +09:00
Sukchan Lee 8a8a4f3ac1 update it 2017-03-14 17:23:58 +09:00
Sukchan Lee b2ff2c10ed code generation for GTPv2-C 2017-03-14 17:09:27 +09:00
Sukchan Lee beda5c7ecd update it 2017-03-14 14:08:47 +09:00
Sukchan Lee 372c74490f update it 2017-03-14 13:50:13 +09:00
Sukchan Lee 56e1bab561 update it 2017-03-14 11:24:15 +09:00
Sukchan Lee 372830128f update it 2017-03-13 23:59:23 +09:00
Sukchan Lee ed29f8c4bd update it 2017-03-13 20:30:08 +09:00
Sukchan Lee 7ff4d1ae90 initial update tlv_generation code 2017-03-13 19:47:59 +09:00
Sukchan Lee 0c8fb5db6e update it 2017-03-13 15:21:33 +09:00
Sukchan Lee 6299883af7 fix my mistake 2017-03-13 13:14:27 +09:00
Sukchan Lee 0261f4c018 add test code for tlv_more, instance 2017-03-13 13:02:42 +09:00
Sukchan Lee aa83604ccc update it 2017-03-13 11:32:21 +09:00
Sukchan Lee d5d9566f4b update it 2017-03-12 23:25:56 +09:00
Sukchan Lee b20e29c390 update it 2017-03-12 23:20:33 +09:00
Sukchan Lee cec3dfbdbd update it 2017-03-12 23:19:08 +09:00
Sukchan Lee cc73a4ebe4 update it 2017-03-12 23:13:03 +09:00
Sukchan Lee a9b6bb2c34 udpate it 2017-03-12 23:07:17 +09:00
Sukchan Lee 35bac5a6ff update it 2017-03-12 22:59:45 +09:00
Sukchan Lee 8a0f311889 update it 2017-03-12 22:52:14 +09:00
Sukchan Lee 461a684eb7 update it 2017-03-12 22:41:29 +09:00
Sukchan Lee 8f49df94fa update it 2017-03-12 22:20:04 +09:00
Sukchan Lee 6fb3ebc9c9 update it 2017-03-12 10:23:49 +09:00
Sukchan Lee 7e0416c7ac update it 2017-03-11 22:25:58 +09:00
Sukchan Lee 3907a8062e remove unnecessary files 2017-03-11 20:56:23 +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 ec01895b5f update it 2017-03-11 19:20:25 +09:00
Sukchan Lee 2dcc5e985b update it 2017-03-11 18:44:05 +09:00
Sukchan Lee 922f0249d1 update it 2017-03-11 17:43:23 +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 512c0fbd5c update it 2017-03-08 23:04:35 +09:00
Sukchan Lee 0d1e3b63c8 update it 2017-03-08 22:39:28 +09:00
Sukchan Lee bcb275dadc NAS MAC is added, but not verified 2017-03-08 19:10:01 +09:00
Sukchan Lee ba90ef661f NAS_HEADROOM is added in the packet buffer 2017-03-08 15:41:58 +09:00
Sukchan Lee d62a467057 nas security wrapper is added 2017-03-08 15:27:48 +09:00
Sukchan Lee d188863cdf improve performance for aes-ctr128 2017-03-08 12:18:47 +09:00
Sukchan Lee ae2b415c6d aes ctr128 is verified 2017-03-08 12:10:39 +09:00
Sukchan Lee c589a196f1 update it 2017-03-07 20:43:37 +09:00
Sukchan Lee 199c9f8327 fix the bug for memory leak 2017-03-07 16:19:18 +09:00
Sukchan Lee c7521ad124 update it 2017-03-07 15:52:07 +09:00
Sukchan Lee 48bc61d06a security-mode complete 2017-03-07 14:47:17 +09:00
Sukchan Lee e7c9dbfc4d update it 2017-03-07 09:30:12 +09:00
Sukchan Lee bd31662aec 3gpp library is removed 2017-03-07 08:56:22 +09:00
Sukchan Lee 118e7eb84d update it 2017-03-06 22:47:39 +09:00
Sukchan Lee 6fc3d16f7a update it 2017-03-06 21:45:41 +09:00
Sukchan Lee f839e85ca4 update it 2017-03-06 17:56:08 +09:00
Sukchan Lee aabea210f6 update it 2017-03-06 17:55:50 +09:00
Sukchan Lee 44a55c5a1e nas message is added(auth, security-mode) 2017-03-06 14:01:59 +09:00
Sukchan Lee a99e31651a update it 2017-03-06 12:25:50 +09:00
Sukchan Lee 7f3233327b update it 2017-03-06 09:07:59 +09:00
Sukchan Lee 6ddd15f1bd update it 2017-03-05 23:36:17 +09:00
Sukchan Lee fbc6d9cb5f update it 2017-03-05 18:09:34 +09:00
Sukchan Lee 953d63c2db update it 2017-03-05 15:26:28 +09:00
Sukchan Lee 4f00585f90 update it 2017-03-05 11:46:42 +09:00
Sukchan Lee 235c2212ae rename it 2017-03-05 11:29:15 +09:00
Sukchan Lee 4df8073d01 update it 2017-03-05 00:50:22 +09:00
Sukchan Lee 2733f52ff3 update it 2017-03-05 00:45:45 +09:00
Sukchan Lee d2578281a1 update it 2017-03-05 00:40:05 +09:00
Sukchan Lee 3adc609e4b update it 2017-03-05 00:20:09 +09:00
Sukchan Lee 1f452fc851 update it 2017-03-04 23:21:05 +09:00
Sukchan Lee f6f5a45b21 update it 2017-03-04 10:22:41 +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 4dc2571ed2 auth vector done 2017-03-03 20:22:32 +09:00
Sukchan Lee e70fbf31b1 update it 2017-03-03 19:07:18 +09:00
Sukchan Lee 0f39f3295d update it 2017-03-03 18:25:04 +09:00
Sukchan Lee f6652e69a9 move plmn_id structure to 3gpp 2017-03-03 17:33:41 +09:00
Sukchan Lee 5e0a045a0d update it 2017-03-03 16:22:09 +09:00
Sukchan Lee 3a93815426 update it 2017-03-03 15:27:46 +09:00
Sukchan Lee 4f5c3965cd update it 2017-03-03 15:21:47 +09:00
Sukchan Lee 13bb654552 update it 2017-03-03 14:10:06 +09:00
Sukchan Lee 3cc810e74f update it 2017-03-03 12:57:19 +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 0523d99b5b milenage algorithm function is added 2017-03-01 22:10:09 +09:00
Sukchan Lee d9281ba7c0 update it 2017-03-01 00:21:20 +09:00
Sukchan Lee eae045594e update it 2017-03-01 00:00:28 +09:00
Sukchan Lee fd78a265df update it 2017-02-28 21:55:19 +09:00
Sukchan Lee acb02da4d1 update it 2017-02-28 20:31:06 +09:00
Sukchan Lee 0f88ab773d update it 2017-02-28 20:01:46 +09:00
Sukchan Lee 9e3d6493f2 update it 2017-02-28 19:40:44 +09:00
Sukchan Lee f64f71b122 move auth_req to main directory 2017-02-28 19:22:01 +09:00
Sukchan Lee 6c887524fb update it 2017-02-28 12:05:35 +09:00
Sukchan Lee 70eb194b0b update it 2017-02-28 12:03:53 +09:00
Sukchan Lee d499463df6 update it 2017-02-28 11:21:10 +09:00
Sukchan Lee 86d2ebd90c move directory 2017-02-28 10:20:02 +09:00
Sukchan Lee b93867f9cd move directory 2017-02-28 10:15:13 +09:00
Sukchan Lee 0d97c5d633 move directory 2017-02-28 10:12:56 +09:00
Sukchan Lee b4be78b6df update it 2017-02-27 23:25:14 +09:00
Sukchan Lee 9d6df666e8 update it 2017-02-27 23:02:13 +09:00
Sukchan Lee 51bc2a93a9 update it 2017-02-27 23:01:15 +09:00
Sukchan Lee 4c67cafd96 update it 2017-02-27 22:14:58 +09:00
Sukchan Lee 2f90a1492b update it 2017-02-27 21:29:32 +09:00
Sukchan Lee 92648c3295 update it 2017-02-27 15:49:55 +09:00
Sukchan Lee 7a7d82898c diameter basic integration done 2017-02-27 15:45:40 +09:00
Sukchan Lee 95857bc9bc update it 2017-02-27 14:55:35 +09:00
Sukchan Lee ad44d2ab58 update it 2017-02-27 14:25:37 +09:00
Sukchan Lee 5557c9b948 update it 2017-02-27 13:56:13 +09:00
Sukchan Lee 046ae52d3e update it 2017-02-26 23:16:37 +09:00
Sukchan Lee d08911d23e update it 2017-02-26 23:10:23 +09:00
Sukchan Lee 0368486b0d update it 2017-02-26 21:56:12 +09:00
Sukchan Lee afcddbd798 initial routine refined 2017-02-26 21:16:03 +09:00
Sukchan Lee 3b8626069e configuration support 2017-02-26 20:54:45 +09:00
Sukchan Lee 96518fa271 update it 2017-02-26 18:14:50 +09:00
Sukchan Lee 6a613d2544 update it 2017-02-26 17:03:01 +09:00
Sukchan Lee ff8d1eb91c update it 2017-02-26 16:01:54 +09:00
Sukchan Lee f7d116ef40 signal handler updated 2017-02-26 13:09:40 +09:00
Sukchan Lee 7005969056 first diameter integration is done 2017-02-25 15:32:30 +09:00
Sukchan Lee 2eac5462f6 update it 2017-02-25 14:52:16 +09:00
Sukchan Lee 6fd91d24e3 missing file 2017-02-24 23:14:18 +09:00
Sukchan Lee fd9a173f49 initial integration for S6A diameter, but more work is needed 2017-02-24 22:56:02 +09:00