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 "SCCP Library".
The branch, master has been updated
via 485a1be9d8fc29d743767e733dfc6b16efa77a31 (commit)
from 52d1ee96173bf8a48622f68c704ae957d3a69c55 (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-sccp/commit/?id=485a1be9d8fc29d743767e733df…
commit 485a1be9d8fc29d743767e733dfc6b16efa77a31
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 15 23:25:21 2017 +0200
Fix SCCP client crash on xUA server (STP) disconnect
When the server (STP) disappears from a live SCCP client,
then the xUA default layer manager receives LM_E_SCTP_DISC_IND,
which is traversing retart_asp(). In there, we first terminate
the current instance of the layer manager FSM, and then re-initialize
the ASP to use the default layer manager using
osmo_ss7_asp_use_default_lm().
However, osmo_ss7_asp_use_default_lm() uses the presence of an
asp->lm_priv pointer as a sign that the old layer manager is still
running and attempts to terminate it - despite being terminated
just before in restart_as().
So let's simply remove the termination from restart_asp(), and
leave it to osmo_ss7_asp_use_default_lm().
Fixes: OS#2402
Change-Id: I062d3af17539de864b56d079fe9b8d76ad99cf1e
-----------------------------------------------------------------------
Summary of changes:
src/xua_default_lm_fsm.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
SCCP 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 "SCCP Library".
The branch, master has been updated
via 52d1ee96173bf8a48622f68c704ae957d3a69c55 (commit)
from 3219e52dcf6e771bd03ad4abc3823422edb6e5fe (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-sccp/commit/?id=52d1ee96173bf8a48622f68c704…
commit 52d1ee96173bf8a48622f68c704ae957d3a69c55
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Aug 15 10:45:34 2017 +0200
vty: fix (null) string in vty config
The asp->cfg.remote.host is allowed to be NULL in cases where the
localhost is used.
Check if asp->cfg.remote.host is NULL when writing the config file
and omit it when it is set to NULL.
Change-Id: I18f79cc4d4f1db8f2858e8e95098c5821d50594f
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7_vty.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
SCCP 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 69ec4a419edee4f00a104c59a78b530eaf85382a (commit)
from 506a7f98b22076576ae3b438981250a97b6dd739 (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=69ec4a419edee4f00a104c59a78b530…
commit 69ec4a419edee4f00a104c59a78b530eaf85382a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Aug 14 16:38:54 2017 +0200
octphy: implement support for dynamic timeslots
Implement API functions bts_model_ts_connect() and
bts_model_ts_disconnect() in order to support dynamic timeslot
allocation.
Change-Id: Ia109d4bfade7bc28442127581f4bb0289146ea71
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 27 +++++++++--
src/osmo-bts-octphy/l1_oml.c | 112 +++++++++++++++++++++++++++++++++++++++----
2 files changed, 126 insertions(+), 13 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 "UNNAMED PROJECT".
The branch, master has been updated
via 0b1b6b1f1ed14269c678970794decda4975eae40 (commit)
from 84201d3a4b6b745cfdb4aa3c9fb5d3e04859f89a (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=0b1b6b1f1ed14269c678970794decda…
commit 0b1b6b1f1ed14269c678970794decda4975eae40
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 15:05:03 2017 +0200
jenkins.sh: Proper error message if local environment isn't set up
Change-Id: I5251ba148f36014f70ce2838caff70062c1a3db1
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 7 +++++++
1 file changed, 7 insertions(+)
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 "CI scripts".
The branch, master has been updated
via 315944495c088cadb9752ac219b993f440df82f8 (commit)
via a0d34c1b8dea0d793ab61cb5ff9deb352928dd95 (commit)
from efcf6881a205df5b110d859191cfd1ea3fe8a48d (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-ci/commit/?id=315944495c088cadb9752ac219b993f4…
commit 315944495c088cadb9752ac219b993f440df82f8
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Aug 15 15:27:43 2017 +0200
add jenkins job builder files for osmocom-nightly-nitb-split.sh
jenkins job builder is a python library to write jenkins jobs in .yml or
.json including templating and basic substition operation.
To update the job call:
Create your own jenkins_jobs.ini based on the exmaple and call
jenkins-jobs --conf ./jenkins_jobs.ini update osmocom-nightly-nitb-split.yml
Change-Id: Ie7c655c6e0e3761e7970e479cadb5ae14faa2c1c
http://cgit.osmocom.org/osmo-ci/commit/?id=a0d34c1b8dea0d793ab61cb5ff9deb35…
commit a0d34c1b8dea0d793ab61cb5ff9deb352928dd95
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Thu Aug 3 19:51:52 2017 +0000
create osmocom-nightly-nitb-split.sh based on osmocom-nightly-packages.sh
Create a snapshot of the nitb split and upload it to OBS.
Change-Id: I8bf9fce1547e98c44b62a693ac4aaa4beed1aef9
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
scripts/jenkins_jobs.ini.example | 6 ++
scripts/osmocom-nightly-nitb-split.sh | 119 +++++++++++++++++++++++++++++++++
scripts/osmocom-nightly-nitb-split.yml | 20 ++++++
4 files changed, 146 insertions(+)
create mode 100644 scripts/jenkins_jobs.ini.example
create mode 100755 scripts/osmocom-nightly-nitb-split.sh
create mode 100644 scripts/osmocom-nightly-nitb-split.yml
hooks/post-receive
--
CI scripts
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 e03d8a0c979e1e442110a391491ae3c9bcc495ea (commit)
from 1aef9a6e1f12d8c710d21a9e8abf688dd81b350a (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=e03d8a0c979e1e442110a391491ae3c…
commit e03d8a0c979e1e442110a391491ae3c9bcc495ea
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Aug 15 12:19:45 2017 +0000
hnbgw_cn.c: use new signature of osmo_sccp_addr_name(osmo_ss7_instance *ss7, osmo_sccp_addr *addr)
libosmo-sccp introduce the new signature in
564ff618004b ("sccp: make osmo_sccp_addr_name() available")
Change-Id: I5c9abba321ec182d293c33bcffea3462f8717045
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "A/B/C Netz".
The branch, eric has been updated
via 901c0d854f97f76e03ceacb6cbf8ed19e8a56754 (commit)
from 5b0f3d4ae4874660f0cf0c5b56a0774e7de865d7 (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-analog/commit/?id=901c0d854f97f76e03ceacb6c…
commit 901c0d854f97f76e03ceacb6cbf8ed19e8a56754
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Tue Aug 15 18:22:33 2017 +0200
hack 2:
disable time stamps on SDR TX data
-----------------------------------------------------------------------
Summary of changes:
src/common/uhd.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
hooks/post-receive
--
A/B/C Netz
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, master has been updated
via e6222ef1acc9947dba82898a2371f48e4f3848e1 (commit)
from 93ee0937ef7fecf8a25549eb123352ca1c52e63e (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=e6222ef1acc9947dba82898a2371f48e…
commit e6222ef1acc9947dba82898a2371f48e4f3848e1
Author: Keith <keith(a)rhizomatica.org>
Date: Mon Aug 14 15:11:57 2017 +0200
LIBMSC: Use sms->text, not sms->user_data to construct report body
gsm_04_11.c sms_report_alloc()
Use the sms->text, not the sms->user_data to construct the report body.
This also prevents the potential output of non printable characters to
the log and or vty.
Change-Id: Id51bc9483ad6f52d6da74135605cfd12434c7c96
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 93ee0937ef7fecf8a25549eb123352ca1c52e63e (commit)
from e4290b1501db82e47d5ae2bbd179c01e092de7bd (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=93ee0937ef7fecf8a25549eb123352ca…
commit 93ee0937ef7fecf8a25549eb123352ca1c52e63e
Author: Keith <keith(a)rhizomatica.org>
Date: Mon Aug 14 15:06:33 2017 +0200
LIBMSC: Place correct dst address in status report
gsm_04_11.c: gsm340_gen_sms_status_report_tpdu()
When we construct the status report PDU, use sms->src
instead of sms->dst as the destination address
This way we tell the MS that the message was delivered
to the destination and not to itself.
This is relevant for phones that display a textual
representation of the delivery report.
Change-Id: I2d4f87ac777465de9bfb5a775a789a2691755ee9
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 506a7f98b22076576ae3b438981250a97b6dd739 (commit)
from fb78397cbdc652a24a7b9d0487f761ccde21728a (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=506a7f98b22076576ae3b438981250a…
commit 506a7f98b22076576ae3b438981250a97b6dd739
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Aug 15 14:54:45 2017 +0200
osmo-bts-trx: Enable osmotrx tx-attenuation oml by default
There are currently two ways to specify power reductions to be sent to
osmo-trx from osmo-bts-trx:
* osmotrx tx-attenuation oml
* osmotrx tx-attenuation <0-50>
None of them is enabled by default, which means if none of them is
specified in the config file of osmo-bts-trx, SETPOWER cmd won't be sent
to osmo-trx, which in turn won't turn on the transciever.
Let's enable osmo tx-attenuation oml by default and leave it up to the
bsc to decide which power reduction to use. If the user wants to
configure a specific tx-attentuation, it can still do so in exactly the
same way he used to do it.
Change-Id: Ia8640751630ee37e5f5d1f470bad892a08e80654
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/main.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)