Changes of Revision 613
commit_1d46a0e475f7224ea86ed051ab4d03e72081f58f.txt
Deleted
commit_704083db3bc86078dd7ce36b035d0f2528609f21.txt
Added
open5gs_2.7.3.4642.1d46.dsc -> open5gs_2.7.3.4643.7040.dsc
Changed
x
1
2
Source: open5gs
3
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
4
Architecture: any
5
-Version: 2.7.3.4642.1d46
6
+Version: 2.7.3.4643.7040
7
Maintainer: Harald Welte <laforge@gnumonks.org>
8
Uploaders: Sukchan Lee <acetcom@gmail.com>
9
Homepage: https://open5gs.org
10
11
open5gs-udr deb net optional arch=any
12
open5gs-upf deb net optional arch=any
13
Checksums-Sha1:
14
- f323a7337bf7dc1903b4decf59a1a2475317c7ea 14531248 open5gs_2.7.3.4642.1d46.tar.xz
15
+ b3e71d7dcbbaebb1f923b3fe669c6b46df91b43d 14530676 open5gs_2.7.3.4643.7040.tar.xz
16
Checksums-Sha256:
17
- bb223ac0ebe921af2f660393ff8f1cf749c758e20022e2d4ca7509bbefcd47e7 14531248 open5gs_2.7.3.4642.1d46.tar.xz
18
+ 97c11dcd3031143e6857fdd03bbc207c58eb960926acc4a843200feaf5c2bf42 14530676 open5gs_2.7.3.4643.7040.tar.xz
19
Files:
20
- b4353e2150cbc3f1896ee6f86623eb6e 14531248 open5gs_2.7.3.4642.1d46.tar.xz
21
+ 83eefa4c01eaec3b9d87b0253d178e52 14530676 open5gs_2.7.3.4643.7040.tar.xz
22
open5gs_2.7.3.4642.1d46.tar.xz/.tarball-version -> open5gs_2.7.3.4643.7040.tar.xz/.tarball-version
Changed
4
1
2
-2.7.3.4642-1d46
3
+2.7.3.4643-7040
4
open5gs_2.7.3.4642.1d46.tar.xz/debian/changelog -> open5gs_2.7.3.4643.7040.tar.xz/debian/changelog
Changed
12
1
2
-open5gs (2.7.3.4642.1d46) unstable; urgency=medium
3
+open5gs (2.7.3.4643.7040) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Sun, 23 Mar 2025 04:10:56 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Tue, 25 Mar 2025 06:13:03 +0000
9
10
open5gs (2.7.3) unstable; urgency=medium
11
12
open5gs_2.7.3.4642.1d46.tar.xz/lib/sbi/message.h -> open5gs_2.7.3.4643.7040.tar.xz/lib/sbi/message.h
Changed
10
1
2
"N5g-ddnmf_Discovery_MonitorUpdateResult"
3
#define OGS_SBI_CALLBACK_N5G_DDNMF_DISCOVERY_MATCH_INFORMATION \
4
"N5g-ddnmf_Discovery_MatchInformation"
5
+#define OGS_SBI_CALLBACK_NAMF_COMMUNICATION_ONN1N2TRANSFERFAILURE \
6
+ "Namf_Communication_onN1N2TransferFailure"
7
8
typedef struct ogs_sbi_header_s {
9
char *method;
10
open5gs_2.7.3.4642.1d46.tar.xz/lib/sbi/nnrf-build.c -> open5gs_2.7.3.4643.7040.tar.xz/lib/sbi/nnrf-build.c
Changed
21
1
2
3
message.SubscriptionData = SubscriptionData;
4
5
- message.http.custom.callback =
6
- (char *)OGS_SBI_CALLBACK_NNRF_NFMANAGEMENT_NF_STATUS_NOTIFY;
7
-
8
request = ogs_sbi_build_request(&message);
9
ogs_expect(request);
10
11
12
message.h.method = (char *)OGS_SBI_HTTP_METHOD_DELETE;
13
message.h.uri = subscription_data->resource_uri;
14
15
- message.http.custom.callback =
16
- (char *)OGS_SBI_CALLBACK_NNRF_NFMANAGEMENT_NF_STATUS_NOTIFY;
17
-
18
request = ogs_sbi_build_request(&message);
19
ogs_expect(request);
20
21
open5gs_2.7.3.4642.1d46.tar.xz/src/amf/nsmf-build.c -> open5gs_2.7.3.4643.7040.tar.xz/src/amf/nsmf-build.c
Changed
36
1
2
message.http.accept = (char *)(OGS_SBI_CONTENT_JSON_TYPE ","
3
OGS_SBI_CONTENT_NGAP_TYPE "," OGS_SBI_CONTENT_PROBLEM_TYPE);
4
5
+/*
6
+ * Callback Header Configuration
7
+ *
8
+ * The 3gpp-Sbi-Callback HTTP header (per 3GPP TS 29.500 v17.9.0) indicates that
9
+ * a message is an asynchronous notification or callback. This header should be
10
+ * included only in HTTP POST requests that are callbacks (e.g., event or
11
+ * notification messages) and must not be added to regular service requests,
12
+ * such as registration (HTTP PUT) or subscription requests.
13
+ */
14
message.http.custom.callback =
15
(char *)OGS_SBI_CALLBACK_NSMF_PDUSESSION_STATUS_NOTIFY;
16
17
18
19
message.N1N2MsgTxfrFailureNotification = &N1N2MsgTxfrFailureNotification;
20
21
+/*
22
+ * Callback Header Configuration
23
+ *
24
+ * The 3gpp-Sbi-Callback HTTP header (per 3GPP TS 29.500 v17.9.0) indicates that
25
+ * a message is an asynchronous notification or callback. This header should be
26
+ * included only in HTTP POST requests that are callbacks (e.g., event or
27
+ * notification messages) and must not be added to regular service requests,
28
+ * such as registration (HTTP PUT) or subscription requests.
29
+ */
30
+ message.http.custom.callback =
31
+ (char *)OGS_SBI_CALLBACK_NAMF_COMMUNICATION_ONN1N2TRANSFERFAILURE;
32
+
33
request = ogs_sbi_build_request(&message);
34
ogs_expect(request);
35
36
open5gs_2.7.3.4642.1d46.tar.xz/src/amf/nudm-build.c -> open5gs_2.7.3.4643.7040.tar.xz/src/amf/nudm-build.c
Changed
21
1
2
3
message.Amf3GppAccessRegistration = &Amf3GppAccessRegistration;
4
5
- message.http.custom.callback =
6
- (char *)OGS_SBI_CALLBACK_NUDM_UECM_DEREGISTRATION_NOTIFICATION;
7
-
8
request = ogs_sbi_build_request(&message);
9
ogs_expect(request);
10
11
12
13
message.SDMSubscription = &SDMSubscription;
14
15
- message.http.custom.callback =
16
- (char *)OGS_SBI_CALLBACK_NUDM_SDM_NOTIFICATION;
17
-
18
request = ogs_sbi_build_request(&message);
19
ogs_expect(request);
20
21
open5gs_2.7.3.4642.1d46.tar.xz/src/nrf/nnrf-build.c -> open5gs_2.7.3.4643.7040.tar.xz/src/nrf/nnrf-build.c
Changed
19
1
2
goto end;
3
}
4
}
5
+/*
6
+ * Callback Header Configuration
7
+ *
8
+ * The 3gpp-Sbi-Callback HTTP header (per 3GPP TS 29.500 v17.9.0) indicates that
9
+ * a message is an asynchronous notification or callback. This header should be
10
+ * included only in HTTP POST requests that are callbacks (e.g., event or
11
+ * notification messages) and must not be added to regular service requests,
12
+ * such as registration (HTTP PUT) or subscription requests.
13
+ */
14
+ message.http.custom.callback =
15
+ (char *)OGS_SBI_CALLBACK_NNRF_NFMANAGEMENT_NF_STATUS_NOTIFY;
16
17
message.NotificationData = NotificationData;
18
19
open5gs_2.7.3.4642.1d46.tar.xz/src/smf/nudm-build.c -> open5gs_2.7.3.4643.7040.tar.xz/src/smf/nudm-build.c
Changed
11
1
2
3
message.SDMSubscription = &SDMSubscription;
4
5
- message.http.custom.callback =
6
- (char *)OGS_SBI_CALLBACK_NUDM_SDM_NOTIFICATION;
7
-
8
request = ogs_sbi_build_request(&message);
9
ogs_expect(request);
10
11