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 c9fa25e8316b8af3e9f11b9e79368092df466972 (commit)
from 4c4a1c2035cd884d300fc0a04cb9995b16eade62 (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=c9fa25e8316b8af3e9f11b9e793…
commit c9fa25e8316b8af3e9f11b9e79368092df466972
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 9 13:23:15 2017 +0100
handle_ts1_read(): log sign_link() error
Change-Id: I95779ee8590ab16b7af4ad2c79ede68da3a12e5a
-----------------------------------------------------------------------
Summary of changes:
src/input/ipaccess.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via df75195666526d4ccd7e2e05c59db47fd02f9692 (commit)
from b76043e6f467bfba62c2c24a8d8553938d9205c1 (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=df75195666526d4ccd7e2e05c59db47…
commit df75195666526d4ccd7e2e05c59db47fd02f9692
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 9 13:37:02 2017 +0100
scheduler: log lchan on which prim error occured
Log both lchan and trx_chan_type (using introduced value_string).
Change-Id: I80c581b54eeee371ee524a75a400d1e9ece16c68
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/scheduler.h | 4 ++++
src/common/scheduler.c | 53 ++++++++++++++++++++++++++++++++++++++++----
2 files changed, 53 insertions(+), 4 deletions(-)
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, neels/vlr has been updated
discards a655c503d4702eecadafe31e8176c2bf1c18216a (commit)
discards e8ed35b703501be8c7b2152a8844425c39027215 (commit)
discards 66278bee1f2d7afd2bbb7d1c5bedba8837fdb696 (commit)
discards eb85df2173587ebcf4c3af430c579fc585cd9f86 (commit)
discards a9aa0cf56abb590d738c54f41b50daee7e5c7a08 (commit)
discards 995d454a220e10cad5a6760f1385d232da5d4507 (commit)
discards 4eef2ddc2ebee2c393b32adc1ef212860d27435b (commit)
via 7e286d6991b4b44965d9705a7d4528f5274dccba (commit)
via dc3e41adad141c849e539ea2509ae035cabd6918 (commit)
via 6912f9d0b9d5eb81b6ef36bb23bc8b5ce910512a (commit)
via 7c929a7c3fb9bfb10322ca0a9e62ef9e6d921346 (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 (a655c503d4702eecadafe31e8176c2bf1c18216a)
\
N -- N -- N (7e286d6991b4b44965d9705a7d4528f5274dccba)
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=7e286d6991b4b44965d9705a7d4528f5…
commit 7e286d6991b4b44965d9705a7d4528f5274dccba
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 10 00:49:56 2017 +0100
gprs_subscriber
Change-Id: I9beafef297ee59ce358cf041ad152952ab14e608
http://cgit.osmocom.org/openbsc/commit/?id=dc3e41adad141c849e539ea2509ae035…
commit dc3e41adad141c849e539ea2509ae035cabd6918
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 9 22:02:21 2017 +0100
bsc_subscriber
Change-Id: Ia61cc00e8bb186b976939a4fc8f7cf9ce6aa3d8e
http://cgit.osmocom.org/openbsc/commit/?id=6912f9d0b9d5eb81b6ef36bb23bc8b5c…
commit 6912f9d0b9d5eb81b6ef36bb23bc8b5ce910512a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 9 22:03:34 2017 +0100
neutralize gsm_subscriber: remove imsi, tmsi
Change-Id: I0b8a14510ed1fc1605901004c139c3ab2fe32768
http://cgit.osmocom.org/openbsc/commit/?id=7c929a7c3fb9bfb10322ca0a9e62ef9e…
commit 7c929a7c3fb9bfb10322ca0a9e62ef9e6d921346
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 9 22:08:53 2017 +0100
disable old HLR db
Change-Id: If46a7e75fc48c2f6ebc9ace68e3f3055859b558d
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_subscriber.c | 2 +-
openbsc/src/libbsc/bsc_subscriber.c | 4 +-
openbsc/src/libcommon/gsm_subscriber_base.c | 39 +++++++++---
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 17 ++++-
openbsc/tests/sgsn/sgsn_test.c | 30 ++++++++-
openbsc/tests/sgsn/sgsn_test.ok | 8 +++
openbsc/tests/subscr/subscr_test.c | 96 ++++++++++++++++++++++++-----
openbsc/tests/subscr/subscr_test.ok | 8 +++
8 files changed, 171 insertions(+), 33 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 87218edb9acedb0eb797c47357bac472eacd8c29 (commit)
from d02c8af6ccb73a18dba5d09112730246d05c187d (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=87218edb9acedb0eb797c47357ba…
commit 87218edb9acedb0eb797c47357bac472eacd8c29
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 9 14:24:03 2017 +0100
LAPD: improve logging
Log error cause and state names in case of SABM errors.
Change-Id: I2c7fa276e03f8b14ba41cc1fb6e19d0aae77d127
-----------------------------------------------------------------------
Summary of changes:
src/gsm/lapd_core.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 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, master has been updated
via b76043e6f467bfba62c2c24a8d8553938d9205c1 (commit)
from de6d25e21d9a2e553fe53c50f2a9f372a28eeb16 (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=b76043e6f467bfba62c2c24a8d85539…
commit b76043e6f467bfba62c2c24a8d8553938d9205c1
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Tue Jan 10 10:18:24 2017 +0100
DTX: fix SID-FIRST detection
Max's note: made similar modification to osmo-bts-sysmo/tch.c
Change-Id: I76e62783b73803dfc0d32693a68020a9d89878b8
Related: OS#1801
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/tch.c | 2 +-
src/osmo-bts-sysmo/tch.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via d02c8af6ccb73a18dba5d09112730246d05c187d (commit)
from 85908a9c2f218b6665b8e90005b900c74875e806 (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=d02c8af6ccb73a18dba5d0911273…
commit d02c8af6ccb73a18dba5d09112730246d05c187d
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Tue Jan 10 10:23:56 2017 +0100
DTX: fix AMR SID-FIRST detection
Max's note: adjusted test output.
Change-Id: I46477c631bf86345cb757f31d7f2e2935b12adcc
Related: OS#1801
-----------------------------------------------------------------------
Summary of changes:
src/codec/gsm690.c | 4 ++--
tests/codec/codec_test.ok | 4 ++--
2 files changed, 4 insertions(+), 4 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 8e01a9d06fbabadf1621cb5592b3f6d1026d92d2 (commit)
from c122abf12dcf70fdaa0c4145d14c07ec1e899a75 (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-gsm-manuals/commit/?id=8e01a9d06fbabadf1621cb5…
commit 8e01a9d06fbabadf1621cb5592b3f6d1026d92d2
Author: ikostov <ikostov(a)sysmocom.de>
Date: Fri Jan 6 14:34:45 2017 +0100
SGSN: add Auth. policy, NS Statistics and BSSGP state examples, tweaks
Add semicoli in fig-gprs-pcubts digraph.
Remove section from GMM Implementation about non-existence of HLR.
The SGSN can access osmo-hlr via GSUP (and will have to do so in the
libvlr future).
Change-Id: I0164f418e453672321eed00bbc454c1e223ea158
-----------------------------------------------------------------------
Summary of changes:
OsmoSGSN/chapters/configuration.adoc | 37 ++++++++++++++++++++++++++++++++++++
OsmoSGSN/chapters/overview.adoc | 28 ++++++++++-----------------
common/chapters/gb.adoc | 28 ++++++++++++++++++++++++---
3 files changed, 72 insertions(+), 21 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via c122abf12dcf70fdaa0c4145d14c07ec1e899a75 (commit)
from deeadd7d434ef959e208b3cdc3127b58eb08493f (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-gsm-manuals/commit/?id=c122abf12dcf70fdaa0c414…
commit c122abf12dcf70fdaa0c4145d14c07ec1e899a75
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Dec 23 10:26:33 2016 +0100
Describe how to run multiple instances of osmo-nitb and osmo-bts
Change-Id: I69adeef85adda6f08b31b7d176f51e16968c1435
-----------------------------------------------------------------------
Summary of changes:
OsmoBTS/chapters/configuration.adoc | 29 +++++++++++++++++++++++
OsmoNITB/chapters/running.adoc | 46 ++++++++++++++++++++++++++++++++++++-
2 files changed, 74 insertions(+), 1 deletion(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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, master has been updated
via de6d25e21d9a2e553fe53c50f2a9f372a28eeb16 (commit)
from 4723a195081f0f9ff561e360620ee0ade50a2b39 (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=de6d25e21d9a2e553fe53c50f2a9f37…
commit de6d25e21d9a2e553fe53c50f2a9f372a28eeb16
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 10 17:18:05 2017 +0100
Remove obsolete define TLVP_PRES_LEN
The libosmocore version required by configure.ac already has
TLVP_PRES_LEN anyway.
Change-Id: I3e33d9d1a6160ea17ab0a875c65a98129e3d19c1
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 5 -----
1 file changed, 5 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 85908a9c2f218b6665b8e90005b900c74875e806 (commit)
from ebcf02de6cb40bc035c2e94bd6929ffa9a61ed78 (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=85908a9c2f218b6665b8e90005b9…
commit 85908a9c2f218b6665b8e90005b900c74875e806
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 10 17:49:23 2017 +0100
Add value strings for Probable Cause Type
Add string representation of Probable Cause Type from 3GPP TS 12.21 §
9.4.43.
Change-Id: I9fe14ed3b5398f59dd06a509e4d419e074cc20a7
Related: OS#1615
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 2 ++
src/gsm/abis_nm.c | 7 +++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 10 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications