This 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 "UNNAMED PROJECT".
The branch, jerlbeck/master has been updated
discards 9a2c6655686fb773550b6e1050f60c821eee70b4 (commit)
via 3db617f14a0314a0e2a233b3ddaba1501213c0e5 (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 (9a2c6655686fb773550b6e1050f60c821eee70b4)
\
N -- N -- N (3db617f14a0314a0e2a233b3ddaba1501213c0e5)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
UNNAMED PROJECT
This 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 "UNNAMED PROJECT".
The branch, master has been updated
via 3db617f14a0314a0e2a233b3ddaba1501213c0e5 (commit)
via efe62a73953349ba38781af2c264f273b2dde6e6 (commit)
via 14376a73a5916a3dfa5bb65a2487d364a933e4c8 (commit)
via 506f156f7a4aebb52dace00a760f86b2b4f5e19a (commit)
via 1653f837e3be32d94eeaabf29ae89fdf1dc66bac (commit)
via 20b7ba75017a590294dcd4e38135293f33f66740 (commit)
via cc9358f95aca618db451faf53971c45dfe0b505a (commit)
via 16c6ecc3657f62728845764731c189b3cb8daca2 (commit)
via 5f494b8415ff4e5c9bf323ea7bc8326ad423c7ae (commit)
via 9ae282372c9b3e10050244b8a1c9179122556175 (commit)
via ed46afda6f647e47702379abacf632e7dcc9ee5b (commit)
via ea65c72d069c279951c022daf337d99e3aaa670a (commit)
from c91c18e6ef9ee5fca3d10b57ebddf211d3655a8d (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/osmo-pcu/commit/?id=3db617f14a0314a0e2a233b3ddaba15…
commit 3db617f14a0314a0e2a233b3ddaba1501213c0e5
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Jul 7 13:43:44 2015 +0200
llc: Fix comparison warning
Fixes: Jenkins build #609 warning
Addresses:
llc.cpp:56, GNU C Compiler 3 (gcc), Priority: Normal
comparison between signed and unsigned integer expressions
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 28 +-
src/bts.h | 15 +
src/gprs_rlcmac_ts_alloc.cpp | 882 ++++++++++++++++++++++---------------------
src/llc.cpp | 2 +-
src/sba.cpp | 4 +-
tests/alloc/AllocTest.cpp | 46 +--
tests/alloc/AllocTest.err | 14 +-
tests/alloc/AllocTest.ok | 470 ++++++++++++++---------
tests/tbf/TbfTest.err | 106 +++---
9 files changed, 879 insertions(+), 688 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This 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, zecke/features/no-tmsi has been created
at 55a3e676047651d7487aba50e7e9a1437d3f519a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=55a3e676047651d7487aba50e7e9a143…
commit 55a3e676047651d7487aba50e7e9a1437d3f519a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 13 20:33:08 2015 +0200
nitb: Add a mode to not use TMSI for normal operation
In case foreign simcards are used we can not do authentication
and ciphering. In case a TMSI is re-used too early and we do
page using TMSI we can't know which of the two MS is responding
to us. We could change the "secure channel" routine to ask for
the IMSI and only then stop the paging.
As we don't have ciphering there is not much use in using the
TMSI. Add a mode "no assign-tmsi" that will not assign the TMSI
during LU. Now CM Service Request and Paging Response will
work using the IMSI. There can't be a clash with that.
http://cgit.osmocom.org/openbsc/commit/?id=0c0b30022534e330029a21f8d3b8ed42…
commit 0c0b30022534e330029a21f8d3b8ed42e7d1c953
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 13 14:28:29 2015 +0200
nitb: Be less strict about the reject cause
When we can't find the TMSI then the subscriber is not in our
VLR. We have not consulted with the HLR and it is better to not
use such a severe error code.
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, zecke/features/smpp-route has been deleted
was 7c19c6b4064b10511fa5f5327030c21616905d94
-----------------------------------------------------------------------
7c19c6b4064b10511fa5f5327030c21616905d94 sms: Do not go through the routing a second time
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, zecke/hacks/tmp has been deleted
was b4c86cb17d30d08c31edf6c05e9198498a810e4e
-----------------------------------------------------------------------
b4c86cb17d30d08c31edf6c05e9198498a810e4e WIP: speculative fixes for the periodic expiring handling
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, zecke/wip has been deleted
was bbf21e85607366899c4422ec38cff6ffb7f3aba9
-----------------------------------------------------------------------
bbf21e85607366899c4422ec38cff6ffb7f3aba9 osmux: Fix potential memory leak in the msgb handling
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, zecke/laforge/meas_vis has been deleted
was 89b2542aee84f43d945dfc955db9ccdb5071dfe2
-----------------------------------------------------------------------
89b2542aee84f43d945dfc955db9ccdb5071dfe2 meas_feed: add osmo-meas-udp2db for realtime feed into database
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, zecke/features/gprs-gsup-fixes has been deleted
was e3933ac46d76122dde8aa01b5efb1ba58d25442d
-----------------------------------------------------------------------
e3933ac46d76122dde8aa01b5efb1ba58d25442d sgsn: Show the QoS that has been assigned
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, zecke/features/auth has been deleted
was 393b605c1a0d747a4c36eca91aa48e9475c171ee
-----------------------------------------------------------------------
393b605c1a0d747a4c36eca91aa48e9475c171ee nat: After we identified the bsc check the key
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This 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, master has been updated
via a2c41c42b1a8558965f201e43dcaec6bb8e64b35 (commit)
from 1e365477ee5e4dc708b94474b4e094ea3c21d95b (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=a2c41c42b1a8558965f201e43dcaec6b…
commit a2c41c42b1a8558965f201e43dcaec6bb8e64b35
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 13 11:23:53 2015 +0200
sms: Fix the non-SMPP mode of the test
List needs to be executed from within the right configuration
node to see if it is available or not. list on the toplevel
will uncoditionally show "smpp" as part of the logging config.
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)