Changes of Revision 516
commit_4308ba7f375f81c9b42b8f4770ab7a703aacf378.txt
Added
commit_91674ffa8a107022dfea14a49be1d74a24abaec6.txt
Deleted
open5gs_2.7.2.4504.9167.dsc -> open5gs_2.7.2.4505.4308.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.2.4504.9167
6
+Version: 2.7.2.4505.4308
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
- 7b63adb70999e174ea10ce5689fc67c2144e9ae2 14505484 open5gs_2.7.2.4504.9167.tar.xz
15
+ 84ac69a3cc8730b4629eac3d9556ac9318c40399 14504692 open5gs_2.7.2.4505.4308.tar.xz
16
Checksums-Sha256:
17
- 3b961d7626d4fe7bf7d82df266d0f109dc23eb72ee6109ac41352bef2dcf8c20 14505484 open5gs_2.7.2.4504.9167.tar.xz
18
+ 1f4945968ae3e9b29b87c52b83f775f3d51d7f93275522dcb56a253f268c43ef 14504692 open5gs_2.7.2.4505.4308.tar.xz
19
Files:
20
- 2b4ad2975fb0cd822168edb830a1579d 14505484 open5gs_2.7.2.4504.9167.tar.xz
21
+ c6fa2c78db49addd2463c7ab744bc5e0 14504692 open5gs_2.7.2.4505.4308.tar.xz
22
open5gs_2.7.2.4504.9167.tar.xz/.tarball-version -> open5gs_2.7.2.4505.4308.tar.xz/.tarball-version
Changed
4
1
2
-2.7.2.4504-9167
3
+2.7.2.4505-4308
4
open5gs_2.7.2.4504.9167.tar.xz/debian/changelog -> open5gs_2.7.2.4505.4308.tar.xz/debian/changelog
Changed
12
1
2
-open5gs (2.7.2.4504.9167) unstable; urgency=medium
3
+open5gs (2.7.2.4505.4308) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 13:49:26 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 14:18:28 +0000
9
10
open5gs (2.7.2) unstable; urgency=medium
11
12
open5gs_2.7.2.4504.9167.tar.xz/src/hss/hss-cx-path.c -> open5gs_2.7.2.4505.4308.tar.xz/src/hss/hss-cx-path.c
Changed
73
1
2
3
ogs_assert(msg);
4
5
- ogs_debug("User-Authorization-Request");
6
+ ogs_debug("Rx User-Authorization-Request");
7
8
/* Create answer header */
9
qry = *msg;
10
11
ret = fd_msg_send(msg, NULL, NULL);
12
ogs_assert(ret == 0);
13
14
- ogs_debug("User-Authorization-Answer");
15
+ ogs_debug("Tx User-Authorization-Answer");
16
17
/* Add this value to the stats */
18
ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
19
20
21
ogs_assert(msg);
22
23
- ogs_debug("Multimedia-Auth-Request");
24
+ ogs_debug("Rx Multimedia-Auth-Request");
25
26
/* Create answer header */
27
qry = *msg;
28
29
ret = fd_msg_send(msg, NULL, NULL);
30
ogs_assert(ret == 0);
31
32
- ogs_debug("Multimedia-Auth-Answer");
33
+ ogs_debug("Tx Multimedia-Auth-Answer");
34
35
/* Add this value to the stats */
36
ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
37
38
39
ogs_assert(msg);
40
41
- ogs_debug("Server-Assignment-Request");
42
+ ogs_debug("Rx Server-Assignment-Request");
43
44
/* Create answer header */
45
qry = *msg;
46
47
ret = fd_msg_send(msg, NULL, NULL);
48
ogs_assert(ret == 0);
49
50
- ogs_debug("Server-Assignment-Answer");
51
+ ogs_debug("Tx Server-Assignment-Answer");
52
53
/* Add this value to the stats */
54
ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
55
56
57
ogs_assert(msg);
58
59
- ogs_debug("Location-Info-Request");
60
+ ogs_debug("Rx Location-Info-Request");
61
62
/* Create answer header */
63
qry = *msg;
64
65
ret = fd_msg_send(msg, NULL, NULL);
66
ogs_assert(ret == 0);
67
68
- ogs_debug("Location-Info-Answer");
69
+ ogs_debug("Tx Location-Info-Answer");
70
71
/* Add this value to the stats */
72
ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
73
open5gs_2.7.2.4504.9167.tar.xz/src/hss/hss-s6a-path.c -> open5gs_2.7.2.4505.4308.tar.xz/src/hss/hss-s6a-path.c
Changed
91
1
2
3
ogs_assert(msg);
4
5
- ogs_debug("Authentication-Information-Request");
6
+ ogs_debug("Rx Authentication-Information-Request");
7
8
/* Create answer header */
9
qry = *msg;
10
11
ret = fd_msg_send(msg, NULL, NULL);
12
ogs_assert(ret == 0);
13
14
- ogs_debug("Authentication-Information-Answer");
15
+ ogs_debug("Tx Authentication-Information-Answer");
16
17
/* Add this value to the stats */
18
ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
19
20
21
ogs_assert(msg);
22
23
- ogs_debug("Update-Location-Request");
24
+ ogs_debug("Rx Update-Location-Request");
25
26
memset(&subscription_data, 0, sizeof(ogs_subscription_data_t));
27
28
29
ret = fd_msg_send(msg, NULL, NULL);
30
ogs_assert(ret == 0);
31
32
- ogs_debug("Update-Location-Answer");
33
+ ogs_debug("Tx Update-Location-Answer");
34
35
/* Add this value to the stats */
36
ogs_assert( pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
37
38
39
ogs_assert(msg);
40
41
- ogs_debug("Purge-UE-Request");
42
+ ogs_debug("Rx Purge-UE-Request");
43
44
memset(&subscription_data, 0, sizeof(ogs_subscription_data_t));
45
46
47
ret = fd_msg_send(msg, NULL, NULL);
48
ogs_assert(ret == 0);
49
50
- ogs_debug("Purge-UE-Answer");
51
+ ogs_debug("Tx Purge-UE-Answer");
52
53
/* Add this value to the stats */
54
ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
55
56
struct sess_state *sess_data = NULL, *svg;
57
struct session *session = NULL;
58
59
- ogs_debug("HSS Cancel-Location-Request");
60
+ ogs_debug("HSS Tx Cancel-Location-Request");
61
62
/* Create the random value to store with the session */
63
sess_data = ogs_calloc(1, sizeof(*sess_data));
64
65
struct session *session;
66
int new;
67
68
- ogs_debug("HSS Cancel-Location-Answer");
69
+ ogs_debug("HSS Rx Cancel-Location-Answer");
70
71
/* Search the session, retrieve its data */
72
ret = fd_msg_sess_get(fd_g_config->cnf_dict, *msg, &session, &new);
73
74
75
ogs_subscription_data_t subscription_data;
76
77
- ogs_debug("HSS Insert-Subscriber-Data-Request");
78
+ ogs_debug("HSS Tx Insert-Subscriber-Data-Request");
79
80
memset(&subscription_data, 0, sizeof(ogs_subscription_data_t));
81
82
83
struct session *session;
84
int new;
85
86
- ogs_debug("HSS Insert-Subscriber-Data-Answer");
87
+ ogs_debug("HSS Rx Insert-Subscriber-Data-Answer");
88
89
/* Search the session, retrieve its data */
90
ret = fd_msg_sess_get(fd_g_config->cnf_dict, *msg, &session, &new);
91