File osmo-cbc.changes of Package osmo-cbc
------------------------------------------------------------------- Fri Nov 19 12:01:06 UTC 2021 - Martin Hauke <mardnh@gmx.de> - Update to new upstream release 0.2.3 ------------------------------------------------------------------- Wed Oct 27 20:04:29 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20211025: * varaible for atoi() result shouild be signed integer ------------------------------------------------------------------- Tue Feb 23 21:05:44 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210223: * Bump version: 0.2.1.4-88b5 → 0.2.2 * Update dependencies to current libosmocore & co ------------------------------------------------------------------- Sat Feb 20 21:05:00 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210220: * fix encoding of CBSP cell identifiers * bring JSON schema in sync with reality * rest_api.c: Add missing \n in log line after error message ------------------------------------------------------------------- Wed Feb 17 21:04:57 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210216: * Bump version: 0.2.0.3-d6a3 → 0.2.1 * cbc-apitool: compatibility with python < 3.7 ------------------------------------------------------------------- Thu Jan 28 21:05:17 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210128: * configure.ac: set -std=gnu11 ------------------------------------------------------------------- Mon Jan 25 21:04:38 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210124: * VTY: don't save dynamically-allocated "unknown" peers ------------------------------------------------------------------- Sun Jan 24 21:04:28 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210124: * Bump version: 0.1.0.25-287a → 0.2.0 * osmo-cbc.spec: License is AGPLv3-or-later + MIT * contrib/osmo-cbc.spec: Add sub-package osmo-cbc-utils * debian: Package cbc-apitool.py as a sub-package * manual: Document cbc-apitool.py * manual: Add dotty graph on position of CBC in network * manual: Document ECBE; include JSON schema; cross-references * Makefile.am: add *.json to EXTRA_DIST * Makefile.am: cosmetic changes * cbc-apitool: Fix parsing if no argument is goven * terminate if CBSP or ECBE ports cannot be bound * Make ECBE (REST interface) local bind IP + port VTY-configurable * Make CBSP local bind IP+port VTY-configurable * vty: Allow IPv6 address for peer remote-ip * manual: Chapters on configuration + vty introspection * osmo-cbc.spec: No AUTHORS file; correct name of README.md * osmo-cbc.spec: Don't depend on libosmo-mgcp-client * cbc-apitool.py: Generalize, make parameters configurable ------------------------------------------------------------------- Sat Jan 23 21:04:24 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210123: * spec file: Add missing libulfius dependency * charset: Fix padding of USSD messages in 7bit GSM alphabet * debian/osmo-cbc.install: Fix typo (extra apostrophe at EOL) ------------------------------------------------------------------- Fri Jan 22 21:04:43 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210122: * Add README.md file * Add RPM spec file * Add simplistic cbc-apitool.py as example on how to use the REST API ------------------------------------------------------------------- Thu Jan 14 21:04:53 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210114: * add link to upstream bug related to custom malloc/free ------------------------------------------------------------------- Wed Jan 13 21:05:03 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210113: * contrib/jenkins: don't build osmo-gsm-manuals ------------------------------------------------------------------- Wed Jan 06 21:04:53 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210106: * Debian packaging for osmo-cbc * Major Documentation update * don't immediately delete all state about deleted messages * message / peer FSM: fix completion detection + timeout logic * smscb_peer_fsm: Accept DELETE event in [almost] all states * Adjust use of inter-thread-queue with libosmocore API change * move from gettid() to pthread_self() ------------------------------------------------------------------- Sun Jan 03 21:04:42 UTC 2021 - mardnh@gmx.de - Update to version 0.0.0+git.20210103: * fix various compiler warnings * More massive CBC WIP * add smscb creation timestamp * cbsp_server: improve log levels * improve HTTP status codes * add TODO * Fix REST API completion after successful POST / WRITE * smscb_server_fsm: Avoid log about RESTART event not being permitted * cbsp_server: Use peer name in logs instead of osmo_sock_get_name2() * fix segfault if message for peer without CBSP arrived * vty format * SMSCB message FSM names * fix broadcasting WRITE_ACK completion detection * repetition_period * cbsp_server_fsm: Handle RESET COMPLETE/FAIL * vty: fix formatting of 'show message cbc' * implement 7bit alphabet encoding * implement user_data_len * WIP * more (and better) logging * fix use-after-free in cbsp disconnect * more fsm wip * Check for osmo_fsm_register() error return value * WIP: smscb_peer_fsm * WIP: use inter-thread queue between REST and main * foo * foo * vty: Add show commands ------------------------------------------------------------------- Thu Dec 31 21:04:35 UTC 2020 - mardnh@gmx.de - Update to version 0.0.0+git.20201230: * add missing copyright/license statements * Add COPYING file with AGPLv3 license text ------------------------------------------------------------------- Tue Oct 06 20:04:45 UTC 2020 - mardnh@gmx.de - Update to version 0.0.0+git.20201004: * vty: use install_lib_element() and install_lib_element_ve() ------------------------------------------------------------------- Wed Dec 04 21:04:47 UTC 2019 - mardnh@gmx.de - Update to version 0.0.0+git.20191204: * jenkins.sh: disable 'publish' of manuals; we don't have any yet * exit(2) on unsupported positional arguments on command line * jenkins.sh: We cannot build libosmo-netif without libosmo-abis ------------------------------------------------------------------- Mon Sep 09 20:03:32 UTC 2019 - mardnh@gmx.de - Update to version 0.0.0+git.20190805: * use cbsp_category rather than cbc_message_prio * log REST API HTTP port on startup * fix smscb_message array order * add cbc_peer_proto_name value_string * track libulfius memory allocations using talloc * cbsp_server: move llist_add() up a bit to ensure llist_del() works in error paths * add minimalistic VTY * CBSP Server improvements * Add some basic functions operating on cbc_data structures ------------------------------------------------------------------- Sat Jul 20 20:27:47 UTC 2019 - Martin Hauke <mardnh@gmx.de> - Update to version 0.0.0+git.20190720: * Fix 'make distclean' for tests directory * Makefile.am: Add 'contrib' to SUBDIRS * add missing doc/examples/osmo-cbc.cfg * Makefile.am: Remove non-existant osmoappdesc.py * fix 'make dist': Include header files * introduce cbc_data.h with core data model of CBC * cbsp_server: Allow for bind to non-standard port + bind to IP * WIP on JSON Schema for the REST interface * Add initial version of REST API * WIP: add basic character set conversion routines * osmo_cbsp_recv_buffered() is now part of libosmocore * update CBSP API to current libosmocore ------------------------------------------------------------------- Thu Jul 18 20:59:02 UTC 2019 - Martin Hauke <mardnh@gmx.de> - Initial package, version XXX