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

Fix attach reject when ULA subscription data does not contain MSISDN (#1524)

Issue:
When the ULA - Subscription Data does not contain MSISDN, the Create Session Request
fr...

github.com/open5gs/open5gs - 6ffdce598a31deb46d8463c60bb53988ccb4730f authored over 2 years ago by Supreeth Herle <[email protected]>
Add new sponsor

github.com/open5gs/open5gs - 6e81564972ccd99bc59379dbf398a2d225d25808 authored over 2 years ago by Sukchan Lee <[email protected]>
[SMF] Store MSISDN from GTPC and pass it in Gy CCR (#1519)

github.com/open5gs/open5gs - 76fecdb54eee5fe2aa0da0df2fdd4109246f8c13 authored over 2 years ago by Pau Espin Pedrol <[email protected]>
[SMF] gn-handler: Fix typo in error message (#1517)

github.com/open5gs/open5gs - aa6f3ef8d6f28cac4ba3cbd18a802f4f63c118fb authored over 2 years ago by Pau Espin Pedrol <[email protected]>
[GTPU] IPv6 RS/RA with QFI Extended Header (#1506)

github.com/open5gs/open5gs - 3508e09a4146bacf812b1f8aed051dc099f10d1e authored over 2 years ago by Sukchan Lee <[email protected]>
[GTPU] Fixed to Send Unnecessary EndMarker (#1506)

github.com/open5gs/open5gs - b558da30c6de80a655b64ba9de2a6c1b334b30c1 authored over 2 years ago by Sukchan Lee <[email protected]>
[GTP2] Fixed handling multi-bearer messages(#1498)

github.com/open5gs/open5gs - de2ecd64002e6f1d47e051925f12f67905ba5e09 authored over 2 years ago by Sukchan Lee <[email protected]>
update instructions for adding a subscriber with Python (#1507)

github.com/open5gs/open5gs - 41f743af6271758b5dd022b2ac447653830a9e5b authored over 2 years ago by Abderaouf KHICHANE <[email protected]>
[SBI] cJSON v1.7.7 -> v1.7.15 (#1503)

github.com/open5gs/open5gs - d50a5a44f934f8a2996205f1b0b4048c0686962d authored over 2 years ago by Sukchan Lee <[email protected]>
[SMF] Integrate session tear down cycle into sess->sm (#1500)

* [SMF] smf_sm.c Fix indentation

* [SMF] gsm-sm: log fsm events

* [SMF] Integrate session ...

github.com/open5gs/open5gs - 2de12e32f4c9833fa27e86cd9a5541571b8c09dd authored over 2 years ago by Pau Espin Pedrol <[email protected]>
initial draft of sctp crash fix

github.com/open5gs/open5gs - 23ef30553e00618fd259c36b747b67f83dd5baa9 authored over 2 years ago by Spencer Sevilla <[email protected]>
[PFCP] F-TEID allocation by SMF (#1466)

github.com/open5gs/open5gs - 79de674fd8f5154cc45ae5ad784ec5b18c1400b8 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] Parallelize Gx+Gy CCR Initial (#1491)

There's no real need to having to wait until Gx is processed in order to
set up Gy. This speeds...

github.com/open5gs/open5gs - 5f979d0cc3d7333e5a6588f682b269c55dd1dbf6 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Distinguish the type of session creation

github.com/open5gs/open5gs - 433d5f6bf324c6319797de021d86b3bcd67d8be4 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SBI] fixed HTTP2 header values is 0 (#1488)

github.com/open5gs/open5gs - 80cd9d725f969f0217fa4626d4f281cb864f8cf3 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] Change gtp_message to gtp2_message in SM

github.com/open5gs/open5gs - 28746c1cd87d76b3ee7d4c107bfee3d648c52193 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] fix an invalid error GTP message

github.com/open5gs/open5gs - bb5d4972986de74a64ff47d528b6d417d941b353 authored almost 3 years ago by Sukchan Lee <[email protected]>
Remove sctp test in MacOSX CI (#1489)

github.com/open5gs/open5gs - 079bb5c40e5cb71398707d394ea649b71ae598ef authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] Inegrate session setup cycle into sess->sm (#1489)

It allows for much better control on the lifecycle of the session, and
already shows some missi...

github.com/open5gs/open5gs - e61b469489690465319acaf98382f50bf693d9fa authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Rename GTPv2C specifics to gtp2 prefix (#1485)

In the past only GTPv2C was supported, and had the "gtp" generic prefix.
Later on, GTPv1C suppo...

github.com/open5gs/open5gs - e3da7c9934d62d03128ba1d5acaf25f843f5f3dd authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Send EMM Cause when Attach Request type is not same as HSS Network-Access-Mode (#1484)

This commit adds EMM Cause to Attach accept message when
Attach Request has COMBINED EPS IMSI A...

github.com/open5gs/open5gs - 8c22d8a20ca8506716e5fbde0f1b0050a6d997da authored almost 3 years ago by Supreeth Herle <[email protected]>
[SBI] Change the reference count (#1440)

Change the client's reference count method
to use the same method as nf_instance

github.com/open5gs/open5gs - e5ff03b2493bce8aeff9f21462e11da38c63ece9 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SBI] fixed the SMF discover bug (#1440)

github.com/open5gs/open5gs - 49c34605dbda948800af73a31997dfc2bd79d34a authored almost 3 years ago by Sukchan Lee <[email protected]>
[Gy] Follow-up PRs (#1479)

github.com/open5gs/open5gs - ff242cd6ea772950f9d8b6865695af3485efaeba authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] Introduce optional Gy interface support (#1479)

The use of the Gy interface (SMF acting as CTF towards an OCS node) is
mandated through configu...

github.com/open5gs/open5gs - 2be12903cb3a72288f350796b29606ab49160bc6 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Fix trailing whitespace (#1478)

github.com/open5gs/open5gs - 7455424d29ea8ca1fe3bec2ac450aac445353727 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Revert "Revert "Functionality for send sms with using IMS service. (#1477)""

This reverts commit b732d7bcc543493ffd5c18e1dbb386d7c9a2f352.

github.com/open5gs/open5gs - 832ab156e95916fe57729d8b53456d1d7d3b50fb authored almost 3 years ago by Sukchan Lee <[email protected]>
Revert "Introduce Gy interface (#1471)"

This reverts commit 106f2729c379c22e9bdd30f607b09abb971b3d6d.

github.com/open5gs/open5gs - 0b3df3e3db948ff60da9306d75c2c632dbf1a06e authored almost 3 years ago by Sukchan Lee <[email protected]>
Revert "[Gy] use WARN log-level if No Gy Diameter Peer"

This reverts commit 05551f120ffbaf21c0aebdccdc2848b7c49b8a78.

github.com/open5gs/open5gs - b5ad0feffc39124f50fe0507c9ca581a4906b183 authored almost 3 years ago by Sukchan Lee <[email protected]>
Revert "Functionality for send sms with using IMS service. (#1477)"

This reverts commit aa6368132ef5f7b95af6ce31e06b65882ca3eed1.

github.com/open5gs/open5gs - b732d7bcc543493ffd5c18e1dbb386d7c9a2f352 authored almost 3 years ago by Sukchan Lee <[email protected]>
[Gy] use WARN log-level if No Gy Diameter Peer

github.com/open5gs/open5gs - 05551f120ffbaf21c0aebdccdc2848b7c49b8a78 authored almost 3 years ago by Sukchan Lee <[email protected]>
Introduce Gy interface (#1471)

TODO:

* Use an event for the report, like SMF_EVT_N4_TIMER?

* Properly set Service identi...

github.com/open5gs/open5gs - 106f2729c379c22e9bdd30f607b09abb971b3d6d authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Functionality for send sms with using IMS service. (#1477)

* Update

* update

* Update

* update

* new version of profile for send sms

* updat...

github.com/open5gs/open5gs - aa6368132ef5f7b95af6ce31e06b65882ca3eed1 authored almost 3 years ago by EugeneBogush <[email protected]>
[UPF] Add initial support for URR Usage Report (#1476)

github.com/open5gs/open5gs - fb8ebcdbeae0648e30d04fd016a956642131dddd authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[DIAM] Add Gy interface support to lib/diameter (#1474)

This commit adds required blocks in lib/diameter to be able to handle Gy
messages later in open...

github.com/open5gs/open5gs - 52672cff6574a18c740b9fcd9be5f33e33bf38f4 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[UPF] cosmetic: Fix trailing whitespace (#1473)

github.com/open5gs/open5gs - 0df2e9f0ba881e2c4f84efb6e4d04ac588341433 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[PFCP] Use proper IE to signal triggers in Usage Report (#1472)

The "Report Triggers" is sent SMF->UPF to tell in which situations a
report should be sent.
Th...

github.com/open5gs/open5gs - 77f7bb7af713e4ee7b7510668fc1d877e578df06 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[SMF] Gx: Fix crash receiving DIAMETER_UNABLE_TO_DELIVER (#1469)

github.com/open5gs/open5gs - 8286b1c417c8754cb9b91f87831257e2ce9ed87a authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[SMF] Gx: Prevent sending Gx messages to non-PCRF Diameter peers (#1468)

github.com/open5gs/open5gs - 5be48be634eaad06ba1300a7b6e25faa4d9f7b57 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[SMF] Handle for PCRF not to respond (#1445)

github.com/open5gs/open5gs - 110a63fdfadbd18e302f3a4b06ac0ee85408bebe authored almost 3 years ago by Sukchan Lee <[email protected]>
Improve data-path performance using talloc_pool()

allocate a talloc pool for GTP to ensure it doesn't have to go back
to the libc malloc all the t...

github.com/open5gs/open5gs - e213f654060b7b9f2bae11420c5175e876cf006e authored almost 3 years ago by Sukchan Lee <[email protected]>
[HSS/PCF] Store IMEISV instead of IMEI (#1464)

github.com/open5gs/open5gs - 3121d183f017ec1ff8410df0ea3ef1ccc0d74ee5 authored almost 3 years ago by Sukchan Lee <[email protected]>
[Doc] Update CentOS Stream 8 (#1450)

github.com/open5gs/open5gs - 1c9a48bfb126d17cc319125003dd67b0801b9c7c authored almost 3 years ago by Sukchan Lee <[email protected]>
Migrating to CentOS Stream 8 in Vagrant (#1450)

github.com/open5gs/open5gs - 77f66e1f0ebbc5240efbe139f40348e34f00868f authored almost 3 years ago by Sukchan Lee <[email protected]>
[WebUI] Added IMEI in View (#1464)

github.com/open5gs/open5gs - 8f603e2049af49830c42395d1f223fdc60808ff2 authored almost 3 years ago by Sukchan Lee <[email protected]>
Added Meson Continuous Integration (#1454)

github.com/open5gs/open5gs - 82241f5b840db5009c73cebaf27ae6c95de98b9e authored almost 3 years ago by Sukchan Lee <[email protected]>
Fix the MacOSX CI (#1454)

github.com/open5gs/open5gs - 35201f6ed11e1fd8b1bf5d59ad4fd2a26258bcee authored almost 3 years ago by Sukchan Lee <[email protected]>
Update automatic CI (#1454)

github.com/open5gs/open5gs - 24d20bb20b634509369d387fbeaa8cff5c5140f0 authored almost 3 years ago by Sukchan Lee <[email protected]>
Added MacOSX to the Running OS for CI (#1454)

github.com/open5gs/open5gs - f2aa15d99fb1a3c7e4934d111179186126bb3e98 authored almost 3 years ago by Sukchan Lee <[email protected]>
Oops! Rollback Meson Continuous integration

github.com/open5gs/open5gs - c76c7d597d450ff980d7392dc1b07cf5d31af397 authored almost 3 years ago by Sukchan Lee <[email protected]>
update it1

github.com/open5gs/open5gs - 9c4287f467956e0ca7e348c5d670fdba0cfb1576 authored almost 3 years ago by Sukchan Lee <[email protected]>
update it

github.com/open5gs/open5gs - 2def8bb31bbf360228761c985cd30c5223e1ad73 authored almost 3 years ago by Sukchan Lee <[email protected]>
Add/update current imei of UE in subscriber profile (#1464)

* first commit

* fix

Co-authored-by: root <[email protected]>

github.com/open5gs/open5gs - f557fc8eaa6d1b2b2a6a6224374391cf9e0fa62c authored almost 3 years ago by EugeneBogush <[email protected]>
[PFCP] Support multiple Usage Report IEs in all messages (#1461)

* [PFCP] Properly check down_data_report inclusion building SessionReportRequest

* [PFCP] Sup...

github.com/open5gs/open5gs - fbfb72c1b7b20c0ecca13e6cc42ca7c928f679f7 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Revert configuration for backward compatibility

github.com/open5gs/open5gs - 038fb680f4e61d7e5c143723406b7d628aae4583 authored almost 3 years ago by Sukchan Lee <[email protected]>
[Test] Fix the SBI running[1]

github.com/open5gs/open5gs - da8c93432645f4a89dab3c36c50d99c575965a7c authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] fix missing initialization memory (#1458)

github.com/open5gs/open5gs - 88016a769f2fe34ce12552da8a96201703743ceb authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] Gx: Add Destination-Host AVP to CCR (#1458)

Catch Origin-Host during CCA and set it as Destination-Host during
subsequent CCRs. This way we...

github.com/open5gs/open5gs - acd66105088047262ea6c694c88fa7236330a74d authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[PFCP] Support associating multiple URRs to a PDR (#1456)

* [PFCP] Fix trailing whitespace in message generation files

* [PFCP] message gen: Support mu...

github.com/open5gs/open5gs - 4b8d3a845a9c21e037e8ef70da7a64b3bbd489d7 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Update document for v2.4.5

github.com/open5gs/open5gs - 825b06b6e02f23d657374c011465396ffe3374c0 authored almost 3 years ago by Sukchan Lee <[email protected]>
Improve Slice/DNN selection (#1438), (#1440)

github.com/open5gs/open5gs - 12c656efd07780be3d12413599af5237613c286a authored almost 3 years ago by Sukchan Lee <[email protected]>
fix the slice issues (#1438), (#1440)

github.com/open5gs/open5gs - ced37a6201513a453d72b33fb787e96536d51623 authored almost 3 years ago by Sukchan Lee <[email protected]>
[PFCP] Handle Measurement Information in Create/Update URR IEs (#1453)

github.com/open5gs/open5gs - 38e2dee17fad3aecf4adaed2a273780a97c89ba1 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[PFCP] Handle Measurement Information in Create/Update URR IEs (#1452)

github.com/open5gs/open5gs - 89636fa8d322adb498269c885b2205513130c05e authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Fix trailing whitespace (#1451)

github.com/open5gs/open5gs - cc0d147f5cb4d6f4cc181daf04fdf3b3f9572a15 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[PFCP] Avoid requiring optional fields in Update URR IE (#1449)

github.com/open5gs/open5gs - 12bac7a91733f03ed554ebf69daaed37dbbed79a authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[MME] Exception handle - APN duplicated (#1431)

github.com/open5gs/open5gs - 41553de7a4b0d3e03b38b564bade5cf8e596532c authored almost 3 years ago by Sukchan Lee <[email protected]>
remove pool related configuration (#1431)

github.com/open5gs/open5gs - 2cb06b3085350be3897dfa595b87f0c42ec9b607 authored almost 3 years ago by Sukchan Lee <[email protected]>
change log-level WARNING to INFO

github.com/open5gs/open5gs - 224d1caca1cdc7537cbda0ab73488fff26b8b097 authored almost 3 years ago by Sukchan Lee <[email protected]>
[MEM] fix the pkbuf problem (#1431)

github.com/open5gs/open5gs - 37af21a88db21274c0c1544f1268c61c72eee729 authored almost 3 years ago by Sukchan Lee <[email protected]>
Update sponsors

github.com/open5gs/open5gs - fe5fd0f760e7dd3d0789eeae3856cc3611eae580 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] PFCP Session Report Req: Allow receiving multiple bits in Report Type (#1442)

3GPP TS 29.244 sec 8.2.21 "Report Type" states:
At least one bit shall be set to "1". Several b...

github.com/open5gs/open5gs - ab5f47ef59b92d47d3ef50b5fa28a5db8fcc4242 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[SMF] Remove T_RELEASE_HOLDING timer

github.com/open5gs/open5gs - 72ecd1c0052a55d8aefb645eb2c3e7c64057caae authored almost 3 years ago by Sukchan Lee <[email protected]>
[UPF] Improve logging around IP spoofing (#1441)

* [UPF] Fix Trailing whitespace

* [UPF] Improve logging around IP spoofing

Related: https:...

github.com/open5gs/open5gs - 7f6f35fe6f9ddd0cff5853bb6e8c0a4543643240 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[MME] re-factor to check a piggybacked ESM (#1431)

github.com/open5gs/open5gs - bf773186026c9847a2aff0035d91949a1b098d14 authored almost 3 years ago by Sukchan Lee <[email protected]>
Change EPERM to OGS_EPERM (#1436,#1404)

github.com/open5gs/open5gs - a6ec2069988420088927f0d37bcec8c0fec0f2b1 authored almost 3 years ago by Sukchan Lee <[email protected]>
[CORE] time: Add APIs to manage NTP 32-bit timestamps (#1439)

These will be further needed in PFCP in the future, as well as in other
Diameter based interfac...

github.com/open5gs/open5gs - f060da45d53c7c7e05b1af4607a521531f39de6a authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[CORE] Improve SO_BINDTODEVICE error log line (#1436)

github.com/open5gs/open5gs - 80ce991aa6aad1f1fa25f126fa73c953607fc6fb authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Improve the socket option configuration (#1404)

o GTP-C Option (Default)
- so_bindtodevice : NULL

gtpc:
addr: 127.0.0.7
option:
...

github.com/open5gs/open5gs - bcf53124d5848ff8c8e9907e372eb41174b64f5a authored almost 3 years ago by Sukchan Lee <[email protected]>
[UPF] Fix log typo, trailing whitespace (#1434)

github.com/open5gs/open5gs - 73836c063c1e8ecaaee4ac26c0a053f1967e59ac authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[PFCP] Fix wrong endianess enc of some URR values (#1433)

* [PFCP] Fix trailing whitespace

* [PFCP] Fix wrong endianess enc of some URR values

u32 t...

github.com/open5gs/open5gs - dd5abb79b4fada1e64f6d88e90baa98f09c9c469 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[Gx] Fix trailing whitespace (#1420)

github.com/open5gs/open5gs - 5b81802be935238823e28aec6ac41d976615c17f authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[Gx] Use OGS_DIAM_GX_APPLICATION_ID define instead of hardcoded val (#1419)

github.com/open5gs/open5gs - 4388f9bf3a185d1493236f7536c5a759dba3c7c4 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Change default to bindtodevice:false

github.com/open5gs/open5gs - c1fc25958cd39c4904414eeacf761ef032286afe authored almost 3 years ago by Sukchan Lee <[email protected]>
Merge branch 'sysmocom-pespin/vrf' into main

github.com/open5gs/open5gs - 914bb0a40ff0ae7de4c7afb0b609d732344f46df authored almost 3 years ago by Sukchan Lee <[email protected]>
[GTP/PFCP] Support VRF (#1404)

github.com/open5gs/open5gs - 253e2ad98a533b81cd3f5a767cff849022398d45 authored almost 3 years ago by Sukchan Lee <[email protected]>
Merge branch 'pespin/vrf' of https://github.com/sysmocom/open5gs into sysmocom-pespin/vrf

github.com/open5gs/open5gs - c2d10772c636c93fec48386c861bca94e4b46f85 authored almost 3 years ago by Sukchan Lee <[email protected]>
Update document (#1412)

github.com/open5gs/open5gs - f848785360c761dcf540b6306dfbf4625bcbbe67 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SGW-C] fix the crash (#1353)

github.com/open5gs/open5gs - a1be48ed50f91613efd4fd147cb81a8dbe0f8f48 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SGWC] fix the crash (#1353)

github.com/open5gs/open5gs - 9bf8a84b81c4c5e18c3b15298b19a18eb5beceb7 authored almost 3 years ago by Sukchan Lee <[email protected]>
[MME] Oops! Remove redundant warning (#1411)

github.com/open5gs/open5gs - 896370c2e4a861c379dd60301abb679db8aaac6e authored almost 3 years ago by Sukchan Lee <[email protected]>
[SGWC] fix the crash (#1353)

github.com/open5gs/open5gs - 79e34260da2c18ceac4ce0c2284e4372d8008485 authored almost 3 years ago by Sukchan Lee <[email protected]>
[GTP] Support binding socket to device

This is useful, among other possible applications, to make use of VRFs [1],
in this case for GTP...

github.com/open5gs/open5gs - 7bddc92322b9be78bc99c715a5e6d978ac51a23e authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
Need to increase NF ref_count

1. UE registered and PDU established.
2. PCF does not receive Heartbeat.
- PCF De-registered st...

github.com/open5gs/open5gs - ed3444eef5e9e57705645b500dbd6c5af453703f authored almost 3 years ago by Sukchan Lee <[email protected]>
[LINUX] initialize struct epoll_event (#1399)

github.com/open5gs/open5gs - 3217e931249d4be56c98cf13230b77c831286244 authored almost 3 years ago by Sukchan Lee <[email protected]>
modify building from source md file (#1403)

Signed-off-by: ji3k54j062k7 <[email protected]>

github.com/open5gs/open5gs - 19120acadce9bbdfdeb1dc640ee27bfe710621c5 authored almost 3 years ago by ji3k54j062k7 <[email protected]>
Fix trailing whitespace (#1402)

github.com/open5gs/open5gs - d06acc7f37a0ac33f11072f5d80f022b326b7e28 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>
[SMF]: Fix Framed-IPv6-Prefix AVP length in CCR (#1398)

github.com/open5gs/open5gs - bc69ddfc6d6f633387679f01bb223c63a2aa77fa authored almost 3 years ago by Supreeth Herle <[email protected]>
[PCRF] Fix Framed-IPv6 Prefix in CCR (#1398)

github.com/open5gs/open5gs - d54e8a43cec5967f699918bc6425141283d30062 authored almost 3 years ago by Sukchan Lee <[email protected]>
[SMF] Avoid crash if smf_ue_pool is full (1024 UEs) (#1397)

github.com/open5gs/open5gs - ba3a046c626df1363e8ea463f55925e35ed174c9 authored almost 3 years ago by Pau Espin Pedrol <[email protected]>