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 "Cellmanager NG, intended to interface with BSplus".
The branch, master has been updated
via 9544ee2955c77e5edbff31436714f26ed1cec5ca (commit)
from 95d8272311bc4eeb32cc0c431b659727b73e170a (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/cellmgr-ng/commit/?id=9544ee2955c77e5edbff31436714f…
commit 9544ee2955c77e5edbff31436714f26ed1cec5ca
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Mon Dec 22 22:36:17 2014 +0100
build: Replace deprecated INCLUDES with AM_CPPFLAGS
Thanks to mnhauke for the patch
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
src/Makefile.am | 2 +-
tests/dtmf/Makefile.am | 2 +-
tests/isup/Makefile.am | 2 +-
tests/mgcp/Makefile.am | 2 +-
tests/mtp/Makefile.am | 2 +-
tests/patching/Makefile.am | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
Cellmanager NG, intended to interface with BSplus
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 07d96eb65441e46647d05e690c557ed3c14cb79b (commit)
from 4edd6e6f1e5fd75b60b7443c024c01018b7485f6 (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-pcap/commit/?id=07d96eb65441e46647d05e690c557e…
commit 07d96eb65441e46647d05e690c557ed3c14cb79b
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Mon Dec 22 22:33:31 2014 +0100
build: Replace deprecated INCLUDES with AM_CPPFLAGS
Thanks to mnhauke
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Tools to centralize packet capture and storing
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, jerlbeck/wip/gprs-patching has been updated
discards 9fb4588727df8284b71ebc14946f024daefb1652 (commit)
discards 72b54994d68d89ff2cccf3e113d92ebbe0f7ca17 (commit)
discards 8a429f4242565cb7b93fe2339ce79b25a0206ca4 (commit)
discards cc010b38444238f3492b8863c50d58b43b141c34 (commit)
discards 84d82ddbc66ae37a8e275bd4be7d317133d63a4a (commit)
via 542cd9bf6930fe10bc5ef6192b594befee165608 (commit)
via 768b6c0a1c7d1b1c2cebf4d10937ff0d5b31e3bf (commit)
via edb002881b3ce7aa0b670124558eed1aa5213413 (commit)
via b780f2ccb9d7f7475e798a222f7715554843d852 (commit)
via c3770be508faca723b2155bd775401a3ad052cec (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 (9fb4588727df8284b71ebc14946f024daefb1652)
\
N -- N -- N (542cd9bf6930fe10bc5ef6192b594befee165608)
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=542cd9bf6930fe10bc5ef6192b594bef…
commit 542cd9bf6930fe10bc5ef6192b594befee165608
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Sep 30 13:53:26 2014 +0200
sgsn: Added TODOs (TODO)
TODO:
- fix and remove TODOs
- add test cases for Detach(reattach)
- add test cases for PDP context deletion (OW#1311)
- add test cases for Cancel pending timer in sgsn_mm_ctx_free
- remove this commit
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=768b6c0a1c7d1b1c2cebf4d10937ff0d…
commit 768b6c0a1c7d1b1c2cebf4d10937ff0d5b31e3bf
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Oct 17 10:08:02 2014 +0200
sgsn: Do not die in _bssgp_tx_dl_ud on TLLI mismatch (TODO)
Currently an OSMO_ASSERT fails, if the message's and the mmctx's
TLLIs do not match.
This commit turns the assertion into an ERROR log message and uses
the default values for IMSI, DRX, and RA CAP instead of the MM
context values in this case.
TODO:
- find the real source for the problem
- add test cases derived from what is being described in the ticket
Ticket: OW#1322
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=edb002881b3ce7aa0b670124558eed1a…
commit edb002881b3ce7aa0b670124558eed1aa5213413
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed Dec 17 14:03:35 2014 +0100
sgsn: Add PDP info to subscriber data (TODO)
TODO:
- commit message
- raw binary representation ???
- tests
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=b780f2ccb9d7f7475e798a222f771555…
commit b780f2ccb9d7f7475e798a222f7715554843d852
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Dec 19 19:11:20 2014 +0100
sgsn: Add logging to connect_timer_cb (TODO)
TODO:
- LOGLevel ?
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=c3770be508faca723b2155bd775401a3…
commit c3770be508faca723b2155bd775401a3ad052cec
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Dec 22 17:58:18 2014 +0100
sgsn: Be more tolerant with state and SUSPEND/RESUME
Currently, when a BSSGP SUSPEND is received and the corresponding MM
context is already in the state GMM_REGISTERED_SUSPENDED, a
SUSPEND_NACK is returned which is not covered by GSM 08.18, 7.4.1.
The same goes for RESUME in the state GMM_REGISTERED_NORMAL.
This commit changes gprs_gmm_rx_suspend and gprs_gmm_rx_resume to not
complain (and thus answer a NACK) when the MM context is either in
GMM_REGISTERED_SUSPENDED or GMM_REGISTERED_NORMAL.
Note that GSM 08.18, 7.4.1 and 7.5.1 only mention to send an NACK if
the MS is not known. Even with this patch, the SGSN returns a NACK if
either the MS is unknown _or_ the MM context ist not in one of the
state GMM_REGISTERED_SUSPENDED and GMM_REGISTERED_NORMAL.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
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, jerlbeck/wip/gprs-patching has been updated
via 9fb4588727df8284b71ebc14946f024daefb1652 (commit)
from 72b54994d68d89ff2cccf3e113d92ebbe0f7ca17 (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=9fb4588727df8284b71ebc14946f024d…
commit 9fb4588727df8284b71ebc14946f024daefb1652
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Dec 22 17:58:18 2014 +0100
sgsn: Be more tolerant with state and SUSPEND/RESUME
Currently, when a BSSGP SUSPEND is received and the corresponding MM
context is already in the state GMM_REGISTERED_SUSPENDED, a
SUSPEND_NACK is returned which is not covered by GSM 08.18, 7.4.1.
The same goes for RESUME in the state GMM_REGISTERED_NORMAL.
This commit changes gprs_gmm_rx_suspend and gprs_gmm_rx_resume to not
complain (and thus answer a NACK) when the MM context is either in
GMM_REGISTERED_SUSPENDED or GMM_REGISTERED_NORMAL.
Note that GSM 08.18, 7.4.1 and 7.5.1 only mention to send an NACK if
the MS is not known. Even with this patch, the SGSN returns a NACK if
either the MS is unknown _or_ the MM context ist not in one of the
state GMM_REGISTERED_SUSPENDED and GMM_REGISTERED_NORMAL.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 6 ++++--
1 file changed, 4 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, ciaby/rhizomatica-queue has been updated
via 1e12f3777ae7e659d82d8c0f390e612b146c3e9f (commit)
via 22fd3cd0de098de3816d687e41d42fe551412a33 (commit)
via d30ed6b6f2d8eb56a035354694d12f4395103edc (commit)
via f7e23c5ff7d28c985d6c1e6d1dc0b9e8f5895a30 (commit)
via c22930e24b8d61cecb1fa7c46fd5dc96355d4978 (commit)
from d73fb3af49ef646dc215488ec43b1bf57e9a22a6 (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=1e12f3777ae7e659d82d8c0f390e612b…
commit 1e12f3777ae7e659d82d8c0f390e612b146c3e9f
Merge: d73fb3a 22fd3cd
Author: Ciaby <ciaby(a)rhizomatica.org>
Date: Mon Dec 22 14:54:23 2014 +0100
Merge branch 'master' into ciaby/rhizomatica-queue
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 6 +++
openbsc/include/openbsc/gsm_data_shared.h | 3 ++
openbsc/src/libbsc/bsc_vty.c | 63 +++++++++++++++++++++++++++++++
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 23 +++++++++++
openbsc/src/libbsc/handover_logic.c | 31 ++++++++-------
openbsc/src/libcommon/gsm_data.c | 58 ++++++++++++++++++++++++++++
6 files changed, 170 insertions(+), 14 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, ciaby/rhizomatica-test has been deleted
was 44889ba6e16bdb0276e5a99d9101bb3f10318276
-----------------------------------------------------------------------
44889ba6e16bdb0276e5a99d9101bb3f10318276 Merge branch 'master' into ciaby/rhizomatica-test
-----------------------------------------------------------------------
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, ciaby/rhizomatica-queue has been created
at d73fb3af49ef646dc215488ec43b1bf57e9a22a6 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=d73fb3af49ef646dc215488ec43b1bf5…
commit d73fb3af49ef646dc215488ec43b1bf57e9a22a6
Merge: fa9e0e2 b33b50f
Author: Ciaby <ciaby(a)rhizomatica.org>
Date: Mon Dec 22 14:49:49 2014 +0100
Merge branch 'ciaby/rhizomatica-token' into ciaby/rhizomatica-queue
Conflicts:
openbsc/src/libmsc/gsm_04_11.c
http://cgit.osmocom.org/openbsc/commit/?id=fa9e0e2c98a3befade008464f969fc00…
commit fa9e0e2c98a3befade008464f969fc003d975e85
Author: Ruben Pollan <meskio(a)sindominio.net>
Date: Sun Dec 21 16:36:47 2014 -0600
Add subscriber_show_queue to VTY
http://cgit.osmocom.org/openbsc/commit/?id=27ff38dc99e104bf925f65b1be288155…
commit 27ff38dc99e104bf925f65b1be288155601aa9cd
Author: Ruben Pollan <meskio(a)sindominio.net>
Date: Sun Dec 21 15:36:53 2014 -0600
Holger's patch to add reason to get_channel
-----------------------------------------------------------------------
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 A-bis protcol interface library".
The branch, master has been updated
via 1acf4cbd75e1d50d2605c75759235e7cdea5fbdc (commit)
from 687046ba2f0527456ae47365a9709fc939fdaf48 (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/libosmo-abis/commit/?id=1acf4cbd75e1d50d2605c757592…
commit 1acf4cbd75e1d50d2605c75759235e7cdea5fbdc
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Dec 22 11:14:34 2014 +0100
ipa: Declare all structs used
A few declarations are missing.
This patch adds forward declarations for struct used for pointers
only and an include directive (osmocom/core/select.h) to get a full
definition of struct osmo_fd.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/ipa.h | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 a6be224b889baa8aecc4e7247e596583bbcfc8cb (commit)
via 3cd6753a1135b89e4665c78d18650f9addc1e874 (commit)
from 4448048828db597aa99729b2b437986f59722c0e (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=a6be224b889baa8aecc4e7247e59…
commit a6be224b889baa8aecc4e7247e596583bbcfc8cb
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Dec 22 10:58:46 2014 +0100
ipa: Return -errno instead of -1 in ipa_send
Currently, the ipa_send function returns -1 in one execution branch
to indicate an error and -EIO in another. This is not consistent and
can lead to a misinterpretation of the error code, since -1 is -EPERM
and in general, EPERM is not returned by write(2).
This patch changes the return code to -errno instead of -1 for the
case that write(2) fails for same reason. So -rc is always a sensible
error value if there is a failure.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=3cd6753a1135b89e4665c78d1865…
commit 3cd6753a1135b89e4665c78d18650f9addc1e874
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Dec 22 10:58:45 2014 +0100
ipa: Add forward declaration of struct osmo_fd
A pointer to struct osmo_fd is used in a few prototypes declared in
gsm/ipa.h, but is neither declared explicitly nor is such a
declaration reachable via the given include directives.
This patch adds a forward declaration of this type to ensure proper
compilation.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/ipa.h | 2 ++
src/gsm/ipa.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 22fd3cd0de098de3816d687e41d42fe551412a33 (commit)
via d30ed6b6f2d8eb56a035354694d12f4395103edc (commit)
via f7e23c5ff7d28c985d6c1e6d1dc0b9e8f5895a30 (commit)
via c22930e24b8d61cecb1fa7c46fd5dc96355d4978 (commit)
from 27ca0436ace88d6f39348a62ba92f76468c420d4 (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=22fd3cd0de098de3816d687e41d42fe5…
commit 22fd3cd0de098de3816d687e41d42fe551412a33
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Dec 18 18:31:54 2014 +0100
ho: Copy the multirate config to the new lchan
The new lchan will be in speech mode already but for AMR we will
need to provide a working multirate config in the channel activation,
otherwise the channel act might be nacked.
Copy the config from the current lchan into the new lchan. The
abis code simply added the mrconf if the speech mode was amr.
Before this commit the invalidate mrconf with all zeroes was
copied/sent.
http://cgit.osmocom.org/openbsc/commit/?id=d30ed6b6f2d8eb56a035354694d12f43…
commit d30ed6b6f2d8eb56a035354694d12f4395103edc
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Dec 17 21:21:36 2014 +0100
ho: Make sure the timer is always stopped
In case of a ho_chan_activ_nack (sent due another bug inside
both sysmobts and openbsc) the code would not stop the timer
but free the datastructure. This can lead to a clear segfault
when the timer has expired. Create a "free" function which is
responsible to detach the handover structure, stop the timer
(which is idempotent) and free the structure.
http://cgit.osmocom.org/openbsc/commit/?id=f7e23c5ff7d28c985d6c1e6d1dc0b9e8…
commit f7e23c5ff7d28c985d6c1e6d1dc0b9e8f5895a30
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Dec 17 15:44:32 2014 +0100
bts: When one link drops.. check what needs to be dropped
In case a BTS is dropped, iterate over the list of BTS and check
if a dependency is now missing and then drop the BTS. This check
could lead to check of 256*256 checks (e.g. all BTS on each other
in the chain and the master is being dropped). The performance
aspect of it doesn't matter for our usecase. We expect to have
pairs of BTS right now.
http://cgit.osmocom.org/openbsc/commit/?id=c22930e24b8d61cecb1fa7c46fd5dc96…
commit c22930e24b8d61cecb1fa7c46fd5dc96355d4978
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Dec 17 14:46:17 2014 +0100
bts: Add some simple dependency between different BTS
E.g. for the sysmoBTS2050 we have the requirement that the first
board connects before the second due clocking. The easiest point
to enforce this is the BSC. Add a simple bitmask based system to
allow to express dependencies for IP based systems.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 6 +++
openbsc/include/openbsc/gsm_data_shared.h | 3 ++
openbsc/src/libbsc/bsc_vty.c | 63 +++++++++++++++++++++++++++++++
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 23 +++++++++++
openbsc/src/libbsc/handover_logic.c | 31 ++++++++-------
openbsc/src/libcommon/gsm_data.c | 58 ++++++++++++++++++++++++++++
6 files changed, 170 insertions(+), 14 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)