Commit Graph

593 Commits

Author SHA1 Message Date
Sukchan Lee 383f283c31 update INSTALL file 2017-04-18 21:30:21 +09:00
Sukchan Lee 05f74087e0 remove 127.0.0.1
Now, we'll use 10.1.35.x network for loopback test
2017-04-18 21:27:07 +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
James Park 563e98a345 GUTI should be included 2017-04-18 18:09:25 +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 1fbf030f97 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-04-18 12:34:01 +09:00
James Park af6e94bab8 Fix bug 2017-04-18 12:33:23 +09:00
Sukchan Lee 99a17eed00 add LICENSE 2017-04-18 12:20:02 +09:00
James Park 3a745e539a SGW: GTP-U is added
PGW : Forward GTP-U pakcets to tuntap interface
2017-04-18 11:57:16 +09:00
James Park 4b9e499ea7 Add tuntap interface to PGW 2017-04-18 10:22:55 +09:00
Sukchan Lee bebf14e361 Currently, kENB is tested when UL_COUNT is 0
Later, we need to verify another value.
2017-04-14 22:03:17 +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 1014a4079f add check-routine for sending EMM/ESM message 2017-04-14 21:33:45 +09:00
Sukchan Lee 3098af0cfe add current time in EMM information NAS mssage 2017-04-14 21:18:32 +09:00
Sukchan Lee a3ead1361c add attach test scenario from jinyoung's today work. 2017-04-14 20:20:00 +09:00
Sukchan Lee 3af0174682 Fix Parse Error : Protocol Cofiguration Options in PDN Connectivity Request 2017-04-14 19:18:08 +09:00
Sukchan Lee 7036ea329d EMM Status(NAS Message) is added 2017-04-14 18:09:39 +09:00
James Park 7be1f497f9 Change trace module name 2017-04-14 13:41:33 +09:00
Sukchan Lee 98ff2241eb update it 2017-04-14 12:42:00 +09:00
Sukchan Lee edd7ec27a2 update it 2017-04-14 11:59:09 +09:00
Sukchan Lee a508ad922f update it 2017-04-14 11:51:27 +09:00
Sukchan Lee e0f31cc441 update it 2017-04-14 11:48:34 +09:00
Sukchan Lee b42fad1809 update it 2017-04-14 11:32:06 +09:00
Sukchan Lee 31d978427c update it 2017-04-14 10:27:31 +09:00
Sukchan Lee 30ba51a909 update it 2017-04-14 10:11:38 +09:00
Sukchan Lee fea47f9c74 update it 2017-04-14 10:04:41 +09:00
Sukchan Lee fb9a5fe294 update it 2017-04-14 09:57:52 +09:00
Sukchan Lee 3d4db9d47e udpate it 2017-04-14 09:36:14 +09:00
Sukchan Lee a00ce328d7 update it 2017-04-14 01:51:51 +09:00
Sukchan Lee d76d5d32a3 update it 2017-04-14 01:48:36 +09:00
Sukchan Lee d2d8d6d962 update it 2017-04-14 01:37:16 +09:00
Sukchan Lee ea014944c2 update it 2017-04-14 01:26:50 +09:00
Sukchan Lee 95dbe4c126 update it 2017-04-14 00:19:58 +09:00
Sukchan Lee d9114c9702 update it 2017-04-14 00:17:56 +09:00
Sukchan Lee f19673d935 update it 2017-04-13 23:30:56 +09:00
Sukchan Lee 1b98807ec8 update it 2017-04-13 23:14:59 +09:00
Sukchan Lee 04328963bf update it 2017-04-13 22:30:56 +09:00
Sukchan Lee eb9217fec1 update it 2017-04-13 21:22:10 +09:00
Sukchan Lee bf7d2646a5 update it 2017-04-13 21:05:30 +09:00
Sukchan Lee 528f78b592 update it 2017-04-13 20:28:54 +09:00
Sukchan Lee 4534e102ad update it 2017-04-13 19:58:58 +09:00
Sukchan Lee c500842e6b update it 2017-04-13 19:32:56 +09:00
Sukchan Lee 07242abd87 update it 2017-04-13 19:15:53 +09:00
Sukchan Lee 3ca1fa39d9 update it 2017-04-13 17:46:26 +09:00
Sukchan Lee 12a12fb222 update it 2017-04-13 17:18:46 +09:00
Sukchan Lee 3b95dd22bc update it 2017-04-13 15:19:16 +09:00