Projects
osmocom:master
osmo-bsc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 154
View file
osmo-bsc.spec
Changed
@@ -18,13 +18,13 @@ Name: osmo-bsc Requires: osmocom-master -Version: 1.10.0.175.633b7 +Version: 1.10.0.176.43440 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.175.633b7.tar.xz +Source: osmo-bsc_1.10.0.176.43440.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2
View file
commit_43440e1fc5758c52e80a0d182afa7c9d16b21426.txt
Added
View file
commit_633b7a9caf3f539f69ffc8075eb48be99e1283d2.txt
Deleted
View file
osmo-bsc_1.10.0.175.633b7.dsc -> osmo-bsc_1.10.0.176.43440.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.175.633b7 +Version: 1.10.0.176.43440 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: - 46b18fa12c18d31bada954abf062d858f9c33982 602316 osmo-bsc_1.10.0.175.633b7.tar.xz + 1e501eece433a3c2441ed4e3e71bf7f9e7a06cb0 602376 osmo-bsc_1.10.0.176.43440.tar.xz Checksums-Sha256: - a135fb78f77d8095f01fa47a14b4e48b9190e3cd4c75c5a77f66f24e8607bcd5 602316 osmo-bsc_1.10.0.175.633b7.tar.xz + 6ff00deb41701592ea9c3ba1df4052a98f0cf7fc407cf3e25008df1f78af2d41 602376 osmo-bsc_1.10.0.176.43440.tar.xz Files: - 8d46fd3ada21ea8cc4965ec87fd86124 602316 osmo-bsc_1.10.0.175.633b7.tar.xz + d31c1e3c8086280fa3c962483757c6d8 602376 osmo-bsc_1.10.0.176.43440.tar.xz
View file
osmo-bsc_1.10.0.175.633b7.tar.xz/.tarball-version -> osmo-bsc_1.10.0.176.43440.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.175-633b7 +1.10.0.176-43440
View file
osmo-bsc_1.10.0.175.633b7.tar.xz/debian/changelog -> osmo-bsc_1.10.0.176.43440.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bsc (1.10.0.175.633b7) unstable; urgency=medium +osmo-bsc (1.10.0.176.43440) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 11 Jun 2023 19:32:14 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 11 Jun 2023 19:33:37 +0000 osmo-bsc (1.10.0) unstable; urgency=medium
View file
osmo-bsc_1.10.0.175.633b7.tar.xz/src/osmo-bsc/nm_bb_transc_fsm.c -> osmo-bsc_1.10.0.176.43440.tar.xz/src/osmo-bsc/nm_bb_transc_fsm.c
Changed
@@ -113,7 +113,7 @@ if (!bb_transc->mo.get_attr_sent && !bb_transc->mo.get_attr_rep_received) { bb_transc->mo.get_attr_sent = true; /* N. B: we rely on attribute order when parsing response in abis_nm_rx_get_attr_resp() */ - const uint8_t trx_attr = { NM_ATT_MANUF_STATE, NM_ATT_SW_CONFIG, }; + const uint8_t trx_attr = { NM_ATT_MANUF_STATE, NM_ATT_SW_CONFIG, NM_ATT_IPACC_SUPP_FEATURES }; /* we should not request more attributes than we're ready to handle */ OSMO_ASSERT(sizeof(trx_attr) < MAX_BTS_ATTR); abis_nm_get_attr(trx->bts, NM_OC_BASEB_TRANSC, 0, trx->nr, 0xff,
View file
osmo-bsc_1.10.0.175.633b7.tar.xz/src/osmo-bsc/nm_bts_fsm.c -> osmo-bsc_1.10.0.176.43440.tar.xz/src/osmo-bsc/nm_bts_fsm.c
Changed
@@ -100,7 +100,7 @@ if (!bts->mo.get_attr_sent && !bts->mo.get_attr_rep_received) { bts->mo.get_attr_sent = true; /* N. B: we rely on attribute order when parsing response in abis_nm_rx_get_attr_resp() */ - const uint8_t bts_attr = { NM_ATT_MANUF_ID, NM_ATT_SW_CONFIG, }; + const uint8_t bts_attr = { NM_ATT_MANUF_ID, NM_ATT_SW_CONFIG, NM_ATT_IPACC_SUPP_FEATURES}; /* we should not request more attributes than we're ready to handle */ OSMO_ASSERT(sizeof(bts_attr) < MAX_BTS_ATTR); abis_nm_get_attr(bts, NM_OC_BTS, 0, 0xff, 0xff,
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
.