osmo-cbc/debian/changelog

84 lines
3.0 KiB
Plaintext

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
[ Harald Welte ]
* varaible for atoi() result shouild be signed integer
-- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 18:05:21 +0100
osmo-cbc (0.2.2) unstable; urgency=medium
* rest_api.c: Add missing \n in log line after error message
* bring JSON schema in sync with reality
* fix encoding of CBSP cell identifiers
* Update dependencies to current libosmocore & co
-- Harald Welte <laforge@osmocom.org> Tue, 23 Feb 2021 20:40:44 +0100
osmo-cbc (0.2.1) unstable; urgency=medium
[ Harald Welte ]
* VTY: don't save dynamically-allocated "unknown" peers
* cbc-apitool: compatibility with python < 3.7
[ Oliver Smith ]
* configure.ac: set -std=gnu11
-- Harald Welte <laforge@osmocom.org> Tue, 16 Feb 2021 22:39:23 +0100
osmo-cbc (0.2.0) unstable; urgency=medium
[ Harald Welte ]
* Initial release.
* add link to upstream bug related to custom malloc/free
* Add simplistic cbc-apitool.py as example on how to use the REST API
* Add RPM spec file
* Add README.md file
* debian/osmo-cbc.install: Fix typo (extra apostrophe at EOL)
* charset: Fix padding of USSD messages in 7bit GSM alphabet
* spec file: Add missing libulfius dependency
* cbc-apitool.py: Generalize, make parameters configurable
* osmo-cbc.spec: Don't depend on libosmo-mgcp-client
* osmo-cbc.spec: No AUTHORS file; correct name of README.md
* manual: Chapters on configuration + vty introspection
* vty: Allow IPv6 address for peer remote-ip
* Make CBSP local bind IP+port VTY-configurable
* Make ECBE (REST interface) local bind IP + port VTY-configurable
* terminate if CBSP or ECBE ports cannot be bound
* cbc-apitool: Fix parsing if no argument is goven
* Makefile.am: cosmetic changes
* Makefile.am: add *.json to EXTRA_DIST
* manual: Document ECBE; include JSON schema; cross-references
* manual: Add dotty graph on position of CBC in network
* manual: Document cbc-apitool.py
* debian: Package cbc-apitool.py as a sub-package
* contrib/osmo-cbc.spec: Add sub-package osmo-cbc-utils
* osmo-cbc.spec: License is AGPLv3-or-later + MIT
[ Oliver Smith ]
* contrib/jenkins: don't build osmo-gsm-manuals
-- Harald Welte <laforge@osmocom.org> Sun, 24 Jan 2021 16:15:49 +0100