Commit graph

121 commits

Author SHA1 Message Date
Sukchan Lee
6f5ec19388 PID file is created for logrotate 2017-10-24 15:55:28 +09:00
Sukchan Lee
5314bcb687 change @localstatedir@/@sysconfdir@ to the LOCALESTATE_DIR and SYSCONF_DIR in nextepc.conf.in 2017-10-23 15:00:07 +09:00
Sukchan Lee
30e7beb84c Merge branch 'laforge/debian-packaging' of https://github.com/laf0rge/nextepc into debian-packaging 2017-10-23 14:22:07 +09:00
Sukchan Lee
cca9f6d521 recv function is tested for Userland SCTP library 2017-10-19 12:50:39 +09:00
Sukchan Lee
1df4fc9a41 continue to porting Userland SCTP
connection is done.
will implement send/recv function
2017-10-19 01:09:06 +09:00
ae6f1001f8 Add systemd service files for nextepc daemons 2017-10-18 12:27:53 +02:00
ec91b9e8da Fix directory mix-up. @prefix@ vs. @sysconfdir@ vs @libdir@ vs @localstatedir@
Installing to @prefix@/etc is wrong, this will end up in /usr/etc
on most linux distributions, where /etc (@sysconfdir@) would be correct.

The same is true for /var (@localstatedir@), we don't want log files
suddenly to be in /usr/var/log rather than /var/log

