Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 60
View file
commit_007033330a361bbfb9fd9d9a7acba9cecb9e0369.txt
Added
View file
commit_ffe7f846e1583b971702a4e8df239d9a475a9d84.txt
Deleted
View file
open5gs_2.5.5.21.ffe7f.dsc -> open5gs_2.5.5.22.0070.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-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg Architecture: any -Version: 2.5.5.21.ffe7f +Version: 2.5.5.22.0070 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -31,8 +31,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - fd89b51e5d37ed93c7b6d8a35168cdc5b8f749ec 11523392 open5gs_2.5.5.21.ffe7f.tar.xz + ad05259b359c9376f41da1638045b26d4b68f591 11523936 open5gs_2.5.5.22.0070.tar.xz Checksums-Sha256: - 04ed899149e98fd216ae6c93d9cde071ccaa71c072dfd8ab963820a354e57318 11523392 open5gs_2.5.5.21.ffe7f.tar.xz + 7ecb70a9077c1c5d8a8c9c6cd9fd571e2cd9feafbaefd8b3d9b98351693780e8 11523936 open5gs_2.5.5.22.0070.tar.xz Files: - c8474ad8f79ff61eceb48c29982b0681 11523392 open5gs_2.5.5.21.ffe7f.tar.xz + 25feaa6efb99ddc88901ae652629d056 11523936 open5gs_2.5.5.22.0070.tar.xz
View file
open5gs_2.5.5.21.ffe7f.tar.xz/.tarball-version -> open5gs_2.5.5.22.0070.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.5.5.21-ffe7f +2.5.5.22-0070
View file
open5gs_2.5.5.21.ffe7f.tar.xz/debian/changelog -> open5gs_2.5.5.22.0070.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.5.5.21.ffe7f) unstable; urgency=medium +open5gs (2.5.5.22.0070) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 21 Nov 2022 13:32:40 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 22 Nov 2022 08:33:22 +0000 open5gs (2.5.6) unstable; urgency=medium
View file
open5gs_2.5.5.21.ffe7f.tar.xz/tests/sctp/sctp-test.c -> open5gs_2.5.5.22.0070.tar.xz/tests/sctp/sctp-test.c
Changed
@@ -82,9 +82,7 @@ size = ogs_sctp_recvdata(sctp, str, STRLEN, &from, &sinfo); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); -#if !HAVE_USRSCTP /* FIXME : USRSCTP is not working */ ABTS_INT_EQUAL(tc, PPID, sinfo.ppid); -#endif ogs_sctp_destroy(sctp); rv = ogs_freeaddrinfo(addr); @@ -171,9 +169,7 @@ size = ogs_sctp_recvdata(sctp, str, STRLEN, &from, &sinfo); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); -#if !HAVE_USRSCTP /* FIXME : USRSCTP is not working */ ABTS_INT_EQUAL(tc, PPID, sinfo.ppid); -#endif ogs_thread_destroy(test3_thread); @@ -204,9 +200,7 @@ size = ogs_sctp_recvdata(sctp, str, STRLEN, NULL, &sinfo); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); -#if !HAVE_USRSCTP /* FIXME : USRSCTP is not working */ ABTS_INT_EQUAL(tc, PPID, sinfo.ppid); -#endif ogs_sctp_destroy(sctp); @@ -235,9 +229,7 @@ size = ogs_sctp_recvdata(sctp, str, STRLEN, &from, &sinfo); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); ABTS_STR_EQUAL(tc, "::1", OGS_ADDR(&from, buf)); -#if !HAVE_USRSCTP /* FIXME : USRSCTP is not working */ ABTS_INT_EQUAL(tc, PPID, sinfo.ppid); -#endif size = ogs_sctp_sendmsg(sctp, DATASTR, strlen(DATASTR), &from, PPID, 0); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); @@ -273,26 +265,16 @@ ABTS_INT_EQUAL(tc, OGS_OK, rv); rv = ogs_sctp_connect(sctp, addr); ABTS_INT_EQUAL(tc, OGS_OK, rv); + size = ogs_sctp_sendmsg(sctp, DATASTR, strlen(DATASTR), addr, PPID, 0); + ABTS_INT_EQUAL(tc, strlen(DATASTR), size); + rv = ogs_freeaddrinfo(addr); ABTS_INT_EQUAL(tc, OGS_OK, rv); -#if !HAVE_USRSCTP /* FIXME : libusrsctp 0.9.3.0 does not support remote_addr */ - remote_addr = &sctp->remote_addr; - ABTS_STR_EQUAL(tc, "::1", OGS_ADDR(remote_addr, buf)); - - size = ogs_sctp_sendmsg(sctp, DATASTR, strlen(DATASTR), - remote_addr, PPID, 0); -#else - size = ogs_sctp_sendmsg(sctp, DATASTR, strlen(DATASTR), - addr, PPID, 0); -#endif - ABTS_INT_EQUAL(tc, strlen(DATASTR), size); size = ogs_sctp_recvdata(sctp, str, STRLEN, &from, &sinfo); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); ABTS_STR_EQUAL(tc, "::1", OGS_ADDR(&from, buf)); -#if !HAVE_USRSCTP /* FIXME : USRSCTP is not working */ ABTS_INT_EQUAL(tc, PPID, sinfo.ppid); -#endif ogs_sctp_destroy(sctp); } @@ -320,9 +302,7 @@ size = ogs_sctp_recvdata(sctp, str, STRLEN, &from, &sinfo); ABTS_INT_EQUAL(tc, strlen(DATASTR), size); ABTS_STR_EQUAL(tc, "::1", OGS_ADDR(&from, buf)); -#if !HAVE_USRSCTP /* FIXME : USRSCTP is not working */ ABTS_INT_EQUAL(tc, PPID, sinfo.ppid); -#endif size = ogs_sctp_sendmsg(sctp, DATASTR, strlen(DATASTR), &from, sinfo.ppid, 0);
View file
open5gs_2.5.5.21.ffe7f.tar.xz/tests/unit/gtp-message-test.c -> open5gs_2.5.5.22.0070.tar.xz/tests/unit/gtp-message-test.c
Changed
@@ -191,8 +191,6 @@ pkbuf, OGS_TLV_MODE_T1_L2_I1); ABTS_INT_EQUAL(tc, OGS_OK, rv); - ogs_pkbuf_free(pkbuf); - ABTS_INT_EQUAL(tc, 1, req.imsi.presence); ABTS_INT_EQUAL(tc, 8, req.imsi.len); _value = (char*)"55153011 340010f4"; @@ -310,6 +308,8 @@ ABTS_INT_EQUAL(tc, 0, req.epdg_ldn.presence); ABTS_INT_EQUAL(tc, 0, req.mo_exception_data_counter.presence); ABTS_INT_EQUAL(tc, 0, req.ue_tcp_port.presence); + + ogs_pkbuf_free(pkbuf); } abts_suite *test_gtp_message(abts_suite *suite)
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
.