Projects
osmocom:master
osmo-hnbgw
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 83
View file
osmo-hnbgw.spec
Changed
@@ -18,13 +18,13 @@ Name: osmo-hnbgw Requires: osmocom-master -Version: 1.5.0.43.6917 +Version: 1.5.0.44.5329 Release: 0 Summary: OsmoHNBGW: Osmocom's Base Station Controller for 2G CS mobile networks License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Hardware/Mobile URL: https://osmocom.org/projects/osmohnbgw -Source: osmo-hnbgw_1.5.0.43.6917.tar.xz +Source: osmo-hnbgw_1.5.0.44.5329.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2
View file
commit_5329c44e0ec53dacd947be607f64238d80fa3507.txt
Added
View file
commit_6917c9b2cd383794fbf64b244ced4dea21f22450.txt
Deleted
View file
osmo-hnbgw_1.5.0.43.6917.dsc -> osmo-hnbgw_1.5.0.44.5329.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-hnbgw Binary: osmo-hnbgw, osmo-hnbgw-dbg, osmo-hnbgw-doc Architecture: any all -Version: 1.5.0.43.6917 +Version: 1.5.0.44.5329 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hnbgw Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-hnbgw-dbg deb debug extra arch=any osmo-hnbgw-doc deb doc optional arch=all Checksums-Sha1: - e8e0d7dcca9f82f69f33efdf897ea79720826773 107036 osmo-hnbgw_1.5.0.43.6917.tar.xz + 14d6594b7240cac2ece23cd8fd4b157b6a751b17 107028 osmo-hnbgw_1.5.0.44.5329.tar.xz Checksums-Sha256: - e3631711170f408354a083c3a07d3de727209788dd77aa0100e3e164d0427e28 107036 osmo-hnbgw_1.5.0.43.6917.tar.xz + 54518dea12b9f9707980449248069e3081927d77d8fad4a912535436ea321ef2 107028 osmo-hnbgw_1.5.0.44.5329.tar.xz Files: - 614241cbfbb4a00dfaa5f9ea09956b4b 107036 osmo-hnbgw_1.5.0.43.6917.tar.xz + efd67f68ad75282806f846b69c674714 107028 osmo-hnbgw_1.5.0.44.5329.tar.xz
View file
osmo-hnbgw_1.5.0.43.6917.tar.xz/.tarball-version -> osmo-hnbgw_1.5.0.44.5329.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.43-6917 +1.5.0.44-5329
View file
osmo-hnbgw_1.5.0.43.6917.tar.xz/debian/changelog -> osmo-hnbgw_1.5.0.44.5329.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-hnbgw (1.5.0.43.6917) unstable; urgency=medium +osmo-hnbgw (1.5.0.44.5329) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 19 Mar 2024 13:25:34 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 25 Mar 2024 14:25:54 +0000 osmo-hnbgw (1.5.0) unstable; urgency=medium
View file
osmo-hnbgw_1.5.0.43.6917.tar.xz/src/osmo-hnbgw/hnbgw.c -> osmo-hnbgw_1.5.0.44.5329.tar.xz/src/osmo-hnbgw/hnbgw.c
Changed
@@ -310,13 +310,15 @@ void hnb_context_release(struct hnb_context *ctx) { struct hnbgw_context_map *map; - struct timespec tp; - int rc; LOGHNB(ctx, DMAIN, LOGL_INFO, "Releasing HNB context\n"); - rc = osmo_clock_gettime(CLOCK_MONOTONIC, &tp); - ctx->persistent->updowntime = (rc < 0) ? 0 : tp.tv_sec; + if (ctx->persistent) { + struct timespec tp; + int rc; + rc = osmo_clock_gettime(CLOCK_MONOTONIC, &tp); + ctx->persistent->updowntime = (rc < 0) ? 0 : tp.tv_sec; + } /* remove from the list of HNB contexts */ llist_del(&ctx->list);
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
.