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 b4718fd233a00a950cef1965d13afccd6c6c0e77 (commit)
from b214af5360439ebd36f5ae3439acacdaf3055433 (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=b4718fd233a00a950cef1965d13a…
commit b4718fd233a00a950cef1965d13afccd6c6c0e77
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 24 11:28:35 2017 +0100
Improve get_rate_ctr() error handling
Report back expected interval values.
Change-Id: I05ca7f716342af4f7424b28216ed6c1bf2bd589f
Related: OS#2550
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 2 +-
1 file changed, 1 insertion(+), 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 "Osmocom code for Iuh interface".
The branch, master has been updated
via b593969dd790722935949191ef06226141b9d9fa (commit)
from 2af648f443257284d994ea6d79d9554ed866dfa6 (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-iuh/commit/?id=b593969dd790722935949191ef06226…
commit b593969dd790722935949191ef06226141b9d9fa
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 23 00:40:04 2017 +0100
cosmetic: osmo-hnbgw: log remote SCCP addresses on startup
Change-Id: I6395dcde35359617cae52ff59d4eb53930097c7d
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
Osmocom code for Iuh interface
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 code for Iuh interface".
The branch, master has been updated
via 2af648f443257284d994ea6d79d9554ed866dfa6 (commit)
from c6ed1c3ae8a34688a31cfa43e033e2e6ac73bf13 (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-iuh/commit/?id=2af648f443257284d994ea6d79d9554…
commit 2af648f443257284d994ea6d79d9554ed866dfa6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 23 00:39:53 2017 +0100
osmo-hnbgw: auto-config local and remote PCs if omitted
The current default point-code for OsmoMSC is 0.23.1 and for OsmoSGSN 0.23.4.
See https://osmocom.org/projects/cellular-infrastructure/wiki/Point_Codes.
Before this patch, osmo-hnbgw requires a cs7 config and explicit point-codes
for MSC and SGSN as well as a local one. Provide default config if none is
provided:
Use above default point-codes if no MSC and/or SGSN address are provided. Also
create a default cs7 instance with local PC 0.23.5.
This allows completely omitting cs7 instance and SCCP addresses from
osmo-hnbgw.cfg in a single-box setup.
Change-Id: I056547f26858d3ad52e66a15f7a4273dcc300e97
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 Open Source GSM Base Band stack".
The branch, master has been updated
via 7b64e7dbe9b0d96e53bf2dec243e9af9b2e274ec (commit)
from 0fcd1c147b3f83efe5def03f954f85a685fafea5 (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/osmocom-bb/commit/?id=7b64e7dbe9b0d96e53bf2dec243e9…
commit 7b64e7dbe9b0d96e53bf2dec243e9af9b2e274ec
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Nov 24 20:23:54 2017 +0700
mobile/vty_interface.c: fix Kc / Ki confusion
Change-Id: Ibbd1d080896b5cadc3d4281fe8f839a103a35088
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/vty_interface.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 b214af5360439ebd36f5ae3439acacdaf3055433 (commit)
from 52a38ddfde38afcbfa0fd57d1286aaf238dfffcd (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=b214af5360439ebd36f5ae3439ac…
commit b214af5360439ebd36f5ae3439acacdaf3055433
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 24 13:51:57 2017 +0100
ctrl: log incorrect interval values
This should never happen with the current code, but if it ever does, we
should log the error instead of silently returning 0.
Change-Id: I544001d3072e5f12a96a67e4178f9b945c5f6b6c
Related: OS#2550
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 11 +++++++----
1 file changed, 7 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, users/kluchnikov/wip-handover has been created
at 254a94ea9d3a25e2f48fc3cd772413e252ac87c2 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=254a94ea9d3a25e2f48fc3cd772413e2…
commit 254a94ea9d3a25e2f48fc3cd772413e252ac87c2
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Sep 13 13:41:09 2017 +0300
handover: Implement proper handover procedure handling at any stage of the call
Change-Id: Ia7e95e5e0c8c1c4218dab52a4020912bd3d327f6
http://cgit.osmocom.org/openbsc/commit/?id=0ca2faafe03fd80baedd380d8b627fd5…
commit 0ca2faafe03fd80baedd380d8b627fd59c1565ce
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Sep 13 13:55:23 2017 +0300
transaction: Add new function trans_find_by_lchan
Change-Id: I37100a925cb89b850684e08bf1e97550d90f3eee
http://cgit.osmocom.org/openbsc/commit/?id=131376c76fff758e4140cf91fe708090…
commit 131376c76fff758e4140cf91fe708090049278a8
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Sep 5 16:11:35 2017 +0300
Move ho_detect to gsm_04_08 and move audio switch to proper place
Change-Id: I36e9ba7a5ee94f879c9d89605a316ca264bbe2ac
-----------------------------------------------------------------------
hooks/post-receive
--
Legacy: 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 52a38ddfde38afcbfa0fd57d1286aaf238dfffcd (commit)
from f9b1e5556a43738322b8a566beec7bc93d120fdd (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=52a38ddfde38afcbfa0fd57d1286…
commit 52a38ddfde38afcbfa0fd57d1286aaf238dfffcd
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 23 20:34:02 2017 +0100
Ctrl: add rate counter group introspection
Before user have to know group name and index in advance to request rate
counter value. Introduce introspection function which allows user to
obtain all the groups and their indexes by requesting 'rate_ctr.*'
variable.
This simplifies KPI dumping over ctrl interface.
Change-Id: Ifad8b4f0360c8bcd123a838676516476e84c246a
Related: OS#2550
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 33eeeef9dcfb3103ddbbac756088825d38ce5f53 (commit)
from 33cbde9ced8f16181c6f71a4a890f4dc0976ba63 (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-hlr/commit/?id=33eeeef9dcfb3103ddbbac756088825…
commit 33eeeef9dcfb3103ddbbac756088825d38ce5f53
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 23 16:56:24 2017 +0100
Remove unused check
We do not test on FreeBSD in jenkins anymore.
Change-Id: I1578306244f6ee218e464a6c378ff60605cf1d5c
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 6 ++----
1 file changed, 2 insertions(+), 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via d05da3e68d10abb3c8a7fadbf09da362f11027e3 (commit)
from 066a95dec529c3fc5c77e186a0f25ca613e74ff5 (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/python/osmo-python-tests/commit/?id=d05da3e68d10abb…
commit d05da3e68d10abb3c8a7fadbf09da362f11027e3
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 23 14:46:07 2017 +0100
Add git-review config
Change-Id: I2359e960eda1f9c941fab22b50ebe56242149c78
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
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 f9b1e5556a43738322b8a566beec7bc93d120fdd (commit)
from ebd3cddb4c75b284b0d3345ab81980f8f4b44b62 (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=f9b1e5556a43738322b8a566beec…
commit f9b1e5556a43738322b8a566beec7bc93d120fdd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 23 22:30:36 2017 +0100
gsmtap.h: Introduce new GSMTAP type for LTE NAS messages
Change-Id: I6e1274f17e2d9d2eee16481940642216ca96e3e3
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/gsmtap.h | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications