Projects
osmocom:master
osmo-bsc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 74
View file
osmo-bsc.spec
Changed
@@ -18,13 +18,13 @@ Name: osmo-bsc Requires: osmocom-master -Version: 1.10.0.14.4bcfb +Version: 1.10.0.15.c4b523 Release: 0 Summary: OsmoBSC: 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/osmobsc -Source: osmo-bsc_1.10.0.14.4bcfb.tar.xz +Source: osmo-bsc_1.10.0.15.c4b523.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2
View file
commit_4bcfb7e0342ac0ab956b559347548d6afda572b3.txt
Deleted
View file
commit_c4b523a8f34fa3ff3bb1ceaab9d5703d5e575210.txt
Added
View file
osmo-bsc_1.10.0.14.4bcfb.dsc -> osmo-bsc_1.10.0.15.c4b523.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.10.0.14.4bcfb +Version: 1.10.0.15.c4b523 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: - 7c0e4741d1590d373f6883b0734b0e3d7b942dbc 589880 osmo-bsc_1.10.0.14.4bcfb.tar.xz + e79c9dbfbf87d1206a7f3024cd641479ae05583a 589964 osmo-bsc_1.10.0.15.c4b523.tar.xz Checksums-Sha256: - 719ee9f28cb294b4000abfcee293549f2742e8de23edcabb5f5cf3ab9ce263f5 589880 osmo-bsc_1.10.0.14.4bcfb.tar.xz + 36267d7a950c7779942c7be5f3efcfa6d0debc1f9f720d5e797d5c02317e0bca 589964 osmo-bsc_1.10.0.15.c4b523.tar.xz Files: - 3e5e93feb93e4ca952d113e5bb6be319 589880 osmo-bsc_1.10.0.14.4bcfb.tar.xz + fa4060a7fe4421f8ac41c2ee2f8aa21b 589964 osmo-bsc_1.10.0.15.c4b523.tar.xz
View file
osmo-bsc_1.10.0.14.4bcfb.tar.xz/.tarball-version -> osmo-bsc_1.10.0.15.c4b523.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.14-4bcfb +1.10.0.15-c4b523
View file
osmo-bsc_1.10.0.14.4bcfb.tar.xz/debian/changelog -> osmo-bsc_1.10.0.15.c4b523.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bsc (1.10.0.14.4bcfb) unstable; urgency=medium +osmo-bsc (1.10.0.15.c4b523) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 16 Feb 2023 13:57:46 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 27 Feb 2023 10:16:47 +0000 osmo-bsc (1.10.0) unstable; urgency=medium
View file
osmo-bsc_1.10.0.14.4bcfb.tar.xz/include/osmocom/bsc/gsm_data.h -> osmo-bsc_1.10.0.15.c4b523.tar.xz/include/osmocom/bsc/gsm_data.h
Changed
@@ -495,9 +495,9 @@ * * These macros convert from n to the other representations: */ -#define ALG_A5_NR_TO_RSL(A5_N) ((A5_N) >= 0 ? (A5_N)+1 : 0) +#define ALG_A5_NR_TO_RSL(A5_N) ((int)(A5_N) >= 0 ? (A5_N)+1 : 0) #define ALG_A5_NR_TO_BSSAP(A5_N) ALG_A5_NR_TO_RSL(A5_N) -#define ALG_A5_NR_TO_PERM_ALG_BITS(A5_N) ((A5_N) >= 0 ? 1<<(A5_N) : 0) +#define ALG_A5_NR_TO_PERM_ALG_BITS(A5_N) ((int)(A5_N) >= 0 ? 1<<(A5_N) : 0) /* Up to 16 SI2quater are multiplexed; each fits 3 EARFCNS, so the practical maximum is 3*16. * The real maximum that fits in a total of 16 SI2quater rest octets also depends on the bits left by other SI2quater
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
.