Projects
osmocom:master
osmo-hlr
Log In
Username
Password
Sorry, you are not authorized to perform this action.
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 51
View file
commit_521fe02d41a2ef1251a90f9a65a52881add94874.txt
Added
View file
commit_74e413c0146911376d9a6d40b453ebfb1726117e.txt
Deleted
View file
osmo-hlr_1.8.0.15.74e4.dsc -> osmo-hlr_1.9.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-hlr Binary: osmo-hlr, osmo-hlr-dbg, libosmo-gsup-client0, libosmo-gsup-client-dev, libosmo-mslookup1, libosmo-mslookup-dev, osmo-mslookup-utils, osmo-hlr-doc Architecture: any all -Version: 1.8.0.15.74e4 +Version: 1.9.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hlr Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr -Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, libosmocore-dev (>= 1.10.0), libosmo-abis-dev (>= 1.6.0), libosmo-netif-dev (>= 1.5.0), libsqlite3-dev, sqlite3, osmo-gsm-manuals-dev (>= 1.6.0) +Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, libosmocore-dev (>= 1.11.0), libosmo-abis-dev (>= 2.0.0), libosmo-netif-dev (>= 1.6.0), libsqlite3-dev, sqlite3, osmo-gsm-manuals-dev (>= 1.6.0) Package-List: libosmo-gsup-client-dev deb net optional arch=any libosmo-gsup-client0 deb libs optional arch=any @@ -19,8 +19,8 @@ osmo-hlr-doc deb doc optional arch=all osmo-mslookup-utils deb utils optional arch=any Checksums-Sha1: - 1b7532d7ddd102ea6de93757c3160c5ff79b6f8b 178100 osmo-hlr_1.8.0.15.74e4.tar.xz + 1d7b3b9b2704b88607072cb2b29754f64c8c18e2 178204 osmo-hlr_1.9.0.tar.xz Checksums-Sha256: - 8f77cc2279fa0a0070bbc7cec7700184e6a60197d340781b3fd0a5426f341def 178100 osmo-hlr_1.8.0.15.74e4.tar.xz + 3c4ab8eb224f542c77d5e2128627aca6422def2fbeda9d1def543789edaa2f39 178204 osmo-hlr_1.9.0.tar.xz Files: - f0fc9f1160813f681556081ea331384e 178100 osmo-hlr_1.8.0.15.74e4.tar.xz + 923bb4d2f7bb07a31a8fe87592a6d883 178204 osmo-hlr_1.9.0.tar.xz
View file
osmo-hlr_1.8.0.15.74e4.tar.xz/.tarball-version -> osmo-hlr_1.9.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.15-74e4 +1.9.0
View file
osmo-hlr_1.8.0.15.74e4.tar.xz/TODO-RELEASE -> osmo-hlr_1.9.0.tar.xz/TODO-RELEASE
Changed
@@ -7,6 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-gsup-client new API osmo_gsup_client_{get,set}_data(), - osmo_gsup_client_get_rem_addr(), osmo_gsup_client_get_rem_port(), - osmo_gsup_client_is_connected(), osmo_gsup_client_get_ipaccess_unit() \ No newline at end of file
View file
osmo-hlr_1.8.0.15.74e4.tar.xz/configure.ac -> osmo-hlr_1.9.0.tar.xz/configure.ac
Changed
@@ -41,11 +41,11 @@ PKG_CHECK_MODULES(TALLOC, talloc >= 2.0.1) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0) PKG_CHECK_MODULES(SQLITE3, sqlite3)
View file
osmo-hlr_1.8.0.15.74e4.tar.xz/debian/changelog -> osmo-hlr_1.9.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,29 @@ -osmo-hlr (1.8.0.15.74e4) unstable; urgency=medium +osmo-hlr (1.9.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Vadim Yanitskiy + * subscriber-create-on-demand: rework configuration + * subscriber-create-on-demand: add mode for MSISDN=IMSI - -- Osmocom OBS scripts <info@osmocom.org> Tue, 10 Dec 2024 22:33:32 +0000 + Alexander Couzens + * gsupclient: Introduce gsup_client_mux + * gsupclient: add missing SPDX line + * debian/copyright: add gsup_client under GPLv2+ + + Pau Espin Pedrol + * gsup: Replace deprecated ipa_msg_push_header() + * jenkins.sh: libosmo-netif no longer depends on libosmo-abis + * Drop use of libosmo-abis osmocom/abis/ipaccess.h + * gsup_client: Add new APIs to avoid users accessing struct fields + * gsup_client: Avoid double memset 0 + * Drop unneeded use of abis/ipa.h header + * jenkins.sh: Use --disable-doxygen configure param + + Mychaela N. Falconia + * vty: always emit reject-cause lines in saved config + * change default reject cause to plmn-not-allowed + * change default no-proxy reject cause to net-fail + + -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 12:17:52 +0100 osmo-hlr (1.8.0) unstable; urgency=medium
View file
osmo-hlr_1.8.0.15.74e4.tar.xz/debian/control -> osmo-hlr_1.9.0.tar.xz/debian/control
Changed
@@ -7,9 +7,9 @@ dh-autoreconf, autotools-dev, python3-minimal, - libosmocore-dev (>= 1.10.0), - libosmo-abis-dev (>= 1.6.0), - libosmo-netif-dev (>= 1.5.0), + libosmocore-dev (>= 1.11.0), + libosmo-abis-dev (>= 2.0.0), + libosmo-netif-dev (>= 1.6.0), libsqlite3-dev, sqlite3, osmo-gsm-manuals-dev (>= 1.6.0)
View file
osmo-hlr_1.8.0.15.74e4.tar.xz/src/gsupclient/Makefile.am -> osmo-hlr_1.9.0.tar.xz/src/gsupclient/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=1:0:1 +LIBVERSION=2:0:2 AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include \ $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOABIS_CFLAGS)
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
.