Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Open5GS

A C-language implementation of 5G Core and EPC
Collective - Host: opensource - https://opencollective.com/open5gs - Website: https://open5gs.org - Code: https://github.com/open5gs/open5gs

loopback address is changes from 127.76.0.1 to 127.0.0.1

github.com/open5gs/open5gs - d49404ad2d0095135266ff84a4fe28862dff2b57 authored about 7 years ago by Sukchan Lee <[email protected]>
configuration is updated

github.com/open5gs/open5gs - b34d8b931ea7c908e190dc1546a23ca111369086 authored about 7 years ago by Sukchan Lee <[email protected]>
mme->s1ap_sock is removed

github.com/open5gs/open5gs - 61432a30703385c577388a7cd3679ecd90c4cc51 authored about 7 years ago by Sukchan Lee <[email protected]>
name changes

github.com/open5gs/open5gs - 23fa36bc230ba1b7cf7fc0cea27cdd4df7c915db authored about 7 years ago by Sukchan Lee <[email protected]>
remove mme->s1ap_addr and mme->s1ap_port

github.com/open5gs/open5gs - cb63c2b1eaaa74c061c1e44d0b95d2316916552d authored about 7 years ago by Sukchan Lee <[email protected]>
set the hostname is NULL

github.com/open5gs/open5gs - b2620caf261d638af921c4d35dac61dd38af0cef authored about 7 years ago by Sukchan Lee <[email protected]>
remove AI_PASSIVE if hostname is NULL

github.com/open5gs/open5gs - 5a8d169ba117f30132e3dc9a507ba7e81618b547 authored about 7 years ago by Sukchan Lee <[email protected]>
Merge branch 'ipv6-addr' of http://github.com/acetcom/nextepc into ipv6-addr

github.com/open5gs/open5gs - 2dcb56a41df54b5689f0a7230b6be4e1d3b0f375 authored about 7 years ago by Sukchan Lee <[email protected]>
add sock type in enb context

github.com/open5gs/open5gs - 702549184667edf6c92dcaab006d3150914b6747 authored about 7 years ago by Sukchan Lee <[email protected]>
Oops! mistake

github.com/open5gs/open5gs - 62afe724edc6a9dfcffe446d483664576c265542 authored about 7 years ago by Sukchan Lee <[email protected]>
change default IP : 127.76.0.x -> 127.0.0.x

github.com/open5gs/open5gs - 8fb2e0ba3bcb961dc51360c959ea66fb1e7eba14 authored about 7 years ago by Sukchan Lee <[email protected]>
all remove core_net.h

github.com/open5gs/open5gs - 6412231f290105e59a7303d097becfc2b3b1e08d authored about 7 years ago by Sukchan Lee <[email protected]>
improve usrsctp

github.com/open5gs/open5gs - 685272fce8de8ff43726fb400ac2019e96aed3d0 authored about 7 years ago by Sukchan Lee <[email protected]>
enb->addr is changes to pointer

github.com/open5gs/open5gs - 859d6427fdaf4ff2acc04164df64c589639cb735 authored about 7 years ago by Sukchan Lee <[email protected]>
enodeb's s1ap_addr types changes from c_uint32_t to c_sockaddr_t

github.com/open5gs/open5gs - 65fb2d280fda7f8a8edd7f5c7858126e59fc3b60 authored about 7 years ago by Sukchan Lee <[email protected]>
Oops! mistake

github.com/open5gs/open5gs - 5d0bc98f8dbdc6487499dc241825ecc851f6f528 authored about 7 years ago by Sukchan Lee <[email protected]>
S1AP changes from net_lib to new socket library

github.com/open5gs/open5gs - 227cae5762d83bcb5ec60e0a8d8d74d986638b61 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the tun driver bugs

github.com/open5gs/open5gs - 65b70083783088df33f4d4b07ffb7439b294b834 authored about 7 years ago by Sukchan Lee <[email protected]>
gtp's net_sock_t to sock_id. GTP-U is failed

github.com/open5gs/open5gs - 2f49e6024da6669e710a1b2c34d95bc9763f9669 authored about 7 years ago by Sukchan Lee <[email protected]>
port to linux

