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, max/nat has been updated
discards 83195f6346651440a9987c5e747994cd4a1de459 (commit)
discards aef2acfe6abc774073486db6d22d0afcb1db0a15 (commit)
via 641b1cc0d98edd2de5782ac209981b5090e0f975 (commit)
via 871a12f0de7376441b425a48a04beab621caae8a (commit)
via a612132f46b22afa3395ba8182ecc17ab7678672 (commit)
via 72ba6105d768753814845c8ff9fde591aa9dab83 (commit)
via ecf3d20b4651c43761487d42fae4d0b33a7d76e1 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (83195f6346651440a9987c5e747994cd4a1de459)
\
N -- N -- N (641b1cc0d98edd2de5782ac209981b5090e0f975)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=641b1cc0d98edd2de5782ac209981b5090e0f975
commit 641b1cc0d98edd2de5782ac209981b5090e0f975
Author: Max <msuraev at sysmocom.de>
Date: Tue Mar 29 17:06:32 2016 +0200
wip: reload config dynamically
http://cgit.osmocom.org/openbsc/commit/?id=871a12f0de7376441b425a48a04beab621caae8a
commit 871a12f0de7376441b425a48a04beab621caae8a
Author: Max <msuraev at sysmocom.de>
Date: Wed Mar 30 14:34:25 2016 +0200
Ignore vty test byproducts
http://cgit.osmocom.org/openbsc/commit/?id=a612132f46b22afa3395ba8182ecc17ab7678672
commit a612132f46b22afa3395ba8182ecc17ab7678672
Author: Max <msuraev at sysmocom.de>
Date: Wed Mar 30 14:31:23 2016 +0200
NAT: fix vty tests
Add explicit config path override.
Add example bscs.cfg to ignore file to avoid warning.
Note: this requires recent version of osmo-python-tests.
http://cgit.osmocom.org/openbsc/commit/?id=72ba6105d768753814845c8ff9fde591aa9dab83
commit 72ba6105d768753814845c8ff9fde591aa9dab83
Author: Max <msuraev at sysmocom.de>
Date: Wed Mar 30 14:29:50 2016 +0200
NAT: add command-line option for bscs-config file
This option takes precedence over the one in configuration file.
http://cgit.osmocom.org/openbsc/commit/?id=ecf3d20b4651c43761487d42fae4d0b33a7d76e1
commit ecf3d20b4651c43761487d42fae4d0b33a7d76e1
Author: Max <msuraev at sysmocom.de>
Date: Tue Mar 29 10:07:45 2016 +0200
NAT: add 'show bsc-config' command
It will display all configured BSC: both from included file and vty.
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 2 ++
openbsc/osmoappdesc.py | 5 ++++-
openbsc/src/osmo-bsc_nat/bsc_nat.c | 11 ++++++++++-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 10 +++++++++-
4 files changed, 25 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)