mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
mirror of https://github.com/open5gs/open5gs link from https://open5gs.org/
https://open5gs.org
When a PFCP control plane sends a Session Modification Request with Create FAR, Create QER, or Create URR IEs for IDs that were not previously created during PDR processing, the UPF rejects them with "Cannot find [FAR|QER|URR]-ID[N] in PDR" errors. This is because ogs_pfcp_handle_create_far/qer/urr() use ogs_pfcp_[far|qer|urr]_find() which only looks up existing entries, while ogs_pfcp_handle_create_pdr() correctly uses ogs_pfcp_pdr_find_or_add() which creates new entries if needed. In practice, some PFCP control planes (e.g., vendor-specific PGW-C implementations) send Create URR/QER/FAR in Session Modification without a corresponding Create PDR that would have pre-created these entries. The resulting PFCP error responses cascade into GTP-U Error Indications, causing bearer teardowns and IMS PDN disconnections. This patch: - Changes Create FAR/QER/URR handlers to use find_or_add, matching the existing Create PDR behavior - Makes Remove PDR/FAR/QER/URR handlers idempotent: removing a non-existent entry now returns success with a warning instead of failing with an error, since the desired state (entry removed) is already achieved Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .github | ||
| configs | ||
| debian | ||
| docker | ||
| docs | ||
| lib | ||
| misc | ||
| src | ||
| subprojects | ||
| tests | ||
| vagrant | ||
| webui | ||
| .clang-tidy | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| meson.build | ||
| meson_options.txt | ||
| README.md | ||
Getting Started
Please follow the documentation at open5gs.org!
Sponsors
If you find Open5GS useful for work, please consider supporting this Open Source project by Becoming a sponsor. To manage the funding transactions transparently, you can donate through OpenCollective.
Community
- Problem with Open5GS can be filed as issues in this repository.
- Other topics related to this project are happening on the discussions.
- Voice and text chat are available in Open5GS's Discord workspace. Use this link to get started.
Contributing
If you're contributing through a pull request to Open5GS project on GitHub, please read the Contributor License Agreement in advance.
License
- Open5GS Open Source files are made available under the terms of the GNU Affero General Public License (GNU AGPL v3.0).
- Commercial licenses are also available from NewPlane at sales@newplane.io.
Support
Technical support and customized services for Open5GS are provided by NewPlane at support@newplane.io.