However, this is further complicated by the fact that @libdir@ is not
recursively resolved but could expand to "${prefix}/lib" which
of course makes no sense inside a config file.  So instead, let's
introduce adl_RECURSIVE_EVAL and define @LIB_DIR@ and @SYSCONF_DIR@
with recursively-expanded versions of those variables.
2017-10-17 23:43:51 +02:00
Sukchan Lee
ea253016fc autoconf update for supporting Userland SCTP(libusrsctp) 2017-10-17 20:44:05 +09:00
Sukchan Lee
cdbc8d1ab0 MAC OSX ping loopback test done 2017-10-17 00:56:00 +09:00
Sukchan Lee
172266b0c5 GTP Loopback Test Module is Added.
1. ping(src:45.45.0.1, dst:45.45.0.1)
2. MME emulates GTP-U instead of eNB, and send GTP-U to the SGW
3. SGW relay to PGW using GTP-U
4. PGW TUN reponse ping reply
5. PGW sends GTP-U to the SGW
6. SGW sends GTP-U to the MME
7. GTP-U decapsulates and sends ping packet to the kernel
2017-10-15 00:45:49 +09:00
Sukchan Lee
ee4dd7732e Porting to FreeBSD (Stage-1)
I'd just fix the compile error at this point.
2017-10-12 23:01:51 +09:00
Sukchan Lee
8d343221d2 update VERSION to 0.2.0 2017-10-11 15:50:00 +09:00
Sukchan Lee
7c20ac5c64 update VERSION to 0.1.1 2017-10-11 15:46:45 +09:00
Lee Sukchan
22ec19066b Porting Done for CentOS 2017-09-29 12:22:03 +00:00
Lee Sukchan
1cd496f158 add _DEFAULT_SOURCE for glibc >= 2.20 2017-09-29 10:12:42 +00:00
Sukchan Lee
c61a704676 done for freeDiameter using autotools 2017-09-29 10:10:55 +09:00
Sukchan Lee
fab91a6b16 add autoconf & automake for freediameter 2017-09-28 17:00:27 +09:00
Sukchan Lee
36dba9ddf9 supports old version mongoc library such like 1.3.1 2017-09-26 09:19:22 +09:00
Sukchan Lee
886ef5a747 add TFT(Packet Filter) in Create Bearer Request 2017-09-06 15:02:43 +09:00
Sukchan Lee
94c8c66fe3 update it 2017-08-18 20:43:28 +09:00
Sukchan Lee
8c5d884402 use my own extension for freeDiameter 2017-08-17 15:13:03 +09:00
Sukchan Lee
f6636453b6 add initial code for PCRF 2017-08-17 14:15:08 +09:00
Sukchan Lee
75cdc9c077 add cert and key for pgw/pcrf 2017-08-16 22:58:12 +09:00
Sukchan Lee
fccfb1aa2b re-archi freediameter 2017-08-16 22:03:36 +09:00
Sukchan Lee
2746199b73 add initial code for diameter gx 2017-08-13 22:26:58 +09:00
Sukchan Lee
4156a7ee1c move gx to extension 2017-08-13 13:44:23 +09:00
Sukchan Lee
c4f6ce6daf move dict_s6a to extensions 2017-08-13 10:29:14 +09:00
Sukchan Lee
4587288f5d initial code for diameter gx 2017-08-12 21:51:02 +09:00
Sukchan Lee
63d29714e2 libs6a -> libfd for adding other interface such as Gx 2017-08-05 14:23:37 +09:00
Sukchan Lee
5ced50785f add sample configuration for freeDiameter 2017-08-03 14:09:14 +09:00
Sukchan Lee
c547d7ce5b add mongo DB client 2017-07-20 23:07:37 +09:00
Sukchan Lee
050f852f04 update it 2017-07-13 16:05:56 +09:00
Sukchan Lee
e9cee2b420 update it 2017-07-13 10:31:07 +09:00
Sukchan Lee
a9c3e2f8ad update it 2017-07-12 23:41:43 +09:00
Sukchan Lee
2f4a8b4d63 cellwire -> nextepc 2017-07-10 14:33:46 +09:00
Sukchan Lee
a332d46800 fix to compile other OS 2017-04-18 14:01:43 +09:00
Sukchan Lee
917e6443f5 PGW is added initially 2017-03-31 00:15:13 +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
6ecdb4cb08 remove GNU file 2017-03-22 16:53:52 +09:00
Sukchan Lee
ef14471e0f GCC builtin atomic function is added 2017-03-19 21:50:43 +09:00
Sukchan Lee
7e1b469c3d therad_join, thread_exit, thread_yeild is added 2017-03-19 20:40:37 +09:00
Sukchan Lee
a103d9941e update it 2017-03-12 10:50:09 +09:00
Sukchan Lee
3b62f60cfa fix the memory leak in the test code 2017-03-12 10:37:42 +09:00
Sukchan Lee
6fb3ebc9c9 update it 2017-03-12 10:23:49 +09:00
Sukchan Lee
bd31662aec 3gpp library is removed 2017-03-07 08:56:22 +09:00
Sukchan Lee
3adc609e4b update it 2017-03-05 00:20:09 +09:00
Sukchan Lee
b3a51df778 update it 2017-03-04 23:26:22 +09:00
Sukchan Lee
f6652e69a9 move plmn_id structure to 3gpp 2017-03-03 17:33:41 +09:00
Sukchan Lee
713d786f0c add test vector for security 2017-03-02 11:43:26 +09:00
Sukchan Lee
86d2ebd90c move directory 2017-02-28 10:20:02 +09:00
Sukchan Lee
c32191d9e7 update it 2017-02-26 13:12:06 +09:00
Sukchan Lee
f7d116ef40 signal handler updated 2017-02-26 13:09:40 +09:00
Sukchan Lee
1c15591aa8 move the directory 2017-02-24 10:50:49 +09:00
Sukchan Lee
0a1ce45f06 move file 2017-02-21 23:13:03 +09:00
Sukchan Lee
4058df8f43 freediameter extension load 2017-02-21 12:53:51 +09:00
Sukchan Lee
2cceb1d9ce link with gnutls 2017-02-20 21:16:45 +09:00
Sukchan Lee
5e6e6f3181 update it 2017-02-20 20:23:05 +09:00
Sukchan Lee
66c9a25f67 AC_CHECK_LIB is added 2017-02-20 20:20:31 +09:00
Sukchan Lee
2f4126ea47 initial code for nas encoding/decoding 2017-02-15 15:28:38 +09:00
Sukchan Lee
c75744899c more directory re-arrange 2017-02-15 10:04:53 +09:00
Sukchan Lee
99ccedcbf3 directory re-arrange 2017-02-15 09:55:17 +09:00
Sukchan Lee
d1cecfb589 pkbuf leak is fixed 2017-02-10 13:26:48 +09:00
Sukchan Lee
ce6b71a6d3 comment out warning 2017-02-08 14:32:34 +09:00
Sukchan Lee
8837c07314 add compile flags check 2017-02-08 12:48:35 +09:00
Sukchan Lee
37b99ef99e move ./lib/asn/test to ./test 2017-02-06 19:12:10 +09:00
Sukchan Lee
9513e495b8 build update for moving lib/asn/asn1c to lib/asn/src/asn1c 2017-02-04 15:26:55 +09:00
Sukchan Lee
afc96a3b16 move directory location for asn source/header files 2017-02-03 17:11:24 +09:00
Sukchan Lee
9640a8a0fe ASN test code is added initially 2017-02-03 17:00:22 +09:00
Sukchan Lee
b09e5d9855 add initial code for S1AP encoder/decoder 2017-02-02 23:00:21 +09:00
Sukchan Lee
fdf97f47bb add build system using Core Library 2017-02-02 20:34:37 +09:00