Commit Graph

200 Commits

Author SHA1 Message Date
Sukchan Lee 470e66d37d [#235] TCP enabled for MacOSX 2019-07-28 20:18:51 +09:00
Harald Welte a8c14916a7 freeDiameter: Use SCTP-only by default, not TCP-only
The existing freeDiameter default config files for HSS, MME, PCRF and PGW
disabled SCTP and enabled TCP.  This is not in compliance with
3GPP TS 29.272 secition 7.1.5 which clearly states:
	"Diameter messages over the S6a, S6d, S13 and S13' interfaces shall
	 make use of SCTP IETF RFC 4960 [14]"
2019-07-28 12:41:52 +02:00
Sukchan Lee a40d1dd2af [#231] sgsap configuration is changed
sgsap:
      addr: 127.0.0.2
      map:
        tai:
          plmn_id:
            mcc: 001
            mnc: 01
          tac: 4131
        lai:
          plmn_id:
            mcc: 001
            mnc: 01
          lac: 43691
2019-07-21 20:06:08 +09:00
Sukchan Lee a6e3affbec rename utils to mongodb 2019-07-16 09:14:53 +09:00
Nick 964e7ecebd
Add files via upload
Basic Python Library / Class for adding / removing / reading data from NextEPC HSS (MongoDB)
2019-07-15 18:29:22 +10:00
Nick cfd8df28c6
Create README.md
Added basic usage
2019-07-15 18:28:45 +10:00
Sukchan Lee b9f7e9c409 fix new configuration (#225) 2019-07-14 13:48:14 +09:00
Sukchan Lee d4f00da662 continue to add a buffer configuration 2019-06-08 08:44:22 +09:00
Sukchan Lee 0ff388fb19 apply configuration related to MAX number 2019-06-07 15:19:09 +09:00
Sukchan Lee ca742661f6 Add configuration related to memory support (#190) 2019-06-07 11:56:37 +09:00
Sukchan Lee 4fc1e0e22c VLR configuration done 2019-06-05 22:23:45 +09:00
Sukchan Lee b9c0feb40e Update configuration 2019-06-02 11:25:13 +09:00
Sukchan Lee 29a50892b5 Let me introduce SGSAP configuration 2019-06-02 11:09:01 +09:00
Sukchan Lee 681a7c87a4 usrsctp done 2019-06-01 21:30:13 +09:00
Sukchan Lee 61d0573686 ogs_sockopt_t is added 2019-05-31 16:33:09 +09:00
Sukchan Lee 77b8656dc3 Fix the PIDFile of the systemd service file (#182) 2019-05-19 00:42:16 +09:00
Sukchan Lee 0f892f6e84 Support a different APN for each PGW (#183) 2019-05-19 00:24:15 +09:00
Sukchan Lee 0ebd85f364 Integration with OGSLib 2019-04-27 23:54:30 +09:00
Sukchan Lee 8c68560ccd fix the timezone in EMM & GTP encoding 2019-01-20 15:36:11 +09:00
Sukchan Lee c711e788d2 Add TimeZone in the docker environment 2018-11-13 10:03:24 +09:00
Sukchan Lee 7312dd1974 Change configuration description (#100) 2018-09-23 14:41:55 +09:00
Sukchan Lee f5599896ff SGW selection mode is added (#100) 2018-09-23 14:29:19 +09:00
Sukchan Lee 3b66bf09aa Renew freeDiameter Certification #93, #94 2018-08-17 10:00:15 +09:00
Sukchan Lee 1c658c1e45 add make in fedora dockerfile 2018-06-23 22:12:57 +09:00
Sukchan Lee 048eb3f2b2 Change default DISPLAY environment.
We set the DISPLAY=docker.for.mac.localhost:0
If you want to use wireshark in Linux, you need to set DISPLAY to :0.
2018-06-03 10:32:28 +09:00
Sukchan Lee 352b02fc3e Fix the Dockerfile error 2018-06-03 10:17:56 +09:00
Sukchan Lee 3d78f285be Install wireshark in docker 2018-05-30 15:05:47 +09:00
Sukchan Lee 749d632b86 Change the name of docker image 2018-05-29 17:41:11 +09:00
Sukchan Lee 37ecb9a63b Change debian package in docker 2018-05-29 16:03:29 +09:00
Sukchan Lee 0d3af830bb Unlink debian from ubuntu 2018-05-29 13:05:37 +09:00
Sukchan Lee 7c7cfd1cbf Support bionic in Docker 2018-05-29 11:20:48 +09:00
Sukchan Lee 4f1efbb521 Add wireshark in Docker 2018-05-29 11:15:18 +09:00
Sukchan Lee e18467889c Introduce new configuration for SCTP streams
SCTP initmsg
 - Number of output streams : configured(default:30)
 - Maximum input streams : 65535
 - Maximum attempts : 4
 - Maximum initial timeout : 8 seconds
2018-05-09 22:11:25 +09:00
Sukchan Lee f3ddfaec44 Fix the docker development environment 2018-05-02 22:11:02 +09:00
Sukchan Lee 2429a4e363 fix the presentmask and change default configuration (#22) 2018-02-27 11:56:10 +09:00
medeiros405 02712a38e6 src/mme/emm_handler.c
src/mme/mme_context.c
src/mme/mme_context.h
support/config/mme.conf.in
2018-02-25 18:33:36 -03:00
Sukchan Lee 7e460fbcb4 dput is added 2018-02-22 10:47:21 +09:00
Sukchan Lee 62fe796d41 fix check.sh 2018-02-22 09:51:38 +09:00
Sukchan Lee 0104543f7d add manpage for dev 2018-02-22 00:48:42 +09:00
Sukchan Lee 39c30cb908 fix it 2018-02-22 00:32:11 +09:00
Sukchan Lee c09b272e53 fix the base image for docker-dev 2018-02-22 00:30:28 +09:00
Sukchan Lee 92d8bde84a change dependency docker-dev 2018-02-22 00:18:31 +09:00
Sukchan Lee e2bb5706fa update Dockerfile 2018-02-21 23:55:44 +09:00
Sukchan Lee c8a65b6b18 add other OS for docker 2018-02-21 23:20:48 +09:00
Sukchan Lee b8cc130bf5 update check.sh 2018-02-21 14:35:46 +09:00
Sukchan Lee 12d65e92d1 re-arrange package between base and dev 2018-02-21 14:11:41 +09:00
Sukchan Lee 2904284405 Dockerfile cache invalidating for nextepc build 2018-02-21 13:16:11 +09:00
Sukchan Lee 91c9586561 update docker configuration 2018-02-21 12:35:05 +09:00
Sukchan Lee c827701824 update it 2018-02-20 23:57:06 +09:00
Sukchan Lee 5fcc7e2ee6 runtime is testedwq 2018-02-20 23:49:24 +09:00