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-queue has been updated
discards fbbe089128cbd1231c2d7f31470228ad4667d887 (commit)
discards 5a7d6c8379a6341afc866f5d3adfebbd94f0e58f (commit)
via eb180d59a2f377e7a5c430d8af5e118e4c35cde6 (commit)
via a0d8542881465dea4f5723610cde7e976af4050d (commit)
via b46464bf6e876f9d5dea4def2c8a6dc1b7bbfc88 (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 (fbbe089128cbd1231c2d7f31470228ad4667d887)
\
N -- N -- N (eb180d59a2f377e7a5c430d8af5e118e4c35cde6)
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=eb180d59a2f377e7a5c430d8af5e118e…
commit eb180d59a2f377e7a5c430d8af5e118e4c35cde6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 12:03:45 2015 +0200
WIP sub: Remove the queue from the subscriber code...
Just coordinate paging and securing the channel.. and leave
the call handling.. SMS.. to the other layers.. this should
overcome the queue of getting "blocked".. the issue is now
with the upper layers..
* crashes fixed... late assignment audio issue..
http://cgit.osmocom.org/openbsc/commit/?id=a0d8542881465dea4f5723610cde7e97…
commit a0d8542881465dea4f5723610cde7e976af4050d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 09:55:10 2015 +0200
sub: Remove introspection of the "channel queue"
Over the next commits the queuing of commits will be
completely modified to remove the queue and move the
scheduling/limits to the outer callers.
http://cgit.osmocom.org/openbsc/commit/?id=b46464bf6e876f9d5dea4def2c8a6dc1…
commit b46464bf6e876f9d5dea4def2c8a6dc1b7bbfc88
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 16:54:55 2015 +0200
sub: Remove paging requests before dispatching
The dispatching might lead to the removal of more
paging requests and makes "request" invalid. Remove
it before calling the callback.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_subscriber.h | 5 ++++-
openbsc/include/openbsc/transaction.h | 2 +-
openbsc/src/libbsc/paging.c | 14 ++++++++++----
openbsc/src/libmsc/gsm_04_08.c | 5 ++++-
openbsc/src/libmsc/gsm_04_11.c | 8 +++++++-
openbsc/src/libmsc/gsm_subscriber.c | 8 +++++++-
openbsc/src/libmsc/transaction.c | 8 ++------
7 files changed, 35 insertions(+), 15 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)