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 40
View file
osmo-bsc.spec
Changed
@@ -18,13 +18,13 @@ Name: osmo-bsc Requires: osmocom-master -Version: 1.9.0.111.fc339 +Version: 1.9.0.112.c230 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.9.0.111.fc339.tar.xz +Source: osmo-bsc_1.9.0.112.c230.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2
View file
commit_c2308534461a34b65681c45d2211478d89a0e8f5.txt
Added
View file
commit_fc3397253054bd6bf6b11db0436bf8112e80adb1.txt
Deleted
View file
osmo-bsc_1.9.0.111.fc339.dsc -> osmo-bsc_1.9.0.112.c230.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.9.0.111.fc339 +Version: 1.9.0.112.c230 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: - 14a543d10cb4ad7d2de8997315ebcd72317246f2 584432 osmo-bsc_1.9.0.111.fc339.tar.xz + 5caf9e9c576cf08474818529227274b13277ecc8 584336 osmo-bsc_1.9.0.112.c230.tar.xz Checksums-Sha256: - 1e61864f81d3139ac857dc4ff69e19c861484982e57a697d4a5c7f4dcf84a19c 584432 osmo-bsc_1.9.0.111.fc339.tar.xz + 6f8c1c38b65acba9e28ac4d8643caf4ec58cef09626dc3f7b721c6d9113fff30 584336 osmo-bsc_1.9.0.112.c230.tar.xz Files: - 5c8372845c40420b51d8594bf0e917d6 584432 osmo-bsc_1.9.0.111.fc339.tar.xz + 422f83537ce99d577bdde0086f13d60d 584336 osmo-bsc_1.9.0.112.c230.tar.xz
View file
osmo-bsc_1.9.0.111.fc339.tar.xz/.tarball-version -> osmo-bsc_1.9.0.112.c230.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.111-fc339 +1.9.0.112-c230
View file
osmo-bsc_1.9.0.111.fc339.tar.xz/debian/changelog -> osmo-bsc_1.9.0.112.c230.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bsc (1.9.0.111.fc339) unstable; urgency=medium +osmo-bsc (1.9.0.112.c230) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 19 Dec 2022 12:22:57 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 23 Dec 2022 10:59:43 +0000 osmo-bsc (1.9.0) unstable; urgency=medium
View file
osmo-bsc_1.9.0.111.fc339.tar.xz/include/osmocom/bsc/ctrl.h -> osmo-bsc_1.9.0.112.c230.tar.xz/include/osmocom/bsc/ctrl.h
Changed
@@ -6,8 +6,7 @@ struct gsm_bts; struct bsc_msc_data; -struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, - const char *bind_addr, uint16_t port); +struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, uint16_t port); /* Used internally in different ctrl source code files: */ int bsc_bts_ctrl_cmds_install(void);
View file
osmo-bsc_1.9.0.111.fc339.tar.xz/src/osmo-bsc/bsc_ctrl_lookup.c -> osmo-bsc_1.9.0.112.c230.tar.xz/src/osmo-bsc/bsc_ctrl_lookup.c
Changed
@@ -111,10 +111,7 @@ return -ERANGE; } -struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, - const char *bind_addr, uint16_t port) +struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, uint16_t port) { - return ctrl_interface_setup_dynip2(net, bind_addr, port, - bsc_ctrl_node_lookup, - _LAST_CTRL_NODE_BSC); + return ctrl_interface_setup2(net, port, bsc_ctrl_node_lookup, _LAST_CTRL_NODE_BSC); }
View file
osmo-bsc_1.9.0.111.fc339.tar.xz/src/osmo-bsc/osmo_bsc_main.c -> osmo-bsc_1.9.0.112.c230.tar.xz/src/osmo-bsc/osmo_bsc_main.c
Changed
@@ -945,9 +945,7 @@ /* start control interface after reading config for * ctrl_vty_get_bind_addr() */ - bsc_gsmnet->ctrl = bsc_controlif_setup(bsc_gsmnet, - ctrl_vty_get_bind_addr(), - OSMO_CTRL_PORT_NITB_BSC); + bsc_gsmnet->ctrl = bsc_controlif_setup(bsc_gsmnet, OSMO_CTRL_PORT_NITB_BSC); if (!bsc_gsmnet->ctrl) { fprintf(stderr, "Failed to init the control interface. Exiting.\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
.