github.com/open5gs/open5gs - b1023fac1d561eb52c770da69048296d4c57a169 authored about 7 years ago by Sukchan Lee <[email protected]>
remove c_sa_len

github.com/open5gs/open5gs - cfc352ea0df4ac26b7c7cf8433fd8ec3aacd4bd5 authored about 7 years ago by Sukchan Lee <[email protected]>
TUN driver is added

github.com/open5gs/open5gs - a27f294f7426230a42f5692d7ac1fe119ec5c6fe authored about 7 years ago by Sukchan Lee <[email protected]>
s1ap structure changes from net_sock_t to sock_id

github.com/open5gs/open5gs - e44e613ff2ddabdf09e0ac0d9697f783582cf91e authored about 7 years ago by Sukchan Lee <[email protected]>
remove port from gtp_node_t

github.com/open5gs/open5gs - 38a5ad3c68743daa3c9eed04d88d49783733443a authored about 7 years ago by Sukchan Lee <[email protected]>
change address type from c_uint32_t to c_sockaddr_t

github.com/open5gs/open5gs - ce827fe733a184fbed5dc844c27802a6deddfc45 authored about 7 years ago by Sukchan Lee <[email protected]>
c_sa_len, c_sa_family, c_sa_port is introduced

github.com/open5gs/open5gs - 1928da05574042d90af225fc1946b7373e53c294 authored about 7 years ago by Sukchan Lee <[email protected]>
Oops! mistake.. Use sock library for connect/bind socket function

github.com/open5gs/open5gs - 9c593a275739f9705958f9690bdc7070eb5a2672 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the freebsd segmenation fault error

github.com/open5gs/open5gs - 0fb47c499f3902afa838ca4824ecd6c493f79887 authored about 7 years ago by Sukchan Lee <[email protected]>
local_addr/remote_addr is added

github.com/open5gs/open5gs - 5bf84f3b6206f566d06111231fd06ae1a0fa9a06 authored about 7 years ago by Sukchan Lee <[email protected]>
GTP Peer Node finding method is changed.

Before : received IP address from UDP socket
After : Based on TEID. Initially, finding from Send...

github.com/open5gs/open5gs - 7151a98f417f84d9711460703f7d0704f73f96fe authored about 7 years ago by Sukchan Lee <[email protected]>
mac porting for new socket library

github.com/open5gs/open5gs - 21d2ca34f673d898fb6ef1d51ce4bed55dea1a34 authored about 7 years ago by Sukchan Lee <[email protected]>
core_inet_pton is added

github.com/open5gs/open5gs - 5778fb6cbcceb45b93dea0bf62e1fd429e5ce7b8 authored about 7 years ago by Sukchan Lee <[email protected]>
s1setup test is done

github.com/open5gs/open5gs - 1ad25fbc9c78eb9c59bccfe881d4677b5cc8dbe3 authored about 7 years ago by Sukchan Lee <[email protected]>
New SCTP library is initially applied in test program

github.com/open5gs/open5gs - 8a6b602836ac904994e7a2fa1868b1a95a8a2bda authored about 7 years ago by Sukchan Lee <[email protected]>
sctp_connect is added

github.com/open5gs/open5gs - ef3bb2e3689eea4022d34e31757768e16361d36f authored about 7 years ago by Sukchan Lee <[email protected]>
udp connect function is added for bind & connect behavior

github.com/open5gs/open5gs - 376f7c1304e6d2f12a61f275bcdefef070f4aec1 authored about 7 years ago by Sukchan Lee <[email protected]>
update getaddrinfo if hostname is NULL

github.com/open5gs/open5gs - 1238f31178488ff3dffa682f3618154f8f77407d authored about 7 years ago by Sukchan Lee <[email protected]>
previous archi is failed in FreeBSD OS

re-architecture socket library

github.com/open5gs/open5gs - f186ec93dd1e559d57e09fbb3b3da236b8ef79bb authored about 7 years ago by Sukchan Lee <[email protected]>
fix the link

github.com/open5gs/open5gs - 2ba078277f69ccd91871a4ed376bb4fd57a41b4f authored about 7 years ago by Sukchan Lee <[email protected]>
fix the link

