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 d22b5b84c0ac656da47d7bc83e9a4b954d766ed6 (commit)
from d5fdcfe6d95f52fb76c4f4201969347a062fc9fd (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=d22b5b84c0ac656da47d7bc83e9a4b9…
commit d22b5b84c0ac656da47d7bc83e9a4b954d766ed6
Author: Max <msuraev(a)sysmocom.de>
Date: Mon May 29 16:23:02 2017 +0200
Re-add version to phy_instance
This is resubmission of 9eeb0b1a136fc8c24a86cb4d832c264674c10db0 with
errorneous use of talloc_asprintf() removed which should fix OS#2316.
Change-Id: I02ae6fffdc808c1ea14185dbb4a720d27a62d4bb
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 2 +-
src/osmo-bts-octphy/l1_oml.c | 5 +++--
src/osmo-bts-sysmo/l1_if.c | 4 ++++
3 files changed, 8 insertions(+), 3 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, master has been updated
via c51c1e795091ba7663a2303bda48cb12fa327c19 (commit)
via 33e1357a903dad41745df4b5b7284e80ce542ecb (commit)
from 4a824ca8fcf13427d1560b2c866da2a2d82e3692 (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=c51c1e795091ba7663a2303bda48cb12…
commit c51c1e795091ba7663a2303bda48cb12fa327c19
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 6 15:40:40 2017 +0200
Request and parse BTS feature list via OML
Request features supported by BTS when getting attributes over OML.
Change-Id: Ic35b2865998bca3c2c0cb4b77e4e73d12e08bd7e
Related: OS#1614
http://cgit.osmocom.org/openbsc/commit/?id=33e1357a903dad41745df4b5b7284e80…
commit 33e1357a903dad41745df4b5b7284e80ce542ecb
Author: Max <msuraev(a)sysmocom.de>
Date: Mon May 29 11:48:29 2017 +0200
Get TRX attributes
Request per-TRX attributes in addition to BTS attributes.
Change-Id: I2b61131b9930afd03357c0b66947ee856d58cc46
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/libbsc/abis_nm.c | 136 +++++++++++++++++++++++-------
openbsc/src/libbsc/bsc_init.c | 16 ++--
openbsc/src/libcommon/gsm_data_shared.c | 1 +
4 files changed, 117 insertions(+), 37 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via d5fdcfe6d95f52fb76c4f4201969347a062fc9fd (commit)
from e3a3906ee9b7e1a6d4a3af05cd34a9da4a62e33e (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=d5fdcfe6d95f52fb76c4f4201969347…
commit d5fdcfe6d95f52fb76c4f4201969347a062fc9fd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 16:47:42 2017 +0200
measurement: fix measurement computation
Timing advance is currently not taken into account when computing
the measurement results, this commit fixes that
Change-Id: I2e0dfd13b53e8aa2822985f12bf2985e683ab553
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/measurement.h | 3 +++
src/common/measurement.c | 51 ++++++++++++++++++++++++++++++++++++++++++
src/common/rsl.c | 3 ++-
3 files changed, 56 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 "The OpenGGSN project".
The branch, master has been updated
via 283188790bb1b3af673d4edbd56ff649b7464e1e (commit)
from 3142d8d30ba0056f405d1d9aed83d7b62e9464d4 (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/openggsn/commit/?id=283188790bb1b3af673d4edbd56ff64…
commit 283188790bb1b3af673d4edbd56ff649b7464e1e
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 16 17:03:02 2017 +0200
libgtp: improve error logging and propagation
* propagate error code from gtp_new() to caller instead of always
returning -1
* on socket-related failures log explicitly which kind of socket caused
error
* log expected GTP version for unexpected packets
Change-Id: Ie07f1e4246eb178838b7df21946a08a1f60f2084
related: SYS#3610
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
hooks/post-receive
--
The OpenGGSN 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 0ec7e35184769ad843a03fc9fda2e0357a281796 (commit)
via d2db10c45cbc01592873b5ed1ec40d5702a5f800 (commit)
from c5b8d939ead2dc57be9cce147b0ab9c833e74035 (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=0ec7e35184769ad843a03fc…
commit 0ec7e35184769ad843a03fc9fda2e0357a281796
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 9 13:51:07 2017 +0100
osmo-sgsn: fix arrow tips in flow diagrams
The arrow style used to desribe the flowcharts in gsup.adoc does not match
the arrow style used in the protocol descriptions which are included from
the common directory (gb.adoc, control_if.adoc, oap.adoc). This patch changes
the arrow style to match the already existing common parts.
Change-Id: I7faa0c97ee3705a64289a47bc63f311d05f988b3
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=d2db10c45cbc01592873b5e…
commit d2db10c45cbc01592873b5ed1ec40d5702a5f800
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 8 15:37:25 2017 +0100
osmo-nitb: Update VTY command reference
Change-Id: Ia4c2d71eeca853ef277e802e9e8e200eb3414bca
-----------------------------------------------------------------------
Summary of changes:
OsmoNITB/vty/nitb_vty_additions.xml | 8 +-
OsmoNITB/vty/nitb_vty_reference.xml | 1430 +++++++++++++++++++++++++----------
OsmoSGSN/chapters/gsup.adoc | 74 +-
3 files changed, 1082 insertions(+), 430 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 4a824ca8fcf13427d1560b2c866da2a2d82e3692 (commit)
from aef68387ae6d78df948a6b2b3a61050c4f192c5e (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=4a824ca8fcf13427d1560b2c866da2a2…
commit 4a824ca8fcf13427d1560b2c866da2a2d82e3692
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 29 13:54:27 2017 +0200
don't re-implement osmo_talloc_replace_string()
osmo_talloc_replace_string() was introducd into libosmocore in 2014, see
commit f3c7e85d05f7b2b7bf093162b776f71b2bc6420d
There's no reason for us to re-implement this as bsc_replace_string
here.
Change-Id: I6d2fcaabbc74730f6f491a2b2d5c784ccafc6602
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/vty.h | 1 -
openbsc/src/libbsc/bsc_vty.c | 2 +-
openbsc/src/libcommon-cs/common_cs_vty.c | 4 ++--
openbsc/src/libcommon/common_vty.c | 8 --------
openbsc/src/libmgcp/mgcp_vty.c | 24 ++++++++++++------------
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 18 +++++++++---------
openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 28 ++++++++++++++--------------
openbsc/tests/mgcp/mgcp_test.c | 2 +-
11 files changed, 42 insertions(+), 51 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 3f066dde8ffa78a4550925aa3a4a88ac7f6076e6 (commit)
from 6789ba35a6de52c791a9823b3b4409ec252b804d (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=3f066dde8ffa78a4550925aa3a4a…
commit 3f066dde8ffa78a4550925aa3a4a88ac7f6076e6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 29 15:59:03 2017 +0200
Update L3 protocol discriminator definitions
Change-Id: Ia699d3494b93b7f88c36338e4960b35c42a29b9c
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 8 +++++---
1 file changed, 5 insertions(+), 3 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 6789ba35a6de52c791a9823b3b4409ec252b804d (commit)
from 43058efa939f36069cdac82f356bdc94ee10d0fc (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=6789ba35a6de52c791a9823b3b44…
commit 6789ba35a6de52c791a9823b3b4409ec252b804d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed May 31 02:47:43 2017 +0200
osmo_{fr,hr}_check_sid(): Use const input argument
Change-Id: If779cce63f06a18d4f3b0cb3d6dd7a99aa52a646
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/codec/codec.h | 4 ++--
src/codec/gsm610.c | 4 ++--
src/codec/gsm620.c | 4 ++--
3 files changed, 6 insertions(+), 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 43058efa939f36069cdac82f356bdc94ee10d0fc (commit)
from 3851e8ea7af8212c6bd86d870277eb1c238b6e78 (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=43058efa939f36069cdac82f356b…
commit 43058efa939f36069cdac82f356bdc94ee10d0fc
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Thu Apr 27 10:11:31 2017 -0400
Fix wrongful GSM FR codec SID frame detection in DTX.
Based on ETSI TS 101 318 section 5.1.2 the 95 bits SID code word
is not detected correctly due to a wrongful offset in the bits
location indexes.
Change-Id: I45d98c6edf267f313883503a65385190ffbc65ca
-----------------------------------------------------------------------
Summary of changes:
src/codec/gsm610.c | 20 ++++++++++----------
tests/codec/codec_test.ok | 17 +++++++++++++++++
tests/testsuite.at | 1 -
3 files changed, 27 insertions(+), 11 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 3851e8ea7af8212c6bd86d870277eb1c238b6e78 (commit)
from 0d49f47aeb5a38273c4a356dc4780e3819747d60 (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=3851e8ea7af8212c6bd86d870277…
commit 3851e8ea7af8212c6bd86d870277eb1c238b6e78
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed May 31 02:42:46 2017 +0200
introduce proper test case for GSM FR detection
our code is actually wrong, so let's skip the test until the fix is
applied in a follow-up patch.
Change-Id: I710c7871f959671deb3d18ab9062588f3056fd7c
-----------------------------------------------------------------------
Summary of changes:
tests/codec/codec_test.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++
tests/testsuite.at | 1 +
2 files changed, 98 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications