Projects
osmocom:latest
osmo-bsc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
osmo-bsc_1.13.2.dsc -> osmo-bsc_1.13.3.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-bsc Binary: osmo-bsc, osmo-bsc-dbg, abisip-find, osmo-bsc-ipaccess-utils, osmo-bsc-bs11-utils, osmo-bsc-meas-utils, osmo-bsc-doc Architecture: any all -Version: 1.13.2 +Version: 1.13.3 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-bsc Standards-Version: 3.9.8 @@ -18,8 +18,8 @@ osmo-bsc-ipaccess-utils deb net extra arch=any osmo-bsc-meas-utils deb net extra arch=any Checksums-Sha1: - 5a7db0f9ecd15b09afa08c269299ef315b554f2d 631012 osmo-bsc_1.13.2.tar.xz + 40148a1f47b1edd8e8d943842819e99eb29afb16 631060 osmo-bsc_1.13.3.tar.xz Checksums-Sha256: - 2d82796403213086f55de96aea952b77f6dd1c7e8865d8e52729a8db483e19fd 631012 osmo-bsc_1.13.2.tar.xz + 41fba921c07e7c472cc8836c59f6e96cedaa56705d2017cea8319529dfb338fc 631060 osmo-bsc_1.13.3.tar.xz Files: - 09bf0d392731aa91e4c340be96cb9510 631012 osmo-bsc_1.13.2.tar.xz + 287d1f1f304cd075255ab4ffd1b675db 631060 osmo-bsc_1.13.3.tar.xz
View file
osmo-bsc_1.13.2.tar.xz/.tarball-version -> osmo-bsc_1.13.3.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.13.2 +1.13.3
View file
osmo-bsc_1.13.2.tar.xz/debian/changelog -> osmo-bsc_1.13.3.tar.xz/debian/changelog
Changed
@@ -1,3 +1,9 @@ +osmo-bsc (1.13.3) unstable; urgency=medium + + * Don't crash on loc req with disabled SMLC + + -- Oliver Smith <osmith@sysmocom.de> Fri, 31 Oct 2025 13:42:24 +0100 + osmo-bsc (1.13.2) unstable; urgency=medium Keith Whyte
View file
osmo-bsc_1.13.2.tar.xz/src/osmo-bsc/bssmap_reset.c -> osmo-bsc_1.13.3.tar.xz/src/osmo-bsc/bssmap_reset.c
Changed
@@ -240,6 +240,9 @@ bool bssmap_reset_is_conn_ready(const struct bssmap_reset *bssmap_reset) { + /* bssmap_reset is NULL if SMLC is not enabled in the config */ + if (bssmap_reset == NULL) + return false; return bssmap_reset->fi->state == BSSMAP_RESET_ST_CONN; }
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
.