Commit graph

61 commits

Author SHA1 Message Date
Sukchan Lee
46b403c43d all running error is fixed 2017-10-31 09:32:18 +09:00
James Park
b060ea1714 Add sleep so that server is ready to accept connection. 2017-10-30 15:26:30 -07:00
Sukchan Lee
badc1f2da3 fix compile error 2017-10-30 10:39:05 +00:00
Sukchan Lee
10cda2cfd7 exclude TCP test in testnetlib because sometimes this test is failed as
follows.

 OpenSUSE OBS
 - Ubuntu 17.04 i586 failed

[  542s] testnetlib          :  Line 262: expected <0>, but saw <-1>
[  542s] [10/30 07:48:38.730] ERRR: connect error(111:Connection refused)(proto:6 remote:127.0.0.1 dport:5121 lport:0) (net_lib.c:353)
[  542s] [10/30 07:48:38.730] ERRR: connect error(111:Connection refused)(proto:6 remote:127.0.0.1 dport:5121 lport:0) (net_lib.c:353)
[  542s] [10/30 07:48:38.730] ERRR: connect error(111:Connection refused)(proto:6 remote:127.0.0.1 dport:5121 lport:0) (net_lib.c:353)
[  542s] [10/30 07:48:38.730] ERRR: connect error(111:Connection refused)(proto:6 remote:127.0.0.1 dport:5121 lport:0) (net_lib.c:353)
[  542s] [10/30 07:48:38.730] ASSERT: !(net_sock && buffer). Invalid params
[  542s]  (net_lib.c:590)
[  542s] [10/30 07:48:38.730] ASSERT: !(net_sock). net_sock is NULL
[  542s]  (net_lib.c:408)
[  542s] [10/30 07:48:38.730] ASSERT: !(net_sock). net_sock is NULL
2017-10-30 10:37:33 +00:00
Sukchan Lee
9e27685cd0 disable test code. will be fixed later. 2017-10-30 02:14:33 +00:00
Sukchan Lee
2d1983cfb0 /var/run bug is fixed
For systemd environment, we define runtime directory like the follwings
MME : /var/run/nextepc-mmed
SGW : /var/run/nextepc-sgwd
PGW : /var/run/nextepc-pgwd
HSS : /var/run/nextepc-hssd
PCRF : /var/run/nextepc-pcrfd

In each directory, PID File is created as follows.
MME : /var/run/nextepc-mmed/pid
SGW : /var/run/nextepc-sgwd/pid
PGW : /var/run/nextepc-pgwd/pid
HSS : /var/run/nextepc-hssd/pid
PCRF : /var/run/nextepc-pcrfd/pid
2017-10-29 10:57:15 +09:00
Sukchan Lee
adcc473d6e 'make check` before 'make install'
checkepc.sh script is created.
this script generates necessary configuration file before `make
install`. And then, execute `./testepc -f ./etc/nextepc.conf`
2017-10-24 01:03:25 +09:00
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