Commit Graph

132 Commits

Author SHA1 Message Date
Sukchan Lee 131babeddc Turn off IPv6 in default setting. But UE network can support both IPv4 and IPv6 2018-01-18 10:21:13 +09:00
Sukchan Lee 9e8ced5835 Apply new freeDiameter configuration to all other daemon(HSS, PGW, PCRF) 2018-01-05 23:31:30 +09:00
Sukchan Lee f945b483e8 MME freeDiameter configuration is done 2018-01-05 23:03:41 +09:00
Sukchan Lee 9cca50b7c7 missing files 2018-01-05 17:01:28 +09:00
Sukchan Lee add2145851 freeDiameter Config Re-factoring!
For P-CSCF simulation, it is not good if freeDiameter configuartion is
needed. As such, we merged this configuration is in the nextepc
configuration.
2018-01-05 16:25:02 +09:00
Sukchan Lee 9544a79c2c P-CSCF IP address configuration is added in PGW 2018-01-03 15:29:48 +09:00
Sukchan Lee 81be4cca66 PGW dimaeter IP address is changed from 127.0.0.1 to 127.0.0.2
127.0.0.1:3868 could be used by other software. So, we will change the
IP address.
2018-01-03 09:28:23 +09:00
Sukchan Lee 7a293e8d3a update manual 2017-12-18 20:47:01 +09:00
Sukchan Lee 92cebbce2d package manual update 2017-12-18 14:24:44 +09:00
Sukchan Lee 996a0df756 fix the configuration file 2017-12-18 14:01:16 +09:00
Sukchan Lee 0fab5ee3da ubuntu network configuration for ipv6 is added 2017-12-18 13:17:35 +09:00
Sukchan Lee 03f681ca05 configuration comment is updated 2017-12-18 09:26:29 +09:00
Sukchan Lee 88f34c42be configuration is updated 2017-12-17 17:04:44 +09:00
Sukchan Lee 70286b3fd0 parameter.multicast, parameter.no_slaac is added 2017-12-16 09:24:27 +09:00
Sukchan Lee d5381019c9 add the radvd.conf example 2017-12-15 22:53:01 +09:00
Sukchan Lee 7898fb4ae3 IPv6 Multicast is added 2017-12-15 22:42:52 +09:00
Sukchan Lee 634de8c788 IPv6 DNS is added 2017-12-15 10:46:58 +09:00
Sukchan Lee 1864509cbb ICMPv6 is implemented. But kernel didn't send ping6 reply. Sigh! 2017-12-14 04:01:56 +00:00
Sukchan Lee 05c95dbfef default address is changed.
o PGW
 - GTPC : 127.0.0.1, [::1]
 - GTPU : 127.0.0.1, [::1]

o SGW
 - GTPC : 127.0.0.2
 - GTPU : auto-configured

o MME
 - S1AP : auto-configured
 - GTPC : auto-configured
 - Diameter : 127.0.0.3

o HSS
 - Diameter : 127.0.0.4

o PCRF
 - Diameter : 127.0.0.5
2017-12-14 01:46:35 +00:00
Sukchan Lee 79ec7d8bc0 default configuration is changed for packaging.
Even though nextepc can support link-local address, User may not want to
setup link-local address automatically. So we remove link-link address
in default configuration
2017-12-14 10:33:03 +09:00
Sukchan Lee 7e84bd1aaf Merge branch 'ipv6' of https://github.com/acetcom/nextepc into ipv6 2017-12-14 08:58:04 +09:00
Sukchan Lee 9f05e5e10f update ip setting 2017-12-13 22:42:33 +09:00
Sukchan Lee b7479df01b default configuration is added 2017-12-13 14:11:44 +09:00
Sukchan Lee 6cd9e965a1 Tun IPv4 is done 2017-12-13 12:20:02 +09:00
Sukchan Lee 3fc397c9f2 pool allocation is changed with new method 2017-12-13 12:02:51 +09:00
Sukchan Lee 989de209d0 configuration is updated 2017-12-12 17:00:32 +09:00
Sukchan Lee 4336e50d54 update it 2017-12-11 11:37:44 +00:00
Sukchan Lee cb4893c36b Multiple TAI List done 2017-12-11 16:55:11 +09:00
Sukchan Lee ce801ee218 `dev` is added in the configuration 2017-12-09 23:07:19 +09:00
Sukchan Lee 1f71dd9e6e missing 2017-12-09 02:47:21 +00:00
Sukchan Lee 9b5234bd5f change link local address 2017-12-08 20:25:34 +09:00
Sukchan Lee f069f19185 rollback 2017-12-08 06:30:15 +00:00
Sukchan Lee e424e554d7 ipv6 address is changed 2017-12-08 15:05:50 +09:00
Sukchan Lee 126c8b4e11 fix the bug 2017-12-07 11:45:54 +00:00
Sukchan Lee e4fd5ad70f GTP-U is tested 2017-12-07 20:11:22 +09:00
Sukchan Lee 1c587edff5 no_ipv4, no_ipv6, prefer_ipv4 is tested 2017-12-06 12:13:56 +09:00
Sukchan Lee 5ebc0c0b0d add script 2017-12-05 22:51:50 +09:00
Sukchan Lee f86839eb7b configuration is changed from the discussions 2017-12-03 12:02:56 +09:00
Sukchan Lee 6a90caaf8f update configuration 2017-11-29 20:46:13 +09:00
Sukchan Lee c58d3d64f3 remove old json configuration file 2017-11-29 20:40:02 +09:00
Sukchan Lee bb343cb8e4 YAML is updated 2017-11-29 15:17:35 +09:00
Sukchan Lee dd15dacb18 YAML project is done 2017-11-29 14:44:14 +09:00
Sukchan Lee e7d3d2f4da pgw is done 2017-11-29 14:24:55 +09:00
Sukchan Lee e1e907bad7 gummei is finished with YAML 2017-11-29 00:32:46 +09:00
Sukchan Lee 0b78387d7f sample code. 2017-11-27 20:23:16 +09:00
Sukchan Lee 8b5ae91547 context uses YAML config. 2017-11-27 14:58:53 +09:00
Sukchan Lee 8e40a0eb64 initial code for moving configuration file format to the YAML 2017-11-27 10:35:08 +09:00
Sukchan Lee 7d7e9f154b Mac OS X IPv6 bug is fixed 2017-11-25 09:58:04 +09:00
Sukchan Lee b34d8b931e configuration is updated 2017-11-24 16:08:26 +00:00
Sukchan Lee 61432a3070 mme->s1ap_sock is removed 2017-11-25 00:52:07 +09:00