github.com/open5gs/open5gs - 89439ce79ee92e62cd6847a3513339010ffedd05 authored about 7 years ago by Sukchan Lee <[email protected]>
README update

github.com/open5gs/open5gs - 19e18b9efbfbb951c8b6963903ea0d0e001b9c70 authored about 7 years ago by Sukchan Lee <[email protected]>
minor fix

github.com/open5gs/open5gs - 113cbd0e9ece8610bc06e2db42b0b3c94887f290 authored about 7 years ago by Sukchan Lee <[email protected]>
c_sockaddr_t is created for supporting both IPv4 and IPv6 address.

github.com/open5gs/open5gs - 6db21f54c1c9d3772c7372e666deecc6c0736147 authored about 7 years ago by Sukchan Lee <[email protected]>
SCTP library is initially added

github.com/open5gs/open5gs - a4d1bae08316a999625fe7dc10dea60b95ac6436 authored about 7 years ago by Sukchan Lee <[email protected]>
minor update

github.com/open5gs/open5gs - 7c505f917a54e321bef8425c7fef803e798fc907 authored about 7 years ago by Sukchan Lee <[email protected]>
tcp/udp bug is fixed

github.com/open5gs/open5gs - e521d75e7ad8ce1e41f4c3b0a7740e0376813155 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the linux compile error

github.com/open5gs/open5gs - 221fd81bb23bd0ebc33f3ee12cf0cf13e3221946 authored about 7 years ago by Sukchan Lee <[email protected]>
IPv6 project is started.

1. Remove thread lock in select loop.
2. Nonblocking will be used in select loop for good perfor...

github.com/open5gs/open5gs - 068d049a9f10dc036a807a39822eeb8e4fdf6722 authored about 7 years ago by Sukchan Lee <[email protected]>
sleep is needed in test code

github.com/open5gs/open5gs - 90a50d999d2a7292ec6d502c296917cca2e68a29 authored about 7 years ago by Sukchan Lee <[email protected]>
reduant code

github.com/open5gs/open5gs - 12ae1401852beab58d217448d3875b2fb5a89199 authored about 7 years ago by Sukchan Lee <[email protected]>
Control Plane and Data Plane Thread is merged to One thread in SGW/PGW

- for protecting context, SGW/PGW is implemented with only one thread.
- In PGW, processing cont...

github.com/open5gs/open5gs - f839fd93b772dcaefe626ba39ad4fcd441f956d0 authored about 7 years ago by Sukchan Lee <[email protected]>
just minor update

github.com/open5gs/open5gs - cd59df5011502b612b4b531df79be415d03049ac authored about 7 years ago by Sukchan Lee <[email protected]>
remove jsmn library.

jsmn library is very simple, but it is difficult to handle configuration
josn.
I changed json to...

github.com/open5gs/open5gs - 11df912058f1bae40cfbf32b3e568ea51a3647a8 authored about 7 years ago by Sukchan Lee <[email protected]>
remove static object in library

github.com/open5gs/open5gs - 4e0abf8775467a037b5b0c6dcefd35cad33f135f authored about 7 years ago by Sukchan Lee <[email protected]>
Oops! missing files

github.com/open5gs/open5gs - a0e6cc39969a7a2d027e378714983f38fa775763 authored about 7 years ago by Sukchan Lee <[email protected]>
change the libbase to lib3gpp

github.com/open5gs/open5gs - 53619344695926127886a87b8053e8d9d44a20ed authored about 7 years ago by Sukchan Lee <[email protected]>
seperate libbase to the libapp

github.com/open5gs/open5gs - 6e00fd349c13effbb5bfda045ac6ca1c2e5d0393 authored about 7 years ago by Sukchan Lee <[email protected]>
add version-info in shared library

I'll just set all version to 1:0:0 at this point

github.com/open5gs/open5gs - 3778e47bdca4987bf4661f0f2221a647120d91c3 authored about 7 years ago by Sukchan Lee <[email protected]>
remove base

github.com/open5gs/open5gs - 53a86f30cc335b7c6a4ee5dc11ba0cab168c99b3 authored about 7 years ago by Sukchan Lee <[email protected]>
all library is changed to shared library

