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 "Firmware for the OpenPCD and SIMtrace hardware".
The branch, master has been updated
via dc2983d907a4676114eee74536ed71574571389f (commit)
from 5176342acfe562de6f735b3744a2d41c1e0b763a (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/openpcd/commit/?id=dc2983d907a4676114eee74536ed7157…
commit dc2983d907a4676114eee74536ed71574571389f
Author: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
Date: Wed Oct 4 14:18:43 2017 +0200
firmware: Makefiles: enable changing toolchain
Without that the user was expected to either patch
the Makefiles or to get a toolchain with the arm-elf-
prefix.
Change-Id: I0c362cde7afd6de025e8fe2c1e9abe3d3a1e04a6
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
-----------------------------------------------------------------------
Summary of changes:
firmware/Makefile | 13 +++++++------
firmware/Makefile.dfu | 13 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)
hooks/post-receive
--
Firmware for the OpenPCD and SIMtrace hardware
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 ee497f245e78929ddb69ba1f06d27bcc886f6597 (commit)
from b697df0c4a008b80aad750e42947363f899b9301 (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=ee497f245e78929ddb69ba1f06d2…
commit ee497f245e78929ddb69ba1f06d27bcc886f6597
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 3 16:54:41 2017 +0800
Fixup severe build performance issues
Make variable substitution calling bumpversion and other commands
introduce by osmo-release.mk has severely slowed down builds.
Inside the makefile we could use $(eval FOO:=$(shell...)) constructs
to have variable substitution only happen once the 'release' target
is executed. However, 'ifeq' and friends don't work with such late
constructs. Let's shift all release action into a helper shell script
that is called from the Makefile instead.
This way we get the best of both worlds: No performance impact during
normal builds, and the convenience of 'make release'.
Modified-by: Max <msuraev(a)sysmocom.de>
Related: OS#2524
Change-Id: I98b3b5fe3db39953cea969a9dfbb75889df2e1ea
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 4 +++-
debian/libosmocore-dev.install | 1 +
osmo-release.mk | 37 +------------------------------
osmo-release.sh | 50 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 37 deletions(-)
create mode 100755 osmo-release.sh
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, neels/subscr_vty has been updated
discards 57a4e0234cf2640865f5eb758fef77da53d2af04 (commit)
via 1097a649864ab8ebd4a4d2c52f7dd38219e9e943 (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 (57a4e0234cf2640865f5eb758fef77da53d2af04)
\
N -- N -- N (1097a649864ab8ebd4a4d2c52f7dd38219e9e943)
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/osmo-hlr/commit/?id=1097a649864ab8ebd4a4d2c52f7dd38…
commit 1097a649864ab8ebd4a4d2c52f7dd38219e9e943
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 3 01:23:50 2017 +0200
subscr vty WIP
Change-Id: I3803399bec4fb49ab7f37a01ed6378ace849e59a
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/db.c | 19 +++-
src/db.h | 11 ++-
src/db_hlr.c | 20 ++--
src/hlr_vty.c | 1 +
src/hlr_vty_subscr.c | 264 +++++++++++++++++++++++++++++++--------------------
src/hlr_vty_subscr.h | 3 +
7 files changed, 198 insertions(+), 122 deletions(-)
create mode 100644 src/hlr_vty_subscr.h
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 "Osmocom network interface library".
The branch, master has been updated
via c98bf1b880ec10924cd12477bf46ef5d0f959257 (commit)
from 59941982083f7f0d6ab11f7bbb42c297a3fb8d69 (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-netif/commit/?id=c98bf1b880ec10924cd12477bf…
commit c98bf1b880ec10924cd12477bf46ef5d0f959257
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Oct 5 08:41:52 2017 +0800
rs232.c: Don't #include <osmocom/abis/e1_input.h>
There's no need for the rs232 code to include a files from
libosmoabis. The only users of libosmoabis left now are the LAPD
examples:
examples/lapd-over-datagram-network.c
examples/lapd-over-datagram-user.c
Change-Id: Ie1bc0dd811362cec546486edc41d632740ed19cd
-----------------------------------------------------------------------
Summary of changes:
src/rs232.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom network 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 "UNNAMED PROJECT".
The branch, neels/subscr_vty has been updated
discards 5bc53dfa55385a71896a461f45525fe6ef65f975 (commit)
discards 44cde3f0b2692cdd12938ecb86411f3af895a68f (commit)
via 57a4e0234cf2640865f5eb758fef77da53d2af04 (commit)
via 32c38f09e5fda3e723cdbb0041c0703a3c31ef4d (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 (5bc53dfa55385a71896a461f45525fe6ef65f975)
\
N -- N -- N (57a4e0234cf2640865f5eb758fef77da53d2af04)
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/osmo-hlr/commit/?id=57a4e0234cf2640865f5eb758fef77d…
commit 57a4e0234cf2640865f5eb758fef77da53d2af04
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 3 01:23:50 2017 +0200
subscr vty WIP
Change-Id: I3803399bec4fb49ab7f37a01ed6378ace849e59a
-----------------------------------------------------------------------
Summary of changes:
debian/control | 2 -
src/db.h | 3 +-
src/hlr_vty_subscr.c | 585 ++++++++-------------------------------------------
3 files changed, 88 insertions(+), 502 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 "CI scripts".
The branch, master has been updated
via 1b3bf67bf2e50239e6168c9ca9590ea8568c9e5f (commit)
from 8e9fe0808072d3f5eca8b4c6fac9865a52c9beb3 (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=1b3bf67bf2e50239e6168c9ca9590ea8…
commit 1b3bf67bf2e50239e6168c9ca9590ea8568c9e5f
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 4 12:07:39 2017 +0200
Fix OsmoSGSN nightly build
It depends on libgtp provided by OsmoGGSN so let's build it in that
order.
Change-Id: Icedc259ddc3a3b83ce8fe87f5572596ef29d6814
Related: OS#2527
-----------------------------------------------------------------------
Summary of changes:
scripts/osmocom-nightly-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, neels/subscr_vty has been updated
via 5bc53dfa55385a71896a461f45525fe6ef65f975 (commit)
from 44cde3f0b2692cdd12938ecb86411f3af895a68f (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=5bc53dfa55385a71896a461f45525fe…
commit 5bc53dfa55385a71896a461f45525fe6ef65f975
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Oct 4 13:06:34 2017 +0200
wip
Change-Id: I6cf582ed677dde40ab0fed60c9295cccdbbbf8a8
-----------------------------------------------------------------------
Summary of changes:
src/db.c | 1 +
src/db.h | 5 ++
src/db_hlr.c | 20 ++++++
src/hlr_vty_subscr.c | 191 ++++++++-------------------------------------------
4 files changed, 56 insertions(+), 161 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 "Osmocom code for Iuh interface".
The branch, master has been updated
via a3f4e79a9db1f04efd73f5d088e5b7423ac69630 (commit)
from 5a3df8fa9ffc4400367250a0f9ff0e20dc4b5d3b (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=a3f4e79a9db1f04efd73f5d088e5b74…
commit a3f4e79a9db1f04efd73f5d088e5b7423ac69630
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 4 11:44:43 2017 +0800
Makefile.am: Link libosmo-ranap against libosmo-sigtran
In Change-Id I6a3f7ad15be03fb94689b4af6ccfa828c25f45c0 we introduced
the somewhat arguable combination of Iu code in libosmo-ranap. This Iu
code uses functions provided by libosmo-sigtran.
However, at the time it was overlooked to explicitly link libosmo-ranap
against libosmo-sigtran, which caused linking failures of programs
using libosmo-ranap, such as the unit tests included in this package.
Below example is from building using contrib/jenkins.sh on Ubuntu 17.04:
CCLD test-ranap
../../src/.libs/libosmo-ranap.so: undefined reference to `osmo_sccp_local_addr_by_instance'
../../src/.libs/libosmo-ranap.so: undefined reference to `osmo_sccp_tx_unitdata_msg'
../../src/.libs/libosmo-ranap.so: undefined reference to `vty_out'
../../src/.libs/libosmo-ranap.so: undefined reference to `install_element'
../../src/.libs/libosmo-ranap.so: undefined reference to `osmo_sccp_user_bind'
../../src/.libs/libosmo-ranap.so: undefined reference to `osmo_sccp_user_sap_down'
../../src/.libs/libosmo-ranap.so: undefined reference to `osmo_scu_prim_name'
../../src/.libs/libosmo-ranap.so: undefined reference to `osmo_sccp_addr_dump'
collect2: error: ld returned 1 exit status
Makefile:418: recipe for target 'test-ranap' failed
Change-Id: Ibfbcafd31c91dc630d406ec39b3b076bdb1f4c19
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 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 "SCCP Library".
The branch, master has been updated
via d966b0fd060d72e07a6da548da5989abb5789a6f (commit)
from 54fa75b85c91bb4bb79960942f63968f6423f6a5 (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=d966b0fd060d72e07a6da548da5…
commit d966b0fd060d72e07a6da548da5989abb5789a6f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 4 11:40:51 2017 +0800
Makefile.am: Link libosmo-sigtran against libvty
libosmo-sigtran is using symbols from libosmo-vty, so make sure that
we explicitly link against libosmo-vty to ensure the dependency shows
up in `ldd` of the library.
Change-Id: I4d96612a0df5a1232ed8fe280c5d592f462ef7b1
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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 fork of the Open SMPP 3.4 library".
The branch, master has been updated
via 4a82bb9969d98cc3ee4ac7ebe919b3ddc595715b (commit)
from 66197717500693ba089e044817bfdf457dc34090 (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/libsmpp34/commit/?id=4a82bb9969d98cc3ee4ac7ebe919b3…
commit 4a82bb9969d98cc3ee4ac7ebe919b3ddc595715b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 4 08:06:42 2017 +0800
Fix 'make distcheck' by adding .version to EXTRA_DISTI
Commit 1648066f1652e758d93393a875b1337a27fc0cf7 introduced
osmocom-style git-version-gen, .version, etc. - but failed
to include .version in the EXTRA_DIST list of files.
Change-Id: If191e82677d851ca486ec78da6643958d05eb5f6
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom fork of the Open SMPP 3.4 library