Projects
osmocom:master
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 700
View file
commit_7803c39be67b008ca84f7534662f6718cc703f7f.txt
Added
View file
commit_8f2d2ad4a6ea994b3c0f7361245068d50d371971.txt
Deleted
View file
open5gs_2.7.6.4784.8f2d.dsc -> open5gs_2.7.6.4785.7803.dsc
Changed
@@ -2,7 +2,7 @@ Source: open5gs Binary: open5gs-common, open5gs-mme, open5gs-sgwc, open5gs-smf, open5gs-amf, open5gs-sgwu, open5gs-upf, open5gs-hss, open5gs-pcrf, open5gs-nrf, open5gs-scp, open5gs-sepp, open5gs-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg Architecture: any -Version: 2.7.6.4784.8f2d +Version: 2.7.6.4785.7803 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -32,8 +32,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - a47f7190a2c29fd8f57a48eb8c37b09188beaea8 15086168 open5gs_2.7.6.4784.8f2d.tar.xz + 6ab6ea60ab91edc46cbc394f6dbfb5bddc17deac 15086048 open5gs_2.7.6.4785.7803.tar.xz Checksums-Sha256: - ca25f6639f9ebceace3000dce65508de9f4196bc018d5e1a21dc6b500926bf92 15086168 open5gs_2.7.6.4784.8f2d.tar.xz + 214d12512b3c5234fc08ce742ada5f4696e37ce532eefa5fd5c785220fb740a0 15086048 open5gs_2.7.6.4785.7803.tar.xz Files: - 8256f1d2aa57fef2cbfaa5ab6a5ff2fa 15086168 open5gs_2.7.6.4784.8f2d.tar.xz + 3145a36f98a855f8cf792cc2739ba5c7 15086048 open5gs_2.7.6.4785.7803.tar.xz
View file
open5gs_2.7.6.4784.8f2d.tar.xz/.tarball-version -> open5gs_2.7.6.4785.7803.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.6.4784-8f2d +2.7.6.4785-7803
View file
open5gs_2.7.6.4784.8f2d.tar.xz/debian/changelog -> open5gs_2.7.6.4785.7803.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.6.4784.8f2d) unstable; urgency=medium +open5gs (2.7.6.4785.7803) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 23 Oct 2025 13:22:53 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 24 Oct 2025 23:56:11 +0000 open5gs (2.7.6) unstable; urgency=medium
View file
open5gs_2.7.6.4784.8f2d.tar.xz/src/nrf/nnrf-handler.c -> open5gs_2.7.6.4785.7803.tar.xz/src/nrf/nnrf-handler.c
Changed
@@ -524,8 +524,13 @@ /* Issue #2630 : The format of subscrCond is invalid. Must be 'oneOf'. */ if (SubscrCond->nf_type && SubscrCond->service_name) { - ogs_error("SubscrCond must be 'oneOf'"); + ogs_error("SubscrCond must be either an NF type or a service name"); ogs_sbi_subscription_data_remove(subscription_data); + ogs_assert(true == + ogs_sbi_server_send_error( + stream, OGS_SBI_HTTP_STATUS_BAD_REQUEST, + recvmsg, "SubscrCond must be either an NF type or a service name", + NULL, NULL)); return false; } @@ -538,10 +543,24 @@ subscription_data->subscr_cond.nf_instance_id = ogs_strdup(SubscrCond->nf_instance_id); else { - ogs_error("No SubscrCond"); + ogs_error("Requested SubscrCond is not supported yet"); ogs_sbi_subscription_data_remove(subscription_data); + ogs_assert(true == + ogs_sbi_server_send_error( + stream, OGS_SBI_HTTP_STATUS_BAD_REQUEST, + recvmsg, "Requested SubscrCond is not supported yet", + NULL, NULL)); return false; } + } else { + ogs_error("No SubscrCond found in NF Subscription message"); + ogs_sbi_subscription_data_remove(subscription_data); + ogs_assert(true == + ogs_sbi_server_send_error( + stream, OGS_SBI_HTTP_STATUS_BAD_REQUEST, + recvmsg, "No SubscrCond found in NF Subscription message", + NULL, NULL)); + return false; } subscription_data->notification_uri =
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.