Changelog for
osmo-cbc-0.2.3-lp155.1.6.x86_64.rpm :
* Fri Nov 19 2021 Martin Hauke
- Update to new upstream release 0.2.3
* Wed Oct 27 2021 mardnhAATTgmx.de- Update to version 0.0.0+git.20211025:
* varaible for atoi() result shouild be signed integer
* Tue Feb 23 2021 mardnhAATTgmx.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 2021 mardnhAATTgmx.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 \
in log line after error message
* Wed Feb 17 2021 mardnhAATTgmx.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 2021 mardnhAATTgmx.de- Update to version 0.0.0+git.20210128:
* configure.ac: set -std=gnu11
* Mon Jan 25 2021 mardnhAATTgmx.de- Update to version 0.0.0+git.20210124:
* VTY: don\'t save dynamically-allocated \"unknown\" peers
* Sun Jan 24 2021 mardnhAATTgmx.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 2021 mardnhAATTgmx.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 2021 mardnhAATTgmx.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 2021 mardnhAATTgmx.de- Update to version 0.0.0+git.20210114:
* add link to upstream bug related to custom malloc/free
* Wed Jan 13 2021 mardnhAATTgmx.de- Update to version 0.0.0+git.20210113:
* contrib/jenkins: don\'t build osmo-gsm-manuals
* Wed Jan 06 2021 mardnhAATTgmx.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 2021 mardnhAATTgmx.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 2020 mardnhAATTgmx.de- Update to version 0.0.0+git.20201230:
* add missing copyright/license statements
* Add COPYING file with AGPLv3 license text
* Tue Oct 06 2020 mardnhAATTgmx.de- Update to version 0.0.0+git.20201004:
* vty: use install_lib_element() and install_lib_element_ve()
* Wed Dec 04 2019 mardnhAATTgmx.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 2019 mardnhAATTgmx.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 2019 Martin Hauke - 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 2019 Martin Hauke - Initial package, version XXX