Projects
osmocom:latest
osmo-bsc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 13
View file
osmo-bsc_1.13.0.dsc -> osmo-bsc_1.13.1.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.13.0 +Version: 1.13.1 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: - acc06432fcd36ca2cd43b9f1db014ebc1b98c264 630676 osmo-bsc_1.13.0.tar.xz + e48e3be0a77f576aa2b1ce8784c42378f3f4fe9f 630740 osmo-bsc_1.13.1.tar.xz Checksums-Sha256: - 211044cb581d52285c1fdb631671c951ce6a98b62d8c7a2523acd9397f6c0ce8 630676 osmo-bsc_1.13.0.tar.xz + d1cb6d2de07ed5005b3ffda204eb21432ca354e4f01953510290cfa82a805825 630740 osmo-bsc_1.13.1.tar.xz Files: - 01f6fd5df5f45fc4dbc2e64c4916eed4 630676 osmo-bsc_1.13.0.tar.xz + e964ff2e0029667808dad8fdde9345ea 630740 osmo-bsc_1.13.1.tar.xz
View file
osmo-bsc_1.13.0.tar.xz/.tarball-version -> osmo-bsc_1.13.1.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.13.0 +1.13.1
View file
osmo-bsc_1.13.0.tar.xz/debian/changelog -> osmo-bsc_1.13.1.tar.xz/debian/changelog
Changed
@@ -1,3 +1,9 @@ +osmo-bsc (1.13.1) unstable; urgency=medium + + * Fix building for debian 13 armv7l + + -- Oliver Smith <osmith@sysmocom.de> Tue, 26 Aug 2025 16:39:28 +0200 + osmo-bsc (1.13.0) unstable; urgency=medium Pau Espin Pedrol
View file
osmo-bsc_1.13.0.tar.xz/doc/manuals/Makefile.am -> osmo-bsc_1.13.1.tar.xz/doc/manuals/Makefile.am
Changed
@@ -17,6 +17,7 @@ if BUILD_MANUALS ASCIIDOC = osmobsc-usermanual.adoc osmobsc-cbsp.adoc osmux-reference.adoc aoip-mgw-options.adoc + ASCIIDOCSTYLE = $(BUILDDIR)/custom-dblatex.sty include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc osmobsc-usermanual.pdf: $(srcdir)/chapters/*.adoc $(srcdir)/chapters/*.dot osmobsc-cbsp.pdf: $(srcdir)/cbsp/*.adoc #$(srcdir)/cbsp/*.dot $(srcdir)/abis/*.msc
View file
osmo-bsc_1.13.0.tar.xz/src/ipaccess/ipaccess-config.c -> osmo-bsc_1.13.1.tar.xz/src/ipaccess/ipaccess-config.c
Changed
@@ -879,7 +879,7 @@ printf("\taddr1: 0x%x\n", ntohl(sub_entry->header_entry.addr1)); printf("\taddr2: 0x%x\n", ntohl(sub_entry->header_entry.addr2)); printf("\tstart: 0x%x\n", ntohl(sub_entry->header_entry.start)); - printf("\tabs. offset: 0x%lx\n", sub_entry->absolute_offset); + printf("\tabs. offset: 0x%lx\n", (unsigned int long) sub_entry->absolute_offset); printf("\n\n"); dump_entry(sub_entry, part++, fd);
View file
osmo-bsc_1.13.0.tar.xz/src/osmo-bsc/bts_ctrl.c -> osmo-bsc_1.13.1.tar.xz/src/osmo-bsc/bts_ctrl.c
Changed
@@ -130,7 +130,7 @@ curloc = llist_first_entry(&bts->loc_list, struct bts_location, list); - cmd->reply = talloc_asprintf(cmd, "%lu,%s,%f,%f,%f", curloc->tstamp, + cmd->reply = talloc_asprintf(cmd, "%lu,%s,%f,%f,%f", (unsigned int long) curloc->tstamp, get_value_string(bts_loc_fix_names, curloc->valid), curloc->lat, curloc->lon, curloc->height); if (!cmd->reply) { cmd->reply = "OOM";
View file
osmo-bsc_1.13.0.tar.xz/tests/acc/acc_test.c -> osmo-bsc_1.13.1.tar.xz/tests/acc/acc_test.c
Changed
@@ -36,7 +36,7 @@ struct timeval tv; osmo_gettimeofday(&tv, NULL); fprintf(stderr, "sys={%lu.%06lu}: %s\n", - tv.tv_sec, tv.tv_usec, str); + (unsigned int long) tv.tv_sec, (unsigned int long) tv.tv_usec, str); } #define bts_init(net) _bts_init(net, __func__)
View file
osmo-bsc_1.13.0.tar.xz/tests/paging/paging_test.c -> osmo-bsc_1.13.1.tar.xz/tests/paging/paging_test.c
Changed
@@ -42,7 +42,7 @@ struct timeval tv; osmo_gettimeofday(&tv, NULL); fprintf(stderr, "sys={%lu.%06lu}: %s\n", - tv.tv_sec, tv.tv_usec, str); + (unsigned int long) tv.tv_sec, (unsigned int long) tv.tv_usec, str); }
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
.