Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 23
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.5.0.55.c8e2 +Version: 1.5.0.56.7377 Release: 0 Summary: Osmocom BTS-Side code (Abis, scheduling) License: AGPL-3.0-or-later AND GPL-2.0-only Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmobts -Source: osmo-bts_1.5.0.55.c8e2.tar.xz +Source: osmo-bts_1.5.0.56.7377.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_73773447715c57075ad5acb96a5346ff23d7e91f.txt
Added
View file
commit_c8e2b021a9f41008c168cca4160102b58f00d842.txt
Deleted
View file
osmo-bts_1.5.0.55.c8e2.dsc -> osmo-bts_1.5.0.56.7377.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-bts Binary: osmo-bts, osmo-bts-trx, osmo-bts-trx-dbg, osmo-bts-virtual, osmo-bts-virtual-dbg, osmo-bts-doc Architecture: any all -Version: 1.5.0.55.c8e2 +Version: 1.5.0.56.7377 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmobts Standards-Version: 3.9.8 @@ -17,8 +17,8 @@ osmo-bts-virtual deb net optional arch=any osmo-bts-virtual-dbg deb debug extra arch=any Checksums-Sha1: - 1e1ad05a9222c8d1d422d23f5ce0081b5ada8bff 460996 osmo-bts_1.5.0.55.c8e2.tar.xz + 0a45509a274953b2dee74f63a1c08c8a740ea95d 460704 osmo-bts_1.5.0.56.7377.tar.xz Checksums-Sha256: - c139f77e7e4c5e1ceb0b924298186a6a54c5ebc6a887632c8209ae6bbae81f12 460996 osmo-bts_1.5.0.55.c8e2.tar.xz + d908bb40333126033c89b75c86548ab1c0fadf23565c79daec350b2683741c59 460704 osmo-bts_1.5.0.56.7377.tar.xz Files: - 3e3988c06346d025fb828d438fc91d95 460996 osmo-bts_1.5.0.55.c8e2.tar.xz + adc8a88a07710be99216e0f5eab7d1ca 460704 osmo-bts_1.5.0.56.7377.tar.xz
View file
osmo-bts_1.5.0.55.c8e2.tar.xz/.tarball-version -> osmo-bts_1.5.0.56.7377.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.55-c8e2 +1.5.0.56-7377
View file
osmo-bts_1.5.0.55.c8e2.tar.xz/debian/changelog -> osmo-bts_1.5.0.56.7377.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.5.0.55.c8e2) unstable; urgency=medium +osmo-bts (1.5.0.56.7377) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 20 Dec 2022 07:56:42 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 21 Dec 2022 10:52:21 +0000 osmo-bts (1.5.0) unstable; urgency=medium
View file
osmo-bts_1.5.0.55.c8e2.tar.xz/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c -> osmo-bts_1.5.0.56.7377.tar.xz/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c
Changed
@@ -171,7 +171,12 @@ return; } +#if GPSD_API_MAJOR_VERSION >= 9 + mgr->gps.gps_fix_now = data->fix.time.tv_sec; +#else mgr->gps.gps_fix_now = (time_t) data->fix.time; +#endif + LOGP(DCALIB, LOGL_INFO, "Got a GPS fix, satellites used: %d, timestamp: %ld\n", data->satellites_used, mgr->gps.gps_fix_now); osmo_timer_del(&mgr->gps.fix_timeout);
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
.