github.com/open5gs/open5gs - e63fa44fff220b778f45607a7a0836db5288e25b authored about 7 years ago by Sukchan Lee <[email protected]>
support relative path of freeDiameter

github.com/open5gs/open5gs - f4a47e30c72fb43cfad9e0f9dbf415c127176cbc authored about 7 years ago by Sukchan Lee <[email protected]>
freediameter extensions installation path is changed to

'${libdir}/nextepc/freeDiameter'

github.com/open5gs/open5gs - 1941c8b7290c6796c9d467825111f5f5f4fe1e0f authored about 7 years ago by Sukchan Lee <[email protected]>
move fd/extensions to freeDiameter-1.2.1/extensions

github.com/open5gs/open5gs - 8b916d15f4bf3c5304f12b40d5139b8bcdfb5765 authored about 7 years ago by Sukchan Lee <[email protected]>
merge libcore/libcoreunix to libcore

merge libfd/libfdx/libfds6a to libfd

github.com/open5gs/open5gs - 4ef15728a02ac79ae18694a919c03324bdd41d44 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the dependency error

github.com/open5gs/open5gs - bfbb98fc1f1283e2c51befbd862315ab4c69b951 authored about 7 years ago by Sukchan Lee <[email protected]>
change shared library

github.com/open5gs/open5gs - 5cc56ab353c2f469db6d2fc280c10e9ecebe4fa5 authored about 7 years ago by Sukchan Lee <[email protected]>
change all library from static to shared library

github.com/open5gs/open5gs - 1b0536dca0b12ed5f6cce61e488e4465da19f401 authored about 7 years ago by Sukchan Lee <[email protected]>
change the freeDiameter library from static to the shared library

github.com/open5gs/open5gs - 0d13c263077550ec34868f67c68eac589b77312d authored about 7 years ago by Sukchan Lee <[email protected]>
add dlopen library search

github.com/open5gs/open5gs - cd2df5d894c573ea33b6a4a03d479c4eac58740d authored about 7 years ago by Sukchan Lee <[email protected]>
Oops! remove dependpency lib

github.com/open5gs/open5gs - d87383be6948d8a4ee1ec0aa956948e9a79dc980 authored about 7 years ago by Sukchan Lee <[email protected]>
Merge branch 'dep' of https://github.com/acetcom/nextepc into dep

fix the conflict

github.com/open5gs/open5gs - d851d039250f4ff255fe5d207fa5f99ab3e6a09b authored about 7 years ago by Sukchan Lee <[email protected]>
rollback..Mac OSX is not working if we link libfdore/proto to the shared

object.

github.com/open5gs/open5gs - d092c329daa389d2d7ecacad2ef3b6c03217fc96 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the warning of dh_shdeplibs

github.com/open5gs/open5gs - 4345398ca27208112ed73ede00d652aeef05ef14 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the library dependency

github.com/open5gs/open5gs - d2cf6821b8edf6ed5bf8f3b10fe5b2aa589a4e38 authored about 7 years ago by Sukchan Lee <[email protected]>
update changelog for launchpad ppa package

github.com/open5gs/open5gs - 3db70a3ad06e1352259444f2e6200281f5b98c0d authored about 7 years ago by Sukchan Lee <[email protected]>
Merge branch 'master' of https://github.com/acetcom/nextepc

github.com/open5gs/open5gs - 362db04ff6501ed7bcec738ee1a7a919ba0997c2 authored about 7 years ago by Sukchan Lee <[email protected]>
postrm script improved

github.com/open5gs/open5gs - ea7cca3d4033a490180775e0afa77419514d1bce authored about 7 years ago by Sukchan Lee <[email protected]>
add favicon in Web User Interface

github.com/open5gs/open5gs - f35eea1634404db61a956544b4b1195b80ac3d66 authored about 7 years ago by Sukchan Lee <[email protected]>
Fix errata

github.com/open5gs/open5gs - 2c5f9e6c0cccc8b27a974731e55e200cb8496405 authored about 7 years ago by Sukchan Lee <[email protected]>
update README

github.com/open5gs/open5gs - 066339d8cbf433bd5aa645eb7bf194ac6ae8c39b authored about 7 years ago by Sukchan Lee <[email protected]>
update changelog for launchpad ppa

