This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn has been updated
via ccd919852e8038931ead12edac5ce443bfe7e675 (commit)
via 7b8116eaba79a47eacad9db9f977bae79b209988 (commit)
from 6e4351aa384a2ad703c4d903212c2e8644ff21fa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=ccd919852e8038931ead12edac5ce443bfe7e675
commit ccd919852e8038931ead12edac5ce443bfe7e675
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Fri Mar 4 13:36:12 2016 +0100
rename nitb vty config to cscn, move to cscn_vty.c
http://cgit.osmocom.org/openbsc/commit/?id=7b8116eaba79a47eacad9db9f977bae79b209988
commit 7b8116eaba79a47eacad9db9f977bae79b209988
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Fri Mar 4 03:01:09 2016 +0100
wip
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/vty.h | 1 -
openbsc/src/libcommon/common_vty.c | 1 -
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/cscn_vty.c | 100 ++++++++++++++++++++++++++++++
openbsc/src/libmsc/vty_interface_layer3.c | 68 --------------------
openbsc/src/osmo-cscn/cscn_main.c | 5 +-
openbsc/tests/channel/channel_test.c | 3 +
openbsc/tests/channel/channel_test.ok | 1 -
8 files changed, 108 insertions(+), 72 deletions(-)
create mode 100644 openbsc/src/libmsc/cscn_vty.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)