Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.5.0.58.6a6a +Version: 1.5.0.59.a743 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.58.6a6a.tar.xz +Source: osmo-bts_1.5.0.59.a743.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_6a6a47f554a35e66e60f31e741f57095d740cf94.txt
Deleted
View file
commit_a743ae1c1e6a1f035e367d167ae5d2c249e644c1.txt
Added
View file
osmo-bts_1.5.0.58.6a6a.dsc -> osmo-bts_1.5.0.59.a743.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.58.6a6a +Version: 1.5.0.59.a743 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: - 5e65998995c0b8539667ec52c21ee8216a8dafca 461168 osmo-bts_1.5.0.58.6a6a.tar.xz + c2e0fe9c209f2de603c56164742a7d29b5b7a6b2 460896 osmo-bts_1.5.0.59.a743.tar.xz Checksums-Sha256: - 14540067220392ab85d76192915e1d7fbd25c4abd98f80b0fcfdbb76837c2683 461168 osmo-bts_1.5.0.58.6a6a.tar.xz + ff5aab542584c096984e92f7117c44a242b4b63212c91d0a2766575487f2c020 460896 osmo-bts_1.5.0.59.a743.tar.xz Files: - c8269cf8db8203355bff2f80871e04c3 461168 osmo-bts_1.5.0.58.6a6a.tar.xz + ebe9855ab93df570969e6fce8d966a2a 460896 osmo-bts_1.5.0.59.a743.tar.xz
View file
osmo-bts_1.5.0.58.6a6a.tar.xz/.tarball-version -> osmo-bts_1.5.0.59.a743.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.58-6a6a +1.5.0.59-a743
View file
osmo-bts_1.5.0.58.6a6a.tar.xz/debian/changelog -> osmo-bts_1.5.0.59.a743.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.5.0.58.6a6a) unstable; urgency=medium +osmo-bts (1.5.0.59.a743) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 22 Dec 2022 09:42:48 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 02 Jan 2023 23:13:16 +0000 osmo-bts (1.5.0) unstable; urgency=medium
View file
osmo-bts_1.5.0.58.6a6a.tar.xz/src/common/main.c -> osmo-bts_1.5.0.59.a743.tar.xz/src/common/main.c
Changed
@@ -367,8 +367,7 @@ bts_controlif_setup(g_bts, OSMO_CTRL_PORT_BTS); - rc = telnet_init_dynif(tall_bts_ctx, NULL, vty_get_bind_addr(), - g_vty_port_num); + rc = telnet_init_default(tall_bts_ctx, NULL, g_vty_port_num); if (rc < 0) { fprintf(stderr, "Error initializing telnet\n"); exit(1);
View file
osmo-bts_1.5.0.58.6a6a.tar.xz/src/osmo-bts-lc15/misc/lc15bts_mgr.c -> osmo-bts_1.5.0.59.a743.tar.xz/src/osmo-bts-lc15/misc/lc15bts_mgr.c
Changed
@@ -319,7 +319,7 @@ exit(1); } - rc = telnet_init(tall_mgr_ctx, NULL, OSMO_VTY_PORT_BTSMGR); + rc = telnet_init_default(tall_mgr_ctx, NULL, OSMO_VTY_PORT_BTSMGR); if (rc < 0) { fprintf(stderr, "Error initializing telnet\n"); exit(1);
View file
osmo-bts_1.5.0.58.6a6a.tar.xz/src/osmo-bts-oc2g/misc/oc2gbts_mgr.c -> osmo-bts_1.5.0.59.a743.tar.xz/src/osmo-bts-oc2g/misc/oc2gbts_mgr.c
Changed
@@ -306,7 +306,7 @@ exit(1); } - rc = telnet_init(tall_mgr_ctx, NULL, OSMO_VTY_PORT_BTSMGR); + rc = telnet_init_default(tall_mgr_ctx, NULL, OSMO_VTY_PORT_BTSMGR); if (rc < 0) { fprintf(stderr, "Error initializing telnet\n"); exit(1);
View file
osmo-bts_1.5.0.58.6a6a.tar.xz/src/osmo-bts-sysmo/misc/sysmobts_mgr.c -> osmo-bts_1.5.0.59.a743.tar.xz/src/osmo-bts-sysmo/misc/sysmobts_mgr.c
Changed
@@ -288,7 +288,7 @@ exit(1); } - rc = telnet_init(tall_mgr_ctx, NULL, OSMO_VTY_PORT_BTSMGR); + rc = telnet_init_default(tall_mgr_ctx, NULL, OSMO_VTY_PORT_BTSMGR); if (rc < 0) { fprintf(stderr, "Error initializing telnet\n"); exit(1);
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
.