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 322b1499cd4d34b0148a15cb615ad6dff8203ed2 (commit)
via 5b512051870017aebd79ff2ca05ad8be671728b2 (commit)
via 9ed6fd25dde40e3079c5b278f543714b0d78a9f0 (commit)
from 08ea4d87f6c5db1ce68ef58040a35271358fa6d8 (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=322b1499cd4d34b0148a15cb615ad6df…
commit 322b1499cd4d34b0148a15cb615ad6dff8203ed2
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 7 17:49:49 2015 +0200
nitb: Check source string length before calling strncpy (Coverity)
Currently some VTY command do neither check the length of the source
string before calling strncpy nor ensure NUL-termination afterwards.
This can to destination string buffers whose contents are not
NUL-teminated.
This commit adds checks and corresponding warnings to the VTY
commands 'subscriber TYPE ID name .NAME" and "subscriber TYPE ID
extension EXTENSION".
Fixes: Coverity CID 1206570, 1206569
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=5b512051870017aebd79ff2ca05ad8be…
commit 5b512051870017aebd79ff2ca05ad8be671728b2
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 7 17:49:48 2015 +0200
gprs: Fix GSUP cancel_type handling (Coverity)
When handling an incoming GSUP cancellation request, the cancel_type
if effectively ignored, such that is always handled as
GPRS_GSUP_CANCEL_TYPE_UPDATE and never as WITHDRAW.
This commit fixes the expression used to set the variable
is_update_procedure.
Fixes: Coverity CID 1267739
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=9ed6fd25dde40e3079c5b278f543714b…
commit 9ed6fd25dde40e3079c5b278f543714b0d78a9f0
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 7 17:49:47 2015 +0200
nat: Fix timeslot range in 'show bsc mgcp' VTY command
Currently the inner loop in show_bsc_mgcp iterates of the timeslot
interval [0, 31]. Timeslot 0 is not valid, which causes
mgcp_timeslot_to_endpoint to generate a corresponding warning and to
return an invalid endp value. That value causes an out-of-bound
read access, possibly hitting unallocated memory.
This patch fixes the loop range by starting with timeslot 1.
Note that this does not prevent mgcp_timeslot_to_endpoint from
returning an invalid endpoint index when called with arguments not
within its domain.
Addresses:
<000b> ../../include/openbsc/mgcp.h:250 Timeslot should not be 0
[...]
vty=0xb4203db0, argc=1, argv=0xbfffebb0) at bsc_nat_vty.c:256
max = 1
con = 0xb4a004f0
i = 0
j = 0
[...]
==15700== ERROR: AddressSanitizer: heap-use-after-free on address
0xb520be4f at pc 0x8062a42 bp 0xbfffeb18 sp 0xbfffeb0c
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_subscriber.c | 3 ++-
openbsc/src/libmsc/vty_interface_layer3.c | 14 ++++++++++++++
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 2 +-
openbsc/tests/sgsn/sgsn_test.c | 12 ++++++++++++
openbsc/tests/vty_test_runner.py | 26 ++++++++++++++++++++++++++
5 files changed, 55 insertions(+), 2 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 8d192d7153498498ff6232209c900e67256b8036 (commit)
via b535e391b0f1d030373159ddbf54483d7fa54763 (commit)
via c641591ae9298894178dae78c37e5f96687be576 (commit)
via a11994ddff1edbdb85ee9dc1ffd36f9b9834edf3 (commit)
from 5fb265eaa725928b59b44aa9bfe8959256014ba1 (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/libosmocore/commit/?id=8d192d7153498498ff6232209c90…
commit 8d192d7153498498ff6232209c900e67256b8036
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 7 17:52:45 2015 +0200
ns: Log when sending fails (Coverity)
Currently the return value of the gprs_ns_tx family of functions is
often ignored. This is not a serious issue, since the successful
delivery of the messages is neither guaranteed nor acknowledged by
the network layer anyway.
Nevertheless this commit adds logging (level INFO) to gprs_ns_tx and
gprs_ns_msgb_alloc. The definition of the latter has been moved from
the header file to gprs_ns.c.
Fixes: Coverity CID 1040678, 1040679, 1040680, 1040681, 1040682,
1040683, 1040684, 1040686, 1040687, 1040688, 1111545,
1240203, 1240204
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=b535e391b0f1d030373159ddbf54…
commit b535e391b0f1d030373159ddbf54483d7fa54763
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 7 17:52:44 2015 +0200
bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity)
Currently bssgp_rx_ptp might be called with bctx being NULL, when the
NS BVCI is neither BVCI_SIGNALLING nor BVCI_PTM, but the message is
a BVC_RESET or it contains an BVCI IE != BVCI_SIGNALLING where the
BVCI is not known.
This patch ensures that bssgp_rx_ptp will only be called with a
non-NULL bctx. A log message will be issued, if the bctx is NULL when
this was not expected.
Fixes: Coverity CID 1040674
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=c641591ae9298894178dae78c37e…
commit c641591ae9298894178dae78c37e5f96687be576
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 7 17:52:43 2015 +0200
bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity)
Currently the implementation of bssgp_tx_dl_ud conditionally adds
some optional IE if dup != NULL. Later on is dereferences dup to
access qos_profile and fc, but this without checking dup in advance.
This may lead to an segmentation violation fault.
This commit changes the value range of the function to only accept
dup != NULL. An assertion will fail otherwise. All other explicit
checks for non-NULL are removed.
Fixes: Coverity CID 1040673
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=a11994ddff1edbdb85ee9dc1ffd3…
commit a11994ddff1edbdb85ee9dc1ffd36f9b9834edf3
Author: Max <max.suraev(a)fairwaves.co>
Date: Mon Apr 6 16:17:49 2015 +0200
fix compiler warnings for a5 tests
Signed-off-by: Max <max.suraev(a)fairwaves.co>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/gprs_ns.h | 10 +++-----
src/gb/gprs_bssgp.c | 56 ++++++++++++++++++++++--------------------
src/gb/gprs_ns.c | 19 ++++++++++++++
src/gb/libosmogb.map | 1 +
tests/a5/a5_test.c | 4 +++
tests/gb/gprs_bssgp_test.c | 17 +++++++++++++
6 files changed, 75 insertions(+), 32 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, fairwaves/update has been updated
via 9b7e7f76220410be755d27c05486ee3ddfc49bb8 (commit)
from a6ad0b44ae45a2fd51b6a55507e8295605431e92 (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-bts/commit/?id=9b7e7f76220410be755d27c05486ee3…
commit 9b7e7f76220410be755d27c05486ee3ddfc49bb8
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Apr 7 15:18:21 2015 +0300
abis: Add support of libosmo-abis v 0.3.0
-----------------------------------------------------------------------
Summary of changes:
src/common/abis.c | 1 +
src/common/oml.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, fairwaves/update has been created
at a6ad0b44ae45a2fd51b6a55507e8295605431e92 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 08ea4d87f6c5db1ce68ef58040a35271358fa6d8 (commit)
via 0ac00c15b9fd667da80670440916ce2982eece20 (commit)
from 8ccf06c58b2f5fc2d95bc199dea5c39f7201a3c4 (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=08ea4d87f6c5db1ce68ef58040a35271…
commit 08ea4d87f6c5db1ce68ef58040a35271358fa6d8
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Apr 7 09:08:32 2015 +0200
nat: Check for the access list in set command as well
I omitted the check as this was already done by the verify
function for this command. Please Coverity and do the check
again even if it is not necessary. I begin to doubt the
usage of a "dedicated" verify method as well.
Silences: Coverity CID 1293150
http://cgit.osmocom.org/openbsc/commit/?id=0ac00c15b9fd667da80670440916ce29…
commit 0ac00c15b9fd667da80670440916ce2982eece20
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Apr 7 09:06:26 2015 +0200
nat: Check the con->imsi for the tracked IMSI
On DT messages we directly write into the tracked SCCP
connection. This means "imsi" will always be NULL at
this check. Change the code to use con->imsi
Fixes: Coverity CID 1293151
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc_nat/bsc_nat.c | 4 ++--
openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c | 9 ++++++++-
2 files changed, 10 insertions(+), 3 deletions(-)
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 "OpenBTS' transceiver retro-fit".
The branch, staging has been created
at f57eb1a6bb465427623e0c8670889e5982a9bae3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=f57eb1a6bb465427623e0c8670889e5…
commit f57eb1a6bb465427623e0c8670889e5982a9bae3
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Mar 1 10:30:12 2015 +0100
Logger: Output ERR log messages to stderr as well.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=c401802eaa6d7b7c4a058fb2800644a…
commit c401802eaa6d7b7c4a058fb2800644a8c8ffbd7d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 25 14:22:37 2015 +0300
uhd: Use full DAC scale with UmTRX to improve signal quality.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=3051f34953e3ffdb148329c70234826…
commit 3051f34953e3ffdb148329c702348260c2a398d7
Author: Tom Tsou <tom(a)tsou.cc>
Date: Mon Apr 6 18:02:56 2015 -0700
build: Add 'subdir-objects' to AM_INIT_AUTOMAKE
This will shutup automake and make it stop complaining about the
following subdirectory warnings.
"warning: source file 'common/fft.c' is in a
subdirectory, but option 'subdir-objects' is disabled"
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=7bd1e663c96d14a3445163846799120…
commit 7bd1e663c96d14a34451638467991208f18d6ebb
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 19:01:02 2015 -0700
mcbts: Enable multi-ARFCN option from command line
http://cgit.osmocom.org/osmo-trx/commit/?id=1a53985f088dd08d94f14153882ee2d…
commit 1a53985f088dd08d94f14153882ee2db047d8230
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 18:57:10 2015 -0700
mcbts: Add multi-ARFCN implementation
http://cgit.osmocom.org/osmo-trx/commit/?id=994a1a8344bce80d56773553399896c…
commit 994a1a8344bce80d56773553399896c83927707c
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 18:51:18 2015 -0700
uhd: Elevate fatal device error logging
Log unrecoverable device errors, whether from misconfiguration or
internal runtime, to ALERT level. This will output device and interface
status to stdout in addition to rsyslog.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=92c93763b2cc3ff9365f499521b8aea…
commit 92c93763b2cc3ff9365f499521b8aea42849ee9c
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 16:58:45 2015 -0700
control: Add OpenBTS 'HANDOVER' commands
http://cgit.osmocom.org/osmo-trx/commit/?id=4adf4724c366a9eb76bcd810d29ee87…
commit 4adf4724c366a9eb76bcd810d29ee8753413cec5
Author: Tom Tsou <tom(a)tsou.cc>
Date: Wed Mar 25 15:10:07 2015 -0700
iface: Add inner ring-buffer implementation
Two buffers, inner and outer, are used in the transceiver
implementation. The outer buffer interfaces with the device receive
interface to guarantee timestamp aligned and contiguously allocated
sample buffers. The inner buffer absorbs vector size differences between
GSM bursts (156 or 157 samples) and the resampler interface (typically
fixed multiples of 65).
Reimplement the inner buffer with a ring buffer that allows fixed size
segments on the outer (resampler) portion and variable lengths (GSM
side) on the inner side. Compared to the previous stack-like version,
this implementation removes unnecessary copying of buffer contents.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=c5b568d49c61bfa70e1837278b65d75…
commit c5b568d49c61bfa70e1837278b65d758668a6dff
Author: Tom Tsou <tom(a)tsou.cc>
Date: Wed Mar 25 12:55:11 2015 -0700
sigproc: Make convolution and convert input buffers immutable
For good practice, use const specifier when applicable.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 eb180d59a2f377e7a5c430d8af5e118e4c35cde6 (commit)
discards a0d8542881465dea4f5723610cde7e976af4050d (commit)
discards b46464bf6e876f9d5dea4def2c8a6dc1b7bbfc88 (commit)
via 48b3aec416eebc1d0d76b97d169931fd2c1ed40b (commit)
via 63e2a7352f499c5eeeae81c5f868bdbbc86b6219 (commit)
via adaee02787c631541bd9b2b1d6a00fb6d0fc043c (commit)
via 82ac7cce66d5d39dc223f7a3bd905ea39ead1d02 (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 (eb180d59a2f377e7a5c430d8af5e118e4c35cde6)
\
N -- N -- N (48b3aec416eebc1d0d76b97d169931fd2c1ed40b)
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=48b3aec416eebc1d0d76b97d169931fd…
commit 48b3aec416eebc1d0d76b97d169931fd2c1ed40b
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=63e2a7352f499c5eeeae81c5f868bdbb…
commit 63e2a7352f499c5eeeae81c5f868bdbbc86b6219
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=adaee02787c631541bd9b2b1d6a00fb6…
commit adaee02787c631541bd9b2b1d6a00fb6d0fc043c
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.
http://cgit.osmocom.org/openbsc/commit/?id=82ac7cce66d5d39dc223f7a3bd905ea3…
commit 82ac7cce66d5d39dc223f7a3bd905ea39ead1d02
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 17:54:34 2015 +0200
mncc: Select the codec similar to the modify handling
In case the default TCH/F codec is "EFR" and we do an early
assignment from SDCCH to a TCH we would assign the TCH/H
codec. This is because the lchan_type will be neither a
TCH/H nor a TCH/F.
At the same time the _gsm48_lchan_modify code to check for
half vs. full-rate is the other way around. Align both.
It is full-rate if it is not a TCH_H. This will have some
other complications down the way (early assignment on
cells with only TCH/H). So the mode should not depend on
the _current_ channel but the kind of channel we want.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/mncc_builtin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/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)
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 created
at fbbe089128cbd1231c2d7f31470228ad4667d887 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=fbbe089128cbd1231c2d7f31470228ad…
commit fbbe089128cbd1231c2d7f31470228ad4667d887
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..
only compile tested
http://cgit.osmocom.org/openbsc/commit/?id=5a7d6c8379a6341afc866f5d3adfebbd…
commit 5a7d6c8379a6341afc866f5d3adfebbd94f0e58f
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.
-----------------------------------------------------------------------
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, achemeris/debug has been created
at 06b81625d41f051a9bb34b5269463bbc0538673f (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)