github.com/open5gs/open5gs - d9ab53bbf016189624258d2e0e090a7ff0122a05 authored about 7 years ago by Sukchan Lee <[email protected]>
remove README

github.com/open5gs/open5gs - 561c041010d46811ddb11418868678828ffc43d1 authored about 7 years ago by Sukchan Lee <[email protected]>
debug log change to trace

github.com/open5gs/open5gs - fbe3e3685f98f016d3aefc1624a6162efa59ec69 authored about 7 years ago by Sukchan Lee <[email protected]>
update pgw.postinstall

introduce systemctl.sh

github.com/open5gs/open5gs - 2f43079fc69565eb3cc37ad70853c87a791141d9 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the bug for pgw post install script

github.com/open5gs/open5gs - 0bdbee24cfc20fee8b5c1af588944ee6c4fb210f authored about 7 years ago by Sukchan Lee <[email protected]>
MongoDB re-connect using systemd

github.com/open5gs/open5gs - 081f8c880824d4fb5ebcb24ec7672b8249410d23 authored about 7 years ago by Sukchan Lee <[email protected]>
Ubuntu artful update

github.com/open5gs/open5gs - a9dd6be8e8602ee0c45b870705de28172698edc1 authored about 7 years ago by Sukchan Lee <[email protected]>
fix the PGW installation

github.com/open5gs/open5gs - a25de7b28704b00d75ee68d64e2d2a3e3f7f56f8 authored about 7 years ago by Sukchan Lee <[email protected]>
all running error is fixed

github.com/open5gs/open5gs - 46b403c43dd7902391a96b5757e082a5ceed2d61 authored about 7 years ago by Sukchan Lee <[email protected]>
Add sleep so that server is ready to accept connection.

github.com/open5gs/open5gs - b060ea1714363970031a020d27c337e4e916e62c authored about 7 years ago by James Park <[email protected]>
Upload Launchpad PPA for Ubuntu 17.10 i386

github.com/open5gs/open5gs - f62756569616df26386a757a1a8ac86e70e1f48e authored about 7 years ago by Sukchan Lee <[email protected]>
fix compile error

github.com/open5gs/open5gs - badc1f2da38d06040c990e4df5cdd95e6f2f6f6a authored about 7 years ago by Sukchan Lee <[email protected]>
exclude TCP test in testnetlib because sometimes this test is failed as

follows.

OpenSUSE OBS
- Ubuntu 17.04 i586 failed

[ 542s] testnetlib : Line 262: ex...

github.com/open5gs/open5gs - 10cda2cfd7afe028a7fd3178476709c3173c8f1a authored about 7 years ago by Sukchan Lee <[email protected]>
change names of ubuntu package version

github.com/open5gs/open5gs - abdcbe7b7a423fce1ff48d727c318d49a233867e authored about 7 years ago by Sukchan Lee <[email protected]>
update debian changelog

add Ubuntu Zesty(Ubuntu 17.04-amd64, i586)
add Ubuntu Artful(Ubuntu 17.10-amd64)

github.com/open5gs/open5gs - 377f725f2674dd65fbada80a6ff423723f8a0336 authored about 7 years ago by Sukchan Lee <[email protected]>
update debian changelog

github.com/open5gs/open5gs - ff31858a818aaca77749fd1f9a463c2bec324818 authored about 7 years ago by Sukchan Lee <[email protected]>
disable test code. will be fixed later.

github.com/open5gs/open5gs - 9e27685cd04d174197616a3eafd9ff440433bab5 authored about 7 years ago by Sukchan Lee <[email protected]>
at this point, I'm not sure how to handle this file.

I'll just rollback it.

github.com/open5gs/open5gs - c09483b540bc07718f260ce195c2603a6f5be24c authored about 7 years ago by Sukchan Lee <[email protected]>
add metapackage

github.com/open5gs/open5gs - 44f0155f5a5aed747c6acf4c267a6e2886666ac3 authored about 7 years ago by Sukchan Lee <[email protected]>
PID command line option(-p) is added

github.com/open5gs/open5gs - a0eb08a2fab15d9eb8f37bf968a0a770220fcaeb authored about 7 years ago by Sukchan Lee <[email protected]>