Projects
osmocom:master
osmo-bsc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 315
View file
commit_37929c0886be2fa71aadadc571ee024c3d54a3a6.txt
Added
View file
commit_381ab28f030a72245800e8dd5c642abd03e9602d.txt
Deleted
View file
osmo-bsc_1.14.0.5.381a.dsc -> osmo-bsc_1.14.0.6.37929.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.14.0.5.381a +Version: 1.14.0.6.37929 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: - 9196660717b153d69a41a27691c28cbf41a51f03 634408 osmo-bsc_1.14.0.5.381a.tar.xz + 715de847064451eec0773425bcfc85cce934dc97 634444 osmo-bsc_1.14.0.6.37929.tar.xz Checksums-Sha256: - 37c794a8f7837cbc654031d979cc259d84805ffa692f81867c95a8f21b82f190 634408 osmo-bsc_1.14.0.5.381a.tar.xz + 1659b995b66eb9379f28ec9446067b74aef952e35a192d510dd6897bff1cf6fc 634444 osmo-bsc_1.14.0.6.37929.tar.xz Files: - 5226599f72c4ddb1420ed5db6d7a855f 634408 osmo-bsc_1.14.0.5.381a.tar.xz + b2de0c923408e7235776c75384799b33 634444 osmo-bsc_1.14.0.6.37929.tar.xz
View file
osmo-bsc_1.14.0.5.381a.tar.xz/.tarball-version -> osmo-bsc_1.14.0.6.37929.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.14.0.5-381a +1.14.0.6-37929
View file
osmo-bsc_1.14.0.5.381a.tar.xz/debian/changelog -> osmo-bsc_1.14.0.6.37929.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bsc (1.14.0.5.381a) unstable; urgency=medium +osmo-bsc (1.14.0.6.37929) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 19 Dec 2025 15:20:27 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 12 Jan 2026 12:52:33 +0000 osmo-bsc (1.14.0) unstable; urgency=medium
View file
osmo-bsc_1.14.0.5.381a.tar.xz/src/ipaccess/ipaccess-config-e1-driver.c -> osmo-bsc_1.14.0.6.37929.tar.xz/src/ipaccess/ipaccess-config-e1-driver.c
Changed
@@ -77,13 +77,14 @@ static int e1inp_int_snd_event(struct e1inp_ts *ts, struct e1inp_sign_link *link, int evt) { - struct input_signal_data isd; - isd.line = ts->line; - isd.ts_nr = ts->num; - isd.link_type = link->type; - isd.trx = link->trx; - isd.tei = link->tei; - isd.sapi = link->sapi; + struct input_signal_data isd = { + .line = ts->line, + .ts_nr = ts->num, + .link_type = link->type, + .trx = link->trx, + .tei = link->tei, + .sapi = link->sapi, + }; /* report further upwards */ osmo_signal_dispatch(SS_L_INPUT, evt, &isd);
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
.