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 74aa0258269296f078e685e21fb08b115567e814 (commit)
from 38a49f62760a832dcc15c7a47e1c678402ea02da (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=74aa0258269296f078e685e21fb0…
commit 74aa0258269296f078e685e21fb08b115567e814
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 1 22:35:37 2017 +0000
Revert "vty: Fix bad use of vector_slot()"
The patch seemed sensible, but introduces a segfault when hitting tab
on the interactive VTY. Reproduction example:
osmo-msc
telnet 127.0.0.1 4254
OsmoMSC> enable <TAB>
So we need to understand what that line of code actually intends to do.
Until then, revert this to avoid the segfault.
The segfault happens at:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7bc0894 in cmd_complete_command_real (vline=0x5555558d59e0, vty=0x5555558d57b0, status=0x7fffffffe024) at ../../../../src/libosmocore/src/vty/command.c:1953
1953 if (*(char *)vector_slot(vline, index) == '\0')
This reverts commit e9e9e427b78271941a25a63567fc2ec2bb9e4433.
Change-Id: I3fe213bdfb96de9469aae64e67000dafee59302e
-----------------------------------------------------------------------
Summary of changes:
src/vty/command.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 layer for OpenEmbedded".
The branch, laforge/nightly has been updated
discards 377776a832b5d0286ba119a38a7eb1a23d702d25 (commit)
discards 8663653500fe559bf985447b0c9db3cf0ebb188f (commit)
via 91cc0a6d7e8b24b553c50fa2143ab199d5a217ee (commit)
via 3adea3b74325d931fc6577df70da37f3c94350aa (commit)
via 1c588d0c856c88293a16dfbeda1e38860359c7fe (commit)
via a5e192406e7aa44101b64f9cfb6105b39b23abbd (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 (377776a832b5d0286ba119a38a7eb1a23d702d25)
\
N -- N -- N (91cc0a6d7e8b24b553c50fa2143ab199d5a217ee)
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/meta-telephony/commit/?id=91cc0a6d7e8b24b553c50fa21…
commit 91cc0a6d7e8b24b553c50fa2143ab199d5a217ee
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Nov 1 14:50:28 2017 +0100
Remove libsmpp34_1.12.bb and use _git instead
Same as we do for other osmocom recipes.
Change-Id: I1dcebbb3170654e15d1bb9644d630b462fd22fbd
http://cgit.osmocom.org/meta-telephony/commit/?id=3adea3b74325d931fc6577df7…
commit 3adea3b74325d931fc6577df70da37f3c94350aa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Nov 1 14:36:55 2017 +0100
Update PV for osmocom recipes
Change-Id: I2d5933527d333825e92c9748004adfb3e4b3a078
http://cgit.osmocom.org/meta-telephony/commit/?id=1c588d0c856c88293a16dfbed…
commit 1c588d0c856c88293a16dfbeda1e38860359c7fe
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 27 00:09:56 2017 +0200
openbsc.git: Upstream binary now named osmo-bsc-sccplite
In Change-Id If10d1599b62d010726336134091a4e855c380d93, upstream
osmocom.git has renamed osmo-bsc (and related config files, etc)
to osmo-bsc-sccplite, so we don't have to rename it in the recipe
anymore.
Change-Id: I7e3bf1d6186fb32f4d671cbf84cad195d2776190
http://cgit.osmocom.org/meta-telephony/commit/?id=a5e192406e7aa44101b64f9cf…
commit a5e192406e7aa44101b64f9cfb6105b39b23abbd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jun 23 08:51:51 2016 +0200
set up osmocom recipes with AUTOREV to track git master
This is for the upcoming nightly builds, where all our osmo*
recipes are going to track current master of their respective
upstream git repository.
Change-Id: Idda98bdfa07c16aee1955fa63373b358bb754c90
-----------------------------------------------------------------------
Summary of changes:
recipes-misc/libsmpp/libsmpp34_1.12.bb | 19 -------------------
recipes-misc/libsmpp/libsmpp34_git.bb | 7 +++----
recipes-osmocom/libosmo-netif/libosmo-netif_git.bb | 4 ++--
recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb | 4 ++--
recipes-osmocom/libosmocore/libosmocore_git.bb | 2 +-
recipes-osmocom/openbsc/openbsc_git.bb | 2 +-
recipes-osmocom/osmo-bsc/osmo-bsc_git.bb | 2 +-
recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb | 2 +-
recipes-osmocom/osmo-hlr/osmo-hlr_git.bb | 2 +-
recipes-osmocom/osmo-iuh/osmo-iuh_git.bb | 2 +-
recipes-osmocom/osmo-mgw/osmo-mgw_git.bb | 2 +-
recipes-osmocom/osmo-msc/osmo-msc_git.bb | 2 +-
recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb | 2 +-
13 files changed, 16 insertions(+), 36 deletions(-)
delete mode 100644 recipes-misc/libsmpp/libsmpp34_1.12.bb
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 "CI scripts".
The branch, master has been updated
via ccafbb7c5302287c54624ad6647e7f15aa365edf (commit)
from fdfa976db0fb62223f78f15e6cb7f9d2d46a404d (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=ccafbb7c5302287c54624ad6647e7f15…
commit ccafbb7c5302287c54624ad6647e7f15aa365edf
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 14:42:03 2017 +0100
jobs: gerrit: fix openbsc: name must case-sensitively match git repos
Change-Id: I699c4f5f04a416b92be395c303d6bf0edbf320e4
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 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 "CI scripts".
The branch, master has been updated
via fdfa976db0fb62223f78f15e6cb7f9d2d46a404d (commit)
from 135f4485454ec9fa5717f30479693b24b12608b6 (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=fdfa976db0fb62223f78f15e6cb7f9d2…
commit fdfa976db0fb62223f78f15e6cb7f9d2d46a404d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 14:20:07 2017 +0100
jobs: gerrit: fix osmo-hlr slave label typo
Change-Id: I78a4b600571e79174dbbdd24bbee23df4b2fd221
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 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 "CI scripts".
The branch, master has been updated
via 135f4485454ec9fa5717f30479693b24b12608b6 (commit)
from 64c82cdeafe65aa706f8779da5ff17033b0ffe97 (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=135f4485454ec9fa5717f30479693b24…
commit 135f4485454ec9fa5717f30479693b24b12608b6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 13:45:10 2017 +0100
osmo-deps.sh: fix: add 'origin/' to branch, to properly update
If I have a git clone that once did 'checkout [-f] branch', and if then
origin/branch gets updates, doing another 'checkout -f branch' only goes back
to the local tracking-branch of origin/branch. We never pull in changes from
origin/branch anymore as soon as a local branch exists. Always prepend
'origin/', so that 'checkout -f' goes into detached-HEAD state onto the newest
fetched revision.
Change-Id: Ia715a100b5beaf7e612c2c64cdad8819aa00c8bd
-----------------------------------------------------------------------
Summary of changes:
scripts/osmo-deps.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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via a73177b1909cbf7ec9a8dc7b5f1a9a3b44c59d01 (commit)
from b1f5c71da6dec158a3d5eb0293154520e04e3ffb (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=a73177b1909cbf7ec9a8dc7b5f1a9a3…
commit a73177b1909cbf7ec9a8dc7b5f1a9a3b44c59d01
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Nov 1 12:28:23 2017 +0100
lc15: Fix cfg indentation
I was unable to start osmo-bts-lc15 with this config file until this
change was made, it said this command didn't exist.
Change-Id: Iae80e2ed504b5e26d748d57be7558ce470555f97
-----------------------------------------------------------------------
Summary of changes:
doc/examples/litecell15/osmo-bts.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via b1f5c71da6dec158a3d5eb0293154520e04e3ffb (commit)
from a5ed03fe5c2cf79949e6c06a39d310e59ebac608 (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=b1f5c71da6dec158a3d5eb029315452…
commit b1f5c71da6dec158a3d5eb0293154520e04e3ffb
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:49:19 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I5e8e9d7989ee20fe722bdd3109965d5bce9519fb
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 4 ----
src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c | 20 --------------------
src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c | 8 --------
3 files changed, 32 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 "SCCP Library".
The branch, master has been updated
via 87fe4d66eabeb3ac996bcf10e89cdcc6853c4bb0 (commit)
from ac9d0f53ab882655e9a6d2256abb65671b82f311 (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=87fe4d66eabeb3ac996bcf10e89…
commit 87fe4d66eabeb3ac996bcf10e89cdcc6853c4bb0
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:47:19 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I185aa3a11cb63c893ed80f326f852bde95217321
-----------------------------------------------------------------------
Summary of changes:
examples/sccp_test_vty.c | 1 -
src/osmo_ss7_vty.c | 7 -------
2 files changed, 8 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 "MNCC <-> SIP bridge".
The branch, master has been updated
via dd9909db1d883bd3c1d6bbd2e6ad4ecf35a796c8 (commit)
from 8706a688ff048a870eee26e9975056dddcbf5a85 (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-sip-connector/commit/?id=dd9909db1d883bd3c1d6b…
commit dd9909db1d883bd3c1d6bbd2e6ad4ecf35a796c8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:52:58 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I97dab6871ff37279be2caf24a8e8dc6af39d1e06
-----------------------------------------------------------------------
Summary of changes:
src/vty.c | 3 ---
1 file changed, 3 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 bfc54b551b614815705d0711db5bdbd2fa240aec (commit)
from 49beba49eb952deda71e230a7a3d1ddd76d21ec6 (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-pcu/commit/?id=bfc54b551b614815705d0711db5bdbd…
commit bfc54b551b614815705d0711db5bdbd2fa240aec
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:51:51 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I6c9f928f4a4d7fd6bf37c64a64ee5d843ad5bb7a
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT