Projects
osmocom:master
osmo-bsc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 135
View file
osmo-bsc.spec
Changed
@@ -18,13 +18,13 @@ Name: osmo-bsc Requires: osmocom-master -Version: 1.10.0.145.41e4 +Version: 1.10.0.146.1619 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.145.41e4.tar.xz +Source: osmo-bsc_1.10.0.146.1619.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2
View file
commit_1619a828254085cb66eeeff994ec662b352e359b.txt
Added
View file
commit_41e464e27268a89fa55268dc9aaf2593660dac6e.txt
Deleted
View file
osmo-bsc_1.10.0.145.41e4.dsc -> osmo-bsc_1.10.0.146.1619.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.145.41e4 +Version: 1.10.0.146.1619 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: - a4c8653066543c1324fac460a1581a9b08e4488c 601048 osmo-bsc_1.10.0.145.41e4.tar.xz + 470b298b3f75104d8c39fc3265dd23969286d6ef 601116 osmo-bsc_1.10.0.146.1619.tar.xz Checksums-Sha256: - 919783c00b27d173346b6247369e0a2cb94f682a0665b0aad4d0bdd2d84d8935 601048 osmo-bsc_1.10.0.145.41e4.tar.xz + c91c0a2c140a3dd4e7f6b2bf2341072885bc19cc9afbc8f08b87a5ed28a1f86c 601116 osmo-bsc_1.10.0.146.1619.tar.xz Files: - 84b895988093b3223342df33159b006f 601048 osmo-bsc_1.10.0.145.41e4.tar.xz + d2e9ec74ca164490284a191fec38d501 601116 osmo-bsc_1.10.0.146.1619.tar.xz
View file
osmo-bsc_1.10.0.145.41e4.tar.xz/.tarball-version -> osmo-bsc_1.10.0.146.1619.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.145-41e4 +1.10.0.146-1619
View file
osmo-bsc_1.10.0.145.41e4.tar.xz/debian/changelog -> osmo-bsc_1.10.0.146.1619.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bsc (1.10.0.145.41e4) unstable; urgency=medium +osmo-bsc (1.10.0.146.1619) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 25 Apr 2023 12:42:14 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 25 Apr 2023 15:38:06 +0000 osmo-bsc (1.10.0) unstable; urgency=medium
View file
osmo-bsc_1.10.0.145.41e4.tar.xz/src/osmo-bsc/bsc_ctrl.c -> osmo-bsc_1.10.0.146.1619.tar.xz/src/osmo-bsc/bsc_ctrl.c
Changed
@@ -332,7 +332,7 @@ cmd->reply = talloc_asprintf(cmd, "%u", locked); if (!cmd->reply) { - cmd->reply = "OOM."; + cmd->reply = "OOM"; return CTRL_CMD_ERROR; } @@ -367,7 +367,7 @@ { cmd->reply = bsc_rf_states_c(cmd); if (!cmd->reply) { - cmd->reply = "OOM."; + cmd->reply = "OOM"; return CTRL_CMD_ERROR; } return CTRL_CMD_REPLY;
View file
osmo-bsc_1.10.0.145.41e4.tar.xz/src/osmo-bsc/bts_ctrl.c -> osmo-bsc_1.10.0.146.1619.tar.xz/src/osmo-bsc/bts_ctrl.c
Changed
@@ -431,7 +431,7 @@ cmd->reply = talloc_asprintf(cmd, "%s,%s,%s", oper, admin, policy); if (!cmd->reply) { - cmd->reply = "OOM."; + cmd->reply = "OOM"; return CTRL_CMD_ERROR; } @@ -454,7 +454,7 @@ cmd->reply = bsc_rf_states_of_bts_c(cmd, bts); if (!cmd->reply) { - cmd->reply = "OOM."; + cmd->reply = "OOM"; return CTRL_CMD_ERROR; } @@ -483,7 +483,7 @@ cmd->reply = talloc_asprintf(cmd, "%u", bts->c0_max_power_red_db); if (!cmd->reply) { - cmd->reply = "OOM."; + cmd->reply = "OOM"; return CTRL_CMD_ERROR; }
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
.