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 e2640ef763e1335d0eec590ceaeaa390428cfd51 (commit)
from e08da9757099af3d275c122c9379d46a037eb309 (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=e2640ef763e1335d0eec590ceaea…
commit e2640ef763e1335d0eec590ceaeaa390428cfd51
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 16 16:29:36 2017 +0100
gsm: Use correct include for getrandom
"man getrandom" states sys/random.h is required.
Fixes warning below:
warning: implicit declaration of function ‘getrandom’; did you mean ‘srandom’? [-Wimplicit-function-declaration]
rc = getrandom(out, len, GRND_NONBLOCK);
^~~~~~~~~
Change-Id: I2e73fd018e887893dc5527d6d73644d627eb963a
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm_utils.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 "UNNAMED PROJECT".
The branch, master has been updated
via aee7be901bbc91ef63449595727a5096bb65c09b (commit)
from 8db490695d2bc9c08199c4073b01d79f72158c85 (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=aee7be901bbc91ef63449595727a509…
commit aee7be901bbc91ef63449595727a5096bb65c09b
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Thu Nov 16 00:38:32 2017 +0100
debian: include systemd service osmo-hlr.service
Change-Id: I6d9fd34aa42b911f074557b526adde05e03d58b9
-----------------------------------------------------------------------
Summary of changes:
debian/osmo-hlr.service | 1 +
1 file changed, 1 insertion(+)
create mode 120000 debian/osmo-hlr.service
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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via 0fcd1c147b3f83efe5def03f954f85a685fafea5 (commit)
from 0fd13fcd3cb505008c042d0b99e257da1ff76c5a (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=0fcd1c147b3f83efe5def03f954f8…
commit 0fcd1c147b3f83efe5def03f954f85a685fafea5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 14 09:59:32 2017 +0100
layer23 vty: fix prompts: insert space after '#'
"All" our VTY prompts have a space after the prompt.
Also do that for '(ms)', '(test-sim)' and '(support)' prompts.
Change
OsmocomBB(ms)#exit
to
OsmocomBB(ms)# exit
Change-Id: Id437279e0fa9845630a306958b404efa3b94b492
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/vty_interface.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 "Osmocom layer for OpenEmbedded".
The branch, laforge/nightly has been updated
via 4aa6d87359a2d0edaaa103115874e7a3fce21ee8 (commit)
from 84ca86653d2586f6a60156127d8241db0c5256ee (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/meta-telephony/commit/?id=4aa6d87359a2d0edaaa103115…
commit 4aa6d87359a2d0edaaa103115874e7a3fce21ee8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Nov 10 12:08:36 2017 +0100
osmo-mgw: Split packages and install osmo-mgw systemd service
Change-Id: I1b902842cf8766af1e58de76e46786213d222389
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/osmo-mgw/osmo-mgw.inc | 36 +++++++++++++++++++++++++++++++++--
1 file changed, 34 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 0195c30df582811dd0252fb6b455c156f4a7ee95 (commit)
from 71b68bed2a93359fa84617292cf6159a4ed09c16 (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=0195c30df582811dd0252fb6b455c156…
commit 0195c30df582811dd0252fb6b455c156f4a7ee95
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 00:26:35 2017 +0900
osmo-bsc-sccplite: Implement incoming RESET procedure
In osmo-bsc-sccplite we so far didn't implement the inbound RESET
procedure. We instead ignored any RESET message from the MSC. This
commit adds support for RESET: We will destrpy any SCCP connections
and acknowledge the RESET to the MSC.
As osmo-msc is requiring the BSC to handle an inbound RESET procedure,
this commit allows osmo-msc to properly initialize the A interface
towards osmo-bsc-sccplite via a translating/routing osmo-stp. While
we don't anticipate any new deployments of osmo-bsc-sccplite, making
it interoperate with osmo-msc enables us to do more testing of
osmo-bsc-sccplite.
Change-Id: Iceb8278deb36d6103662a704f489ba0d685e04d3
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc_data.h | 1 +
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 33 +++++++++++++++++++++++++++++++++
openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 2 +-
3 files changed, 35 insertions(+), 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 "CI scripts".
The branch, master has been updated
via 92525a71d4ab599bb98851593ba3a4a73f692316 (commit)
from b9f2e75fbe0ea1daf036869936559093ba200eb4 (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=92525a71d4ab599bb98851593ba3a4a7…
commit 92525a71d4ab599bb98851593ba3a4a73f692316
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 14 14:43:02 2017 +0900
osmo-ggsn + openggsn: Build with and without kernel GTP support
Change-Id: I974ba11fd8ef1ed87ec87fb64b8da44d5a8fec9f
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
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 "The OpenGGSN project".
The branch, master has been updated
via afd76a731fbb03c39e78309baf52829901a0ac66 (commit)
from fd30bd1032e3dd45914645b42df615d2dc71066d (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-ggsn/commit/?id=afd76a731fbb03c39e78309baf5282…
commit afd76a731fbb03c39e78309baf52829901a0ac66
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 14 14:48:32 2017 +0900
contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is used
Change-Id: I83319aa6e5e7dde229ae5a036b5a1800879cbf81
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "The OpenGGSN project".
The branch, master has been updated
via 242266da789e512dce0e9947864844d6a946d3b1 (commit)
from 6045efb642918ac43056ca6a40cda2fe2e6db08d (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=242266da789e512dce0e9947864844d…
commit 242266da789e512dce0e9947864844d6a946d3b1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 14 14:44:06 2017 +0900
contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is used
Change-Id: Id9869d0f3d516b5380430675f879887468b5803d
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, master has been updated
via adb8cc6aa9453dfc339de53ae641067136a031ec (commit)
from e156c5fee5e3d288adcfac77ffab6f292f8e4712 (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-gmr/commit/?id=adb8cc6aa9453dfc339de53ae641067…
commit adb8cc6aa9453dfc339de53ae641067136a031ec
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 14 14:15:21 2017 +0900
Add contrib/jenkins.sh script, like other osmo-* repositories
This simplifies our jenkins setup and uses shared scripts from
osmo-ci.git
Change-Id: I025c4ed919bdfa98914f8161d361fb7c92088e95
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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, laforge/kernel-gtp has been deleted
was 23cb7dacbbf839aa491146e683aac6256a118aae
-----------------------------------------------------------------------
23cb7dacbbf839aa491146e683aac6256a118aae gtp-kernel: Add device nime in pdp_debug() log statements
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenGGSN project