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 f13b3c968ff6266cc19188fe25cb3f7d8d780b6d (commit)
from a66d8cfcb530240b5eebdb8f3ad10aaa027bcbde (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=f13b3c968ff6266cc19188fe25cb3f7d…
commit f13b3c968ff6266cc19188fe25cb3f7d8d780b6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 17 17:05:40 2017 +0100
logging: use central filter and ctx consts from libosmocore
The LCHAN and BTS filter contexts are actually never used, so drop them until
someone adds them properly.
For now use only LOGGING_{FILTER,CTX}_VLR_SUBSCR. Some of these will change to
_BSC_SUBSCR once struct bsc_subscriber is introduced, and later on, struct
gsm_subscriber will be replaced by vlr_subscriber so that the names will match.
Depends: libosmocore change-id I5c343630020f4b108099696fd96c2111614c8067
Change-Id: Ifa82f6a461ad4c0eeddb8a38fb3833460432d16b
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/debug.h | 15 --------------
openbsc/src/libbsc/abis_rsl.c | 3 +--
openbsc/src/libbsc/e1_config.c | 1 -
openbsc/src/libbsc/paging.c | 8 ++++----
openbsc/src/libcommon/debug.c | 42 +++++++++++++++++----------------------
openbsc/src/libmsc/gsm_04_08.c | 16 +++++++--------
openbsc/src/libmsc/smpp_openbsc.c | 2 +-
7 files changed, 32 insertions(+), 55 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 "UNNAMED PROJECT".
The branch, master has been updated
via 4ae540695901e08aa3bfcb28af3389d53745dc5c (commit)
from b609190369bdf96eefedacc012503d7b55823302 (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=4ae540695901e08aa3bfcb28af3389d…
commit 4ae540695901e08aa3bfcb28af3389d53745dc5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 17 17:18:04 2017 +0100
logging: use central filter and ctx consts from libosmocore
Change-Id: I7b41a5a26527864177c63403ad171d2987f0ff6a
Depends: libosmocore change-id I5c343630020f4b108099696fd96c2111614c8067
-----------------------------------------------------------------------
Summary of changes:
src/gprs_bssgp_pcu.cpp | 2 +-
src/gprs_debug.cpp | 19 ++++++-------------
src/gprs_debug.h | 14 --------------
3 files changed, 7 insertions(+), 28 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 812ba6dc63a75c39678dd3fe652768e76bf63183 (commit)
from bd9de2f66f82db66bbbe7e7df54bf8fee8e1a8ae (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=812ba6dc63a75c39678dd3fe6527…
commit 812ba6dc63a75c39678dd3fe652768e76bf63183
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 17 16:35:27 2017 +0100
logging: centrally define ctx and filter indexes
It is too easy for calling code to use the same filter and context indexes for
different filters and structs. For example, openbsc's IMSI filter and libgb's
GPRS_BVC filter both fall on index 1 even though there are plenty more indexes
to choose from. To alleviate this, have one central definition here, sort of
like ports.h does for VTY and CTRL port numbers.
Add static asserts to make sure the indexes fit in the available array and bit
mask space.
Calling code like openbsc.git and osmo-pcu need adjustments and/or should move
to using these enum values instead of their local definitions.
Taking this opportunity to also prepare for a split of struct gsm_subscriber in
openbsc into bsc_subsciber and vlr_subscriber with appropriate separate filter
index constants for both subscriber types.
Include previous LOG_FILTER_ALL in the LOGGING_FILTER_* enum, and replace its
use by (1 << LOGGING_FILTER_ALL).
Change-Id: I5c343630020f4b108099696fd96c2111614c8067
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 19 +++++++++++++++++--
include/osmocom/gprs/gprs_msgb.h | 4 ----
src/gb/common_vty.c | 12 ++++++------
src/gb/common_vty.h | 6 ------
src/gb/gprs_bssgp.c | 2 +-
src/gb/gprs_bssgp_vty.c | 10 +++++-----
src/gb/gprs_ns.c | 32 ++++++++++++++++----------------
src/gb/gprs_ns_vty.c | 10 +++++-----
src/logging.c | 21 ++++++++++++++-------
src/vty/logging_vty.c | 4 ++--
10 files changed, 66 insertions(+), 54 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 A-bis protcol interface library".
The branch, pmaier/siu has been created
at 0e677dfc898f3b912f13fc46411a20303e1c2d11 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
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 "Osmocom A-bis protcol interface library".
The branch, pmaier/siu has been deleted
was 7ff820f8558ea8284147a7392d42de6c89199d18
-----------------------------------------------------------------------
7ff820f8558ea8284147a7392d42de6c89199d18 unixsocket: introduce a version/datacontrol header (2byte)
-----------------------------------------------------------------------
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 "Osmocom A-bis protcol interface library".
The branch, pmaier/siu has been created
at 7ff820f8558ea8284147a7392d42de6c89199d18 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=7ff820f8558ea8284147a7392d4…
commit 7ff820f8558ea8284147a7392d42de6c89199d18
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Feb 21 15:30:05 2017 +0100
unixsocket: introduce a version/datacontrol header (2byte)
The ALT TC/Superchannel switch requires a seperate side channel. By introducing a header this
can be done in a clean way. So every packet gets
- 1 byte version
- 1 byte data or control
Change-Id: I0b601b67450b93291b2c2bcec5b0919050e18791
http://cgit.osmocom.org/libosmo-abis/commit/?id=3dd0bca2e58d18393e1892da25c…
commit 3dd0bca2e58d18393e1892da25c5c8eb0c619125
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 1 13:51:03 2017 +0100
lapd: Reduce N200 (SABM retransmission count)
N200 is set to 300, which turned out to be uncomfortably high, the
commit reduces the value to 50
http://cgit.osmocom.org/libosmo-abis/commit/?id=7c13c4f31d605284395e871babf…
commit 7c13c4f31d605284395e871babffec1bc760fa0b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:17:33 2016 +0100
lapd: Improve log output
Add pointer address output to the sap alloc/free functions in
order to track the objects later in the debug output (we have three
of them)
http://cgit.osmocom.org/libosmo-abis/commit/?id=d14405c268c9cc8f623e16b1f3c…
commit d14405c268c9cc8f623e16b1f3ce9810603a5eb3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Dec 5 19:45:37 2016 +0100
unixsocket: make socket connection fault tolerant
When the l2tpd is killed, the unix socket will permanently loose the connection,
even if l2tpd is restarted the connection is still blocked. This commit adds
some fault tolerance mechanisms to automatically reconnect the socket as soon
as it is available again.
http://cgit.osmocom.org/libosmo-abis/commit/?id=81557570344e68916cb328bcfde…
commit 81557570344e68916cb328bcfdeb8ee4a8bc9d0a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Nov 16 14:06:36 2016 +0100
unixsocket: Ensure superchannel is disabled for new connections
When the BSC is shut down or disconnected it may happen that the
SIU stays in superchannel mode, while the BTS is falling back
into its normal communication mode. This causes a permanent
link failure because the SIU is still trying to reconnect on
the superchannel.
This patch ensures that for every new connection the superchannel
is taken down by default. If the connection was still good, SIU
and BTS will switch back to normal mode together. If not. The
SIU will switch back alone while the BTS is already switched
back by itsself.
http://cgit.osmocom.org/libosmo-abis/commit/?id=b015078de38edb22285bc9c533c…
commit b015078de38edb22285bc9c533cfde7418b9a87c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 1 22:05:13 2016 +0100
add basic unixsocket support
Allow to connect to a unix socket for communicating with LAPD.
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
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 "Osmocom A-bis protcol interface library".
The branch, pmaier/siu_2 has been deleted
was 7ff820f8558ea8284147a7392d42de6c89199d18
-----------------------------------------------------------------------
7ff820f8558ea8284147a7392d42de6c89199d18 unixsocket: introduce a version/datacontrol header (2byte)
-----------------------------------------------------------------------
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 "Osmocom A-bis protcol interface library".
The branch, pmaier/siu has been deleted
was fb0fa6d8224aa453126e234bb5ff389f27ae898a
-----------------------------------------------------------------------
fb0fa6d8224aa453126e234bb5ff389f27ae898a WIP: Adding 2 byte header to unixsocket payload
-----------------------------------------------------------------------
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 "Osmocom A-bis protcol interface library".
The branch, pmaier/siu_2 has been created
at 7ff820f8558ea8284147a7392d42de6c89199d18 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=7ff820f8558ea8284147a7392d4…
commit 7ff820f8558ea8284147a7392d42de6c89199d18
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Feb 21 15:30:05 2017 +0100
unixsocket: introduce a version/datacontrol header (2byte)
The ALT TC/Superchannel switch requires a seperate side channel. By introducing a header this
can be done in a clean way. So every packet gets
- 1 byte version
- 1 byte data or control
Change-Id: I0b601b67450b93291b2c2bcec5b0919050e18791
http://cgit.osmocom.org/libosmo-abis/commit/?id=3dd0bca2e58d18393e1892da25c…
commit 3dd0bca2e58d18393e1892da25c5c8eb0c619125
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 1 13:51:03 2017 +0100
lapd: Reduce N200 (SABM retransmission count)
N200 is set to 300, which turned out to be uncomfortably high, the
commit reduces the value to 50
http://cgit.osmocom.org/libosmo-abis/commit/?id=7c13c4f31d605284395e871babf…
commit 7c13c4f31d605284395e871babffec1bc760fa0b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:17:33 2016 +0100
lapd: Improve log output
Add pointer address output to the sap alloc/free functions in
order to track the objects later in the debug output (we have three
of them)
http://cgit.osmocom.org/libosmo-abis/commit/?id=d14405c268c9cc8f623e16b1f3c…
commit d14405c268c9cc8f623e16b1f3ce9810603a5eb3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Dec 5 19:45:37 2016 +0100
unixsocket: make socket connection fault tolerant
When the l2tpd is killed, the unix socket will permanently loose the connection,
even if l2tpd is restarted the connection is still blocked. This commit adds
some fault tolerance mechanisms to automatically reconnect the socket as soon
as it is available again.
http://cgit.osmocom.org/libosmo-abis/commit/?id=81557570344e68916cb328bcfde…
commit 81557570344e68916cb328bcfdeb8ee4a8bc9d0a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Nov 16 14:06:36 2016 +0100
unixsocket: Ensure superchannel is disabled for new connections
When the BSC is shut down or disconnected it may happen that the
SIU stays in superchannel mode, while the BTS is falling back
into its normal communication mode. This causes a permanent
link failure because the SIU is still trying to reconnect on
the superchannel.
This patch ensures that for every new connection the superchannel
is taken down by default. If the connection was still good, SIU
and BTS will switch back to normal mode together. If not. The
SIU will switch back alone while the BTS is already switched
back by itsself.
http://cgit.osmocom.org/libosmo-abis/commit/?id=b015078de38edb22285bc9c533c…
commit b015078de38edb22285bc9c533cfde7418b9a87c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 1 22:05:13 2016 +0100
add basic unixsocket support
Allow to connect to a unix socket for communicating with LAPD.
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom A-bis protcol interface library