Projects
osmocom:nightly
osmo-cbc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
osmo-cbc.spec
Changed
@@ -17,24 +17,24 @@ %define _lto_cflags %{nil} Name: osmo-cbc -Requires: osmocom-nightly = 1.0.0.202206290002 -Version: 0.2.3.13.aeea.202206290002 +Requires: osmocom-nightly = 1.0.0.202206300002 +Version: 0.3.0.202206300002 Release: 0 Summary: OsmoCBC: Osmocom's Cell Broadcast Centre for 3GPP mobile networks License: AGPL-3.0-or-later Group: Hardware/Mobile URL: https://osmocom.org/projects/osmo-cbc -Source: osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz +Source: osmo-cbc_0.3.0.202206300002.tar.gz BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.20 %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libulfius) %{?systemd_requires} @@ -43,7 +43,7 @@ OsmoCBC: Osmocom's Cell Broadcast Centre for 3GPP mobile networks. %package utils -Requires: osmocom-nightly = 1.0.0.202206290002 +Requires: osmocom-nightly = 1.0.0.202206300002 Summary: CLI utility to interface osmo-cbc REST interface License: MIT Group: Productivity/Telephony/Utilities
View file
osmo-cbc_0.2.3.13.aeea.202206290002.dsc -> osmo-cbc_0.3.0.202206300002.dsc
Changed
@@ -2,21 +2,21 @@ Source: osmo-cbc Binary: osmo-cbc, osmo-cbc-utils, osmo-cbc-dbg, osmo-cbc-doc Architecture: any all -Version: 0.2.3.13.aeea.202206290002 +Version: 0.3.0.202206300002 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-cbc Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc -Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libtalloc-dev, libosmocore-dev (>= 1.5.0), libosmo-netif-dev (>= 1.1.0), libulfius-dev, libjansson-dev, osmo-gsm-manuals-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libtalloc-dev, libosmocore-dev (>= 1.7.0), libosmo-netif-dev (>= 1.2.0), libulfius-dev, libjansson-dev, osmo-gsm-manuals-dev Package-List: osmo-cbc deb net extra arch=any osmo-cbc-dbg deb debug extra arch=any osmo-cbc-doc deb doc optional arch=all osmo-cbc-utils deb net extra arch=any Checksums-Sha1: - 6f2a2104e4c19fd705dda583c5c2d0ee76bf5c9a 57899 osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz + 27e4857999fcf9d65eab1431ab0dca09c36e8907 58191 osmo-cbc_0.3.0.202206300002.tar.gz Checksums-Sha256: - 4b6c9a80802648982f228623ee544c62a4ec3db4ec3b2dbef5af33b8e3307ba6 57899 osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz + c167e8c9d9cce63e0557290ca89ed9d6904555d880e6ccdef83d2f2791d62d5e 58191 osmo-cbc_0.3.0.202206300002.tar.gz Files: - 8e677f0154d6eee646d521f33fa9ef37 57899 osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz + 612d09ebff56a944198297738db36d6d 58191 osmo-cbc_0.3.0.202206300002.tar.gz
View file
osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz/.tarball-version -> osmo-cbc_0.3.0.202206300002.tar.gz/.tarball-version
Changed
@@ -1 +1 @@ -0.2.3.13-aeea \ No newline at end of file +0.3.0 \ No newline at end of file
View file
osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz/configure.ac -> osmo-cbc_0.3.0.202206300002.tar.gz/configure.ac
Changed
@@ -31,10 +31,10 @@ fi PKG_PROG_PKG_CONFIG(0.20) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) PKG_CHECK_MODULES(ULFIUS, libulfius) PKG_CHECK_MODULES(JANSSON, jansson) PKG_CHECK_MODULES(ORCANIA, liborcania)
View file
osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz/contrib/osmo-cbc.spec.in -> osmo-cbc_0.3.0.202206300002.tar.gz/contrib/osmo-cbc.spec.in
Changed
@@ -30,10 +30,10 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libulfius) %{?systemd_requires}
View file
osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz/debian/changelog -> osmo-cbc_0.3.0.202206300002.tar.gz/debian/changelog
Changed
@@ -1,8 +1,31 @@ -osmo-cbc (0.2.3.13.aeea.202206290002) UNRELEASED; urgency=medium +osmo-cbc (0.3.0.202206300002) UNRELEASED; urgency=medium * Snapshot build - -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 00:09:46 +0000 + -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 30 Jun 2022 00:09:49 +0000 + +osmo-cbc (0.3.0) unstable; urgency=medium + + Vadim Yanitskiy + * doc/examples: make osmo-cbc.cfg file more informative + * VTY: cosmetic: use VTY_IPV46_CMD in the command string + * VTY: fix incomplete 'remote-ip' command description + + Harald Welte + * CBSP: Set Channel Indication IE in KILL for CBS + * CBSP: Append/store results in KILL COMPLETE + KILL FAIL + * cbc: Don't crash if peer->remote_host is NULL + * update git URLs (git -> https; gitea) + + Pau Espin Pedrol + * vty. Fix several typos and missing param descriptions + * src/Makefile: Reformat files one per line + * cbsp_server.h: Move function to the proper section + * Rework cbsp_cbc_create() params + * cbsp_server: Reorder logged message + * .gitignore: add configure~ + + -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 12:00:03 +0200 osmo-cbc (0.2.3) unstable; urgency=medium
View file
osmo-cbc_0.2.3.13.aeea.202206290002.tar.gz/debian/control -> osmo-cbc_0.3.0.202206300002.tar.gz/debian/control
Changed
@@ -11,8 +11,8 @@ pkg-config, python3-minimal, libtalloc-dev, - libosmocore-dev (>= 1.5.0), - libosmo-netif-dev (>= 1.1.0), + libosmocore-dev (>= 1.7.0), + libosmo-netif-dev (>= 1.2.0), libulfius-dev, libjansson-dev, osmo-gsm-manuals-dev @@ -24,27 +24,27 @@ Package: osmo-cbc Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends} Description: OsmoCBC: Osmocom's Cell Broadcast Center Package: osmo-cbc-utils Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends}, python3 +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends}, python3 Description: Utilities for OsmoCBC: Osmocom's Cell Broadcast Center Package: osmo-cbc-dbg Section: debug Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202206290002), osmo-cbc (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202206300002), osmo-cbc (= ${binary:Version}), ${misc:Depends} Description: OsmoCBC: Osmocom's Cell Broadcast Center Package: osmo-cbc-doc Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends} Description: ${misc:Package} PDF documentation Various manuals: user manual, VTY reference manual and/or protocol/interface manuals.
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
.