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 ebf149234e1a4966bd74a4200eff21892cceac86 (commit)
via d55d7d4fc7a7b66b5c45b431ce86a9786e095333 (commit)
from 408a90093bd389826fe4806a31b8bc1b2425efbf (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=ebf149234e1a4966bd74a4200eff…
commit ebf149234e1a4966bd74a4200eff21892cceac86
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 15 11:42:11 2018 +0100
Add generic Mobile Identity encoder
Add generic function which allows caller to set Mobile Identity
explicitly. This allows to use IMEI or IMEISV for example. Make
gsm48_generate_mid_from_imsi() into wrapper around new function.
Change-Id: Id79be7abfff75ecd0d248bbeed93e605abeec9b3
http://cgit.osmocom.org/libosmocore/commit/?id=d55d7d4fc7a7b66b5c45b431ce86…
commit d55d7d4fc7a7b66b5c45b431ce86a9786e095333
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 15 11:27:18 2018 +0100
Add test for gsm48_generate_mid_from_imsi()
Change-Id: Ibe5c0831268c788ceecd10fd7b22ece6480da817
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm48.h | 1 +
src/gsm/gsm48.c | 31 +++++++++++++++++--------------
src/gsm/libosmogsm.map | 1 +
tests/gsm0408/gsm0408_test.c | 13 +++++++++++++
tests/gsm0408/gsm0408_test.ok | 1 +
5 files changed, 33 insertions(+), 14 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 "SCCP Library".
The branch, master has been updated
via 7f0b9084805d7d934cf0820d396e12236ddd3cae (commit)
from 60d4be5427444f8e7ce1bb4f089981fed457dfc1 (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=7f0b9084805d7d934cf0820d396…
commit 7f0b9084805d7d934cf0820d396e12236ddd3cae
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 13 14:43:00 2018 +0100
SS7: clarify handling of stream opening error
Add comment clarifying why we've just logged error but continued anyway.
Change-Id: I2ce55983b255b0b50fd5142d6ddf188dc8ee20b9
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7.c | 2 ++
1 file changed, 2 insertions(+)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 5b22fb7953c39edaaf672384a48bee33970f49f6 (commit)
from c907b88ecde0adab34bc7a03fa0db121a59db53a (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=5b22fb7953c39edaaf672384a48bee3…
commit 5b22fb7953c39edaaf672384a48bee33970f49f6
Author: Stefan Sperling <ssperling(a)sysmocom.de>
Date: Wed Feb 14 19:46:33 2018 +0100
Make osmo-pcu wait for BTS to become available at start-up time.
After the PCU socket becomes available, the BTS might send an
INFO_IND message with the 'ACTIVE' flag cleared. If this happens,
do not exit immediately, but keep retrying until an INFO_IND
message with the 'ACTIVE' flag arrives.
Note that this change only affects behaviour at process start-up time.
If the BTS switches from active to inactive state then osmo-pcu will
still exit. If this behaviour should be changed as well it could be
done in a follow-up patch.
Tested against osom-bsc + osmo-bts-virtual.
Change-Id: Ic42a5601a43b81d260721fef5d9fa52447f9d309
Related: OS#2689
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 1 +
src/osmobts_sock.cpp | 29 ++++++++++++++++++++++-------
src/pcu_l1_if.cpp | 4 ++++
3 files changed, 27 insertions(+), 7 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 "GSM Audio Pocket Knife".
The branch, master has been updated
via 9e59284ddeff61417d082e590208206cc46b6ba0 (commit)
via 593107c0b370a956a253bb97378ecb7b0695cba5 (commit)
from 1bb3ef6d9012600daa20d34e629ab2a06e21aeb5 (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/gapk/commit/?id=9e59284ddeff61417d082e590208206cc46…
commit 9e59284ddeff61417d082e590208206cc46b6ba0
Merge: 1bb3ef6 593107c
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Feb 14 10:21:56 2018 +0000
Merge "Add basic CI integration"
http://cgit.osmocom.org/gapk/commit/?id=593107c0b370a956a253bb97378ecb7b069…
commit 593107c0b370a956a253bb97378ecb7b0695cba5
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 12 13:21:49 2018 +0100
Add basic CI integration
Change-Id: Ib4b36df8f010cd7e035fe5a8b846632541b655f5
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
GSM Audio Pocket Knife
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 7ee6e554afa1a9847c38638cffe99e5d019b7d1b (commit)
from 9214c6c7ef61208d4a6dee3f698fc2995e33b033 (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=7ee6e554afa1a9847c38638cffe99e5…
commit 7ee6e554afa1a9847c38638cffe99e5d019b7d1b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 14 00:52:05 2018 +0100
osmo-hlr: Add talloc context introspection via VTY
This requires libosmocore with Change-Id
I43fc42880b22294d83c565ae600ac65e4f38b30d or later.
Change-Id: Ibc2c333b83f85fa69a364e3e342f12f50dbc2f70
-----------------------------------------------------------------------
Summary of changes:
src/hlr.c | 1 +
src/hlr_vty.c | 2 ++
tests/test_nodes.vty | 3 +++
3 files changed, 6 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 "The OpenGGSN project".
The branch, master has been updated
via 3e443ca502f82b7c2ce453143866e5f2ed82a91f (commit)
from 2c10211d60696b9858a021a4fc420fa3927abb2c (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=3e443ca502f82b7c2ce453143866e5…
commit 3e443ca502f82b7c2ce453143866e5f2ed82a91f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 14 01:04:04 2018 +0100
Add talloc context introspection via VTY
This requires libosmocore with Change-Id
I43fc42880b22294d83c565ae600ac65e4f38b30d or later.
Change-Id: I460efff3a3dfa2c7d955871aca78b37552a29aff
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 3 +++
1 file changed, 3 insertions(+)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 408a90093bd389826fe4806a31b8bc1b2425efbf (commit)
from 13e7f05611095313f780da29de937849cbcb0703 (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=408a90093bd389826fe4806a31b8…
commit 408a90093bd389826fe4806a31b8bc1b2425efbf
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 14 01:29:19 2018 +0100
talloc_ctx_vty: Fix help strings (missing \n at end of line)
This was causing build failures in applications using this library
feature:
Documentation error (missing docs):
<command id='show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS'>
<param name='ADDRESS' doc='(null)' />
Documentation error (missing docs):
<command id='show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP'>
<param name='REGEXP' doc='(null)' />
Documentation error (missing docs):
<command id='show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS'>
<param name='ADDRESS' doc='(null)' />
Documentation error (missing docs):
<command id='show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP'>
<param name='REGEXP' doc='(null)' />
Change-Id: I785c852e3313d20eade79746a7cd485d2d5908ea
-----------------------------------------------------------------------
Summary of changes:
src/vty/talloc_ctx_vty.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 13e7f05611095313f780da29de937849cbcb0703 (commit)
from eb182820313109b1ce720306f4bc04384c743eaf (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=13e7f05611095313f780da29de93…
commit 13e7f05611095313f780da29de937849cbcb0703
Author: Martin Hauke <mardnh(a)gmx.de>
Date: Sat Feb 10 17:48:09 2018 +0100
build: Ensure all .pc files are installed
Change-Id: I824e63087021adfda81bd0f867a3fdb5e9efcf7a
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 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 "SCCP Library".
The branch, master has been updated
via 60d4be5427444f8e7ce1bb4f089981fed457dfc1 (commit)
from d4c9dc4b9188af3cd31fa6c12f11ad7e3d4edc79 (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=60d4be5427444f8e7ce1bb4f089…
commit 60d4be5427444f8e7ce1bb4f089981fed457dfc1
Author: Martin Hauke <mardnh(a)gmx.de>
Date: Sat Feb 10 18:08:21 2018 +0100
build: AC_PROG_LIBTOOL is the same as LT_INIT
Change-Id: I30f8d289d9dca892e40cd7ed787029fbcafa2dff
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 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 "The OpenGGSN project".
The branch, master has been updated
via 2c10211d60696b9858a021a4fc420fa3927abb2c (commit)
from 5fdda13f896123f4d199d4aaba33e0df30dcb478 (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=2c10211d60696b9858a021a4fc420f…
commit 2c10211d60696b9858a021a4fc420fa3927abb2c
Author: Martin Hauke <mardnh(a)gmx.de>
Date: Sat Feb 10 18:02:28 2018 +0100
build: Remove AC_PROG_CXX, C++ is never used
Change-Id: Ifda126ab2e5fdd98317e723aa6b10d964b4519c2
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
The OpenGGSN project