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

[AMF] Fixed crash in no context setup (#2999)

Remove ogs_assert((__sESS)->gsm_message.n1buf) from AMF_SESS_STORE_5GSM_MESSAGE
because N1 buffe...

github.com/open5gs/open5gs - 199f4c7add495422985f9edfd230dd2b7e55505b authored 10 months ago by Sukchan Lee <[email protected]>
Fixed docs for changing WebUI port 3000 => 9999

github.com/open5gs/open5gs - 152b4400f849eccffb878503cdde7b429e852c8f authored 10 months ago by Sukchan Lee <[email protected]>
[MME/AMF] Fixed crash following Handover Request (#3014)

1. HandoverRequired
2. HandoverRequest
3. HandoverFailure
4. UEContextReleaseCommand
5. Handover...

github.com/open5gs/open5gs - 2ceca491615c96c7c935dce9ae22c371bb8c1a85 authored 10 months ago by Sukchan Lee <[email protected]>
[SMF] Check config file for overlapping UE subnets for subnets with no DNN

github.com/open5gs/open5gs - 24b9150c15d86a497da1f4ce20dee8adf593d396 authored 10 months ago by Matej Gradisar <[email protected]>
[SMF] Memory leak in Handling APCO IE (#3010)

github.com/open5gs/open5gs - 4d7f2fb6619902ca822cbb64c1f721a58b6f4fb9 authored 10 months ago by Sukchan Lee <[email protected]>
[SMF] Setup Gy session when creating UE session over S2b interface

So far the Gy session creation triggered by S2b interface (ePDG) was not
implemented. Fix it.

github.com/open5gs/open5gs - 32de75b1a50ffbd324b60f93103dbe2853a45bc5 authored 10 months ago by Pau Espin Pedrol <[email protected]>
[SMF] Handle APCO IE in S2b GTPv2C CreateSessionRequest/Response

This IE is used by UEs registering through S2b interface (ePDG) to
obtain DNS and P-CSCF server ...

github.com/open5gs/open5gs - 4aaac999f7bc337bcaed2789ccc6269c256564d2 authored 10 months ago by Pau Espin Pedrol <[email protected]>
[MME] Added log messages to find memory problem

github.com/open5gs/open5gs - 0dd2ad6557e28d6c47bbf578243db1733790eff9 authored 10 months ago by Sukchan Lee <[email protected]>
[GTP-U] Fixed a stack overflow bug (#3003)

github.com/open5gs/open5gs - 9a515e9b1db1a246ef5fd49c91e26410eb437dd7 authored 11 months ago by Sukchan Lee <[email protected]>
[SMF] Added Bi-Directional Flow (#2909)

For bi-directions, the rules are created in the same form as for downlink
as shown below, so to ...

github.com/open5gs/open5gs - 41d8934677481c633ec13bda65d475449bae189c authored 11 months ago by Sukchan Lee <[email protected]>
[ASN1C] Fixed asn1c library on 32bit (#2934)

APER encoding fails when using the asn_uint642INTEGER function on a 32-bit machine as shown belo...

github.com/open5gs/open5gs - 843c4950ac93117c0495a7e5bba07c7daa86e090 authored 11 months ago by Sukchan Lee <[email protected]>
[MME] Follow-up on #2916

When there is no MME-UE Context, going to cleanup without setting
s6a_message could cause a segm...

github.com/open5gs/open5gs - 94bd68aa7b6053d3f8085162d290af8777ae5528 authored 11 months ago by Sukchan Lee <[email protected]>
Added UPF performance test with NextEPC

github.com/open5gs/open5gs - 290df460effde9a5f17ba7f0d62290be2f4d2b8c authored 11 months ago by Sukchan Lee <[email protected]>
[UPF] Report after Session was Deleted (#2936)

The UPF is sending Session Report Request after the Session was Deleted,
when the Gy interface i...

github.com/open5gs/open5gs - 82398811db22c254fad8e9098026a1fb12262cd6 authored 11 months ago by Sukchan Lee <[email protected]>
[AMF] Fixed sm_context_ref failed (#2603, #2917)

github.com/open5gs/open5gs - 8762425fbc417117b1fae06f7a7ecc1c8b7ebf49 authored 11 months ago by Sukchan Lee <[email protected]>
Rollback Pull Request (#1911)

Problems with Purge-UE-Request/Answer can occur in the following situations

1. Attach Request
2...

github.com/open5gs/open5gs - 7e8f145973f95f548e5a2404d68dcce63beee85a authored 11 months ago by Sukchan Lee <[email protected]>
[SEC] Several vulnerabilities have been resolved.

1. Reachable assertion in ogs_nas_5gmm_decode

Location: lib/nas/5gs/decoder.c:4445

```c
int og...

github.com/open5gs/open5gs - d1d3ec6fcbada437bb28d4ab47398e41880d7dde authored 11 months ago by Sukchan Lee <[email protected]>
[AMF/MME] No STATE Change for the EMM/GMM-STATUS

github.com/open5gs/open5gs - be12610fb65d81205c5f1115ad64e7be088d906b authored 11 months ago by Sukchan Lee <[email protected]>
[AMF/SMF] Resolved the Issue of Session Release Based on the Order of N1/N2 Messages (#2917)

There is an issue with SESSION RELEASE not working properly
depending on the PDU session release...

github.com/open5gs/open5gs - 47419be650e57160a2e94575a1e316655c0af508 authored 11 months ago by Sukchan Lee <[email protected]>
[MME] Fixes crash in building s1ap message

Because a race condition can occur between S6A Diameter and S1AP message,
the following error ha...

github.com/open5gs/open5gs - 3f0979dab2b4c825c1f363dbb9847675b986a90c authored 11 months ago by Sukchan Lee <[email protected]>
[GTP-U] Fixed ogs_pfcp_find_gtpu_resource()(#2923)

As mentioned in the sgwu.yaml configuration file, it is possible to configure multiple addresses...

github.com/open5gs/open5gs - 93110d011ea34c5b5d43f956ae7ec6808b3ba0ad authored 11 months ago by Sukchan Lee <[email protected]>
[SMF,MME] Gn: Set Maximum SDU Size QoS field to 1500

Before this patch, it was set as 0, which is Reserved in Network to MS
direction.

github.com/open5gs/open5gs - 88a77f7bc538e68f2c8fb5ab2c516be891c856c4 authored 11 months ago by Pau Espin Pedrol <[email protected]>
[SMF,MME] Gn: Set Delivery order QoS field to No

Before this patch, it was set as 0, which is Reserved in Network to MS
direction.

github.com/open5gs/open5gs - d95c82b21c0a195f9918da82ccb4bc7af3f45126 authored 11 months ago by Pau Espin Pedrol <[email protected]>
[SMF,MME] Gn: Set Delivery of erroneous SDUs QoS field to No

Before this patch, it was set as 0, which is Reserved in Network to MS
direction.

github.com/open5gs/open5gs - a613be8c4c0473edb243e2bf9b9300dd9a4e4da7 authored 11 months ago by Pau Espin Pedrol <[email protected]>
[SMF] Fix fixed-0 IPCP identifier in PCO ack

github.com/open5gs/open5gs - a5feccf4c80151dc24f50bd04b42696339d46b6b authored 11 months ago by Pau Espin Pedrol <[email protected]>
[MME] Crash due to a race condition

A race condition can occur in the following situations.
In conclusion, we can use this situation...

github.com/open5gs/open5gs - 38868918330a83fad59292bfcea53801ee6137f5 authored 12 months ago by Sukchan Lee <[email protected]>
Document Gy interface spec reference

github.com/open5gs/open5gs - 609c234f0ba5ed95b5901b1891b180428948a67d authored 12 months ago by Pau Espin Pedrol <[email protected]>
cosmetic: pcrf/pcrf-gx-path.c: Fix trailing whitespace

github.com/open5gs/open5gs - 29ea85ca4cb81eccd6d184a2714f76111a2c356b authored 12 months ago by Pau Espin Pedrol <[email protected]>
Document Gx interface spec references

github.com/open5gs/open5gs - 64598fab2e778bebe34e391105b034a493fcc16f authored 12 months ago by Pau Espin Pedrol <[email protected]>
fix mismatch of parameters between prototype and declaration

github.com/open5gs/open5gs - e650b66305a5349f093babae130221443146215e authored 12 months ago by Bostjan Meglic <[email protected]>
memset input/output structure inside the function

Instead of checking if caller memset'ted the structure to zero, memset
it inside the function re...

github.com/open5gs/open5gs - a3afc4764cc18f5a49c6e3503fd327c75df11f34 authored 12 months ago by Bostjan Meglic <[email protected]>
initialize variables before using them

github.com/open5gs/open5gs - dcdfc970cefa00958f3712d3f81893253d5aa5ee authored 12 months ago by Bostjan Meglic <[email protected]>
Introduce ability for multiple SDM_Subscriptions

github.com/open5gs/open5gs - 2583fd3c08435df123a662c40ddb4dc1914b50f2 authored 12 months ago by jmasterfunk84 <[email protected]>
[AMF/MME] Fixed M-TMSI pool release (#2307)

M-TMSI pool release was incorrectly modified and has now been corrected.

github.com/open5gs/open5gs - b94173ab41985d3c0c4c125aefa65c385a5fa0f5 authored 12 months ago by Sukchan Lee <[email protected]>
[SMF] Build URR at bearer modification

github.com/open5gs/open5gs - d7b896affb7948e8ab12a026b6139b93dec701d5 authored 12 months ago by Gaber Stare <[email protected]>
[PFCP] Fixed incorrect TLV names (#2887)

Fixed standards documentation that described incorrect TLV names.

github.com/open5gs/open5gs - 97e1b1bd30402b8feba609862fa13ecaf148b644 authored 12 months ago by Sukchan Lee <[email protected]>
[MME] Gn: Introduce initial support for 2G->4G cell reselection

In an Inter-RAT setup a UE could perform a TAU coming from a 2G/3G network.
In that case the UE/...

github.com/open5gs/open5gs - 60691b02d2b31708f92fb4994a8fe6e585b17f11 authored 12 months ago by Pau Espin Pedrol <[email protected]>
[MME] Hangs on an invalid S1AP message

Within the PathSwitchRequest packet,
the E-RABToBeSwitchedDLList has two bearers.

If the E-RAB-...

github.com/open5gs/open5gs - 4088cdf17d4f9e4956c42cab8aaf27a24afe5179 authored 12 months ago by Sukchan Lee <[email protected]>
[MME] Match any SGSN in same RAI if none with specific RAI+CI found

This will be useful for other procedures where only the RAI is known,
but not the specific CI. T...

github.com/open5gs/open5gs - 52be56b839ce483c74d0ca5f5655f2afe128fbc7 authored 12 months ago by Pau Espin Pedrol <[email protected]>
[GTPv1] Fix encoding of MM Context IE if NRSNRA bit not set

The len byte, describing the length of the field coming after it,
is always expected according t...

github.com/open5gs/open5gs - feaa86fc9c55acf818c7eb66563945f07be6d861 authored 12 months ago by Pau Espin Pedrol <[email protected]>
[GTPv1] Introduce APIs to decode MM Context and PDP Context IEs

They will be used in a follow-up patch implementing GERAN->EUTRAN idle
mobility.

github.com/open5gs/open5gs - 078bfc90da9008a61a5ce02ff058feb45e4003a3 authored 12 months ago by Pau Espin Pedrol <[email protected]>
[CRYPT] Add ogs_kdf_kasme_idle_mobility()

This function is needed by a follow-up patch implementing initial
support for GERAN->EUTRAN idle...

github.com/open5gs/open5gs - afa2c2c9e070f2c8212c9b701ee5b6d1e642e87d authored 12 months ago by Pau Espin Pedrol <[email protected]>
[AMF] Issue during Concurrent UE Registration (#2839)

While they were continuing their fuzzy testing and developing PacketRusher, an unusual issue wit...

github.com/open5gs/open5gs - b0cf9fcbe7b4548b914556097180ce0e39245b7b authored 12 months ago by Sukchan Lee <[email protected]>
MME: support for IDR EPS_USER_STATE

keep track of whether we failed to page the UE, as that is
needed to provide the correct user st...

github.com/open5gs/open5gs - 21f99ad08d009e56bf525524fe6c207f5e2e0b49 authored 12 months ago by Emanuele Di Pascale <[email protected]>
lib/diameter/s6a: add EPS-User-State

and the MME-related children

github.com/open5gs/open5gs - 77d94c0301c0b49d7437f2d8a622e03fb0d562d6 authored 12 months ago by Emanuele Di Pascale <[email protected]>
[SBI] Fix conversion of AMBR bitrates from string to integer

When the input string contains a number and a unit too large to be
represented by a 64-bit varia...

github.com/open5gs/open5gs - 84569ccbdc9e4da948cc5f43c18080531f90a98f authored 12 months ago by Bostjan Meglic <[email protected]>
[AMF] Add initialRegistrationInd field in Amf3GppAccessRegistration request to UDM

github.com/open5gs/open5gs - a4babef9eb334ca1d9a4bd13e15b03d125f062ce authored 12 months ago by Bostjan Meglic <[email protected]>
Update VoLTE tutorials

github.com/open5gs/open5gs - 48323bd2993636c6233b365c28c80da84eb417e2 authored 12 months ago by herlesupreeth <[email protected]>
Added SEPP debian package (#2861)

github.com/open5gs/open5gs - be1305b903c089f447bdbef0abe6e9511c25c732 authored 12 months ago by Sukchan Lee <[email protected]>
cosmetic: mme: Fix trailing whitespace

github.com/open5gs/open5gs - ba59c8309a2da7707fc21a1ab512b7ca3474df36 authored 12 months ago by Pau Espin Pedrol <[email protected]>
[DBI] Fix code indent

github.com/open5gs/open5gs - 21b7cd487ad2f4b5faf3bc0291d459dbb345cbed authored 12 months ago by Bostjan Meglic <[email protected]>
[core] Fix a couple of warnings when using C++ compiler or more strict settings

../lib/core/ogs-list.h:62:24: warning: invalid conversion from 'void*' to 'ogs_list_t*' {aka 'og...

github.com/open5gs/open5gs - ad216c0b77a33a22d3662d16f4a89e817e69c126 authored 12 months ago by Bostjan Meglic <[email protected]>
Rename and move ogs_gtp2_paa_to_ip() to lib/proto/conv

Both types are defined under lib/proto/type.h, and the conversion
function is used in several di...

github.com/open5gs/open5gs - 4ab275ad70fd355cdc1c255c6a918154aa839aa4 authored almost 1 year ago by Pau Espin Pedrol <[email protected]>
lib/proto/conv: Introduce API ogs_ip_to_paa()

The counterpart API ogs_paa_to_ip() was already present, but this was
missing. It will be requir...

github.com/open5gs/open5gs - 7d60b13d3aeecd41c461618791ce06154121eeed authored almost 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Fix potential null ptr dereference

The assert is checking for sess->session->name, but afterwards there's a
check to skip ses->sess...

github.com/open5gs/open5gs - 3457435071481d81e8600241a0613015dc1dd843 authored almost 1 year ago by Pau Espin Pedrol <[email protected]>
cosmetic: Fix trailing whitespace

github.com/open5gs/open5gs - 2a840297f8cc6a94f8f150d21178e2f9b0eb7710 authored almost 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Constify params in mme-context and depending APIs

github.com/open5gs/open5gs - b3845d5b0bd4aad16aa2b3aa76f660308a637d3d authored almost 1 year ago by Pau Espin Pedrol <[email protected]>
[SMF] Fixes crash when PDU session release

I've resolved an issue where sending continuous
'PDU Session Release Request' message to the sam...

github.com/open5gs/open5gs - b1515a16ff1013e5026020d32669b8927d08aa2e authored almost 1 year ago by Sukchan Lee <[email protected]>
[MME] Fix incorrect function name printed in error line

github.com/open5gs/open5gs - 8f58b55e149389343d79680df2caef6b3560fdd6 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
lib/gtp/xact: Fix tx of SGSN Context Acknowledge

github.com/open5gs/open5gs - 27d2f8610373e90aab1727453d40674c1e7c150c authored about 1 year ago by Pau Espin Pedrol <[email protected]>
lib/gtp/xact: Fix rx of SGSN Context Response

github.com/open5gs/open5gs - 389ccaed16e32524dfde6f8bf66b4079c205087a authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[HSS] Add hss_event_init after change to event system (#2838)

* Add hss_event_init after change to event system

* also include hss_event_final

github.com/open5gs/open5gs - ad2154ac2a979ffc88cd6451fcce6cf90350be25 authored about 1 year ago by jmasterfunk84 <[email protected]>
ogs-conv.{c,h}: Constify several parameters

github.com/open5gs/open5gs - 55844d1eedea8631598ef00308c2a38cf174266a authored about 1 year ago by Pau Espin Pedrol <[email protected]>
cosmetic: ogs-conv.c: Fix trailing whitespace

github.com/open5gs/open5gs - 9b729b2c6f6fc72d2c7769c99b5ddc26ba5d1cd5 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
lib/proto/types.{c,h}: Constify several parameters

github.com/open5gs/open5gs - 1f8f20da34c89b7cba437deb50d1a5b2e89a2a22 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] cosmetic: Fix typo in comment

github.com/open5gs/open5gs - 7d9f6181f33462fdf241411b7963e259dc7ebb5a authored about 1 year ago by Pau Espin Pedrol <[email protected]>
Use SUPI not SUCI in error message

github.com/open5gs/open5gs - f0de33833b1f54ac89ad9ac3b6536746f98d65d6 authored about 1 year ago by jmasterfunk84 <[email protected]>
Update 01-genodebs.md

Add a Nokia pico BTS to the list of tested hardware

github.com/open5gs/open5gs - 0b93bd2ca98d565fe0d966cfbcfd6f73231bd9eb authored about 1 year ago by Sergey Yarin <[email protected]>
[DOCS] 5G Roaming with Mutual TLS by @infinitydon

github.com/open5gs/open5gs - 5d26416cd581377cf59dd7bf0e93576ecbb7e4eb authored about 1 year ago by Sukchan Lee <[email protected]>
cosmetic: mme: emm-*.c fix trailing whitespace

github.com/open5gs/open5gs - 6cb20185fa1d9287bcab31f66e5b2cacef1954d7 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Gn: Introduce initial support for 4G->2G cell reselection

In an Inter-RAT setup a UE could perform a RAU coming from a 4G network.
In that case the UE/MS ...

github.com/open5gs/open5gs - 3d693da73ea5d9896f5b40ef54f61060404da57d authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[NRF] crash after sending invalid message (#2808)

NRF crash after receiving
curl --http2-prior-knowledge http://127.0.0.10:7777/nnrf-disc/v1/nf-in...

github.com/open5gs/open5gs - 080f5bfd70e27789d439f3663ad33cbc6be9d0f4 authored about 1 year ago by Sukchan Lee <[email protected]>
lib/gtp: Fix xact logic for gtp1 messages with intermediate stage

As per TS 29.060:
The Initial/request message is "SGSN Context Request", sent by peer A.
Peer B ...

github.com/open5gs/open5gs - ea7708bcfce438b52d6cd1044b1306e618de3958 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Split Gn local TEID generation from S11 TEID generation

github.com/open5gs/open5gs - 14932a7254c41637bcb05e3439890b1d8e6e8da3 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
Revert "[MME] Gn: Introduce initial support for 4G->2G cell reselection"

This reverts commit 5a31af36e00c3878ca3f910294e8975dc841459e.

github.com/open5gs/open5gs - 6a9c7f16c16f3fd9158921bc7a684ba7e9687dcc authored about 1 year ago by Pau Espin Pedrol <[email protected]>
Add space to inprove readbility of error

github.com/open5gs/open5gs - 2390a22504fdca725136332f9122b69b4ed3a499 authored about 1 year ago by jmasterfunk84 <[email protected]>
xact: Fix debug message printed when not needed

github.com/open5gs/open5gs - 75f32e07de6d2ae0a260a7404acdde28d58d4e69 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
cosmetic: mme: Fix trailing whitespace

github.com/open5gs/open5gs - ab51ba9dd55b3e4fac90b5483ff942f986e47474 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Gn: Introduce initial support for 4G->2G cell reselection

In an Inter-RAT setup a UE could perform a RAU coming from a 4G network.
In that case the UE/MS ...

github.com/open5gs/open5gs - 5a31af36e00c3878ca3f910294e8975dc841459e authored about 1 year ago by Pau Espin Pedrol <[email protected]>
lib/proto: Constify params of ogs_id_get_{type,value}()

github.com/open5gs/open5gs - 9349743295382fb787c0026e41b35f1406f66396 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[CRYPT] Constify several input parameters

This allows easily spotting input vs output parameters, as well as
make it easier for compiler t...

github.com/open5gs/open5gs - 7728172a835d584c6b4c75c03917b5b7cd96c4db authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Store decoded PAA into session->ue_ip and session_type

This will be used by the Gn interface to obtain the UE IP and provide
it to new SGSN when transm...

github.com/open5gs/open5gs - 5061a3aec0422b91c025537225e860c87e6999a0 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[MME] Store received PGW S5C IP address in mme_sess_t

This information will be required by the Gn interface in MME when
answering an SGSN with an "SGS...

github.com/open5gs/open5gs - 414f81fcd5204ea13967fa3f02fe6c371e4310fc authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[AMF] Fix deregistration request De-registration type

github.com/open5gs/open5gs - 4655507a00613f5b412b560d022c2c06e4b93943 authored about 1 year ago by Stare Gaber <[email protected]>
Merge branch 'main' of https://github.com/open5gs/open5gs

github.com/open5gs/open5gs - 4eb4a93cbd5a70b13785a7267eee2c4dc73e1c9c authored about 1 year ago by Sukchan Lee <[email protected]>
Added open5gs-sepp in debian package

github.com/open5gs/open5gs - dcaccb4105f5f223ecafc6b59ecef492fa21912d authored about 1 year ago by Sukchan Lee <[email protected]>
Fix small typo in ogs_pfcp_sendto

github.com/open5gs/open5gs - cecb87b346159e9a1abae35e4522bc19292aa2c7 authored about 1 year ago by mitmitmitm <[email protected]>
lib/proto/types.c: Fix trailing whitespace

github.com/open5gs/open5gs - 3b6b8ebf4f051cacc1658ed2ae05cf674751b7fd authored about 1 year ago by Pau Espin Pedrol <[email protected]>
constify src param of ogs_fqdn_{build,parse}()

github.com/open5gs/open5gs - 8c01f3387d09728f662ea9a26fb24432f7712c46 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[AMF/MME] UEContextReleaseCommand after Interity Protected (#2786) (#2794)

* [AMF/MME] UEContextReleaseCommand in Integrity (#2786)

Modified not to send UEContextReleas...

github.com/open5gs/open5gs - 1ba3fd3cf8636d542f0c4c8f0b95778f666ccb5f authored about 1 year ago by Sukchan Lee <[email protected]>
gtp/v1: Specify 'MS Validated' IE as uint8

This field is a fixed size 1 byte with all bits set as spare (1) and the
lsb set as 0 ("No") or ...

github.com/open5gs/open5gs - 204ac35a667a309ea18d22c6d96ce46b6f60ed1c authored about 1 year ago by Pau Espin Pedrol <[email protected]>
gtp/v1: Specify 'P-TMSI Signature' as uint24_t

github.com/open5gs/open5gs - b0f381416ba476bb314c131d47af604d01a7dd79 authored about 1 year ago by Pau Espin Pedrol <[email protected]>
[DOCS] Added UPF performance test

github.com/open5gs/open5gs - 1041f37a3425a53df8a22416ebdf9d979cff704b authored about 1 year ago by Sukchan Lee <[email protected]>
[MME] [AMF] Set Daylight Saving Time (#2766)

Fix DST always being set to 0 ("No adjustment for Daylight
Saving Time").

Related: 3GPP TS 2...

github.com/open5gs/open5gs - 66c39f2085d39f6ca890ef4fef31db39c89dc4cf authored about 1 year ago by Oliver Smith <[email protected]>
[WebUI] Fix launch problem in docker (#2767) (#2769)

github.com/open5gs/open5gs - 177e561ba86c35d56ecf44d1775a3f4f03139cce authored about 1 year ago by Sukchan Lee <[email protected]>
Release v2.7.0

github.com/open5gs/open5gs - 83e35bb2de7e67646fdba849580184422b10006a authored about 1 year ago by Sukchan Lee <[email protected]>
[AMF] Increase the number of SLICE 512 to 1024 (#2761)(#2765)

github.com/open5gs/open5gs - d0a1bedd223a592804956402add0e2eee8d39a15 authored about 1 year ago by Sukchan Lee <[email protected]>
Reset the number of TA, SLICE, and PLMN supported by AMF/MME(#2761) (#2765)

* update it

* update it

* update it

* update it

* update it

* udpate it

* uupd...

github.com/open5gs/open5gs - e42048e8a50a70c22bba13992c2dc01243df48af authored about 1 year ago by Sukchan Lee <[email protected]>
[AMF] Modification to context setup (#2729) (#2764)

Send out PduModifySessionRequest while no other PDU-related procedure is
in progress (i.e. Init...

github.com/open5gs/open5gs - f68a1f328349f0ef9202c752035ebd00136a6cf5 authored about 1 year ago by Sukchan Lee <[email protected]>
Update 03-VoLTE-dockerized.md (#2763)

* Update 03-VoLTE-dockerized.md

adding "-" in docker-compose commands and added filename t th...

github.com/open5gs/open5gs - a4f8baa1f0c807a801fc7946c51eb428b67c9620 authored about 1 year ago by joereith <[email protected]>