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 5a4594614390978f7dab05f08d607c3903163cea (commit)
from 65021ac50792a42bcc21e482c27e0f915c435716 (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=5a4594614390978f7dab05f08d607c39…
commit 5a4594614390978f7dab05f08d607c3903163cea
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Sep 7 19:10:09 2017 +0200
Make TRX rf locking more visible
* log administrative state transitions
* log what's caused it
* while at it, mark boolean variable as such
Cherry-picked from osmo-bsc be356ed32fbd28dc8d1460371d9e47511b20ac63
Change-Id: I3e25a19fac4d0b4886d825c9876771b1f66efe58
Related: SYS#3864
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/src/libbsc/abis_nm.c | 8 ++++++--
openbsc/src/libbsc/bsc_rf_ctrl.c | 8 ++++----
openbsc/src/libbsc/bsc_vty.c | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 1fa8dfbaf42a4341255b3bbef3c8a3c574e8c477 (commit)
from 4b45669761234ff23769c4d376b04b3003d4bea9 (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=1fa8dfbaf42a4341255b3bbef3c8…
commit 1fa8dfbaf42a4341255b3bbef3c8a3c574e8c477
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 20 12:48:04 2017 +0200
Expand osmo_gettimeofday() docs
Change-Id: I9bc835aea56f5f2fb652bb5ab3405e354ba3b95c
Related: OS#2586
-----------------------------------------------------------------------
Summary of changes:
src/timer_gettimeofday.c | 8 +++++++-
1 file changed, 7 insertions(+), 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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via 363d4d22da0e2bb03645affa32fe7443d8f8befc (commit)
from da9e830af0d185c3ac2e8f4d5259758e144a3789 (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=363d4d22da0e2bb03645affa32fe7…
commit 363d4d22da0e2bb03645affa32fe7443d8f8befc
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Oct 23 08:29:04 2017 +0330
mobile: clean up and share example configs
It is better to have a shared example config files directory,
like other Osmocom projects do.
Change-Id: I903f31a8afc518ac258cdaeaf76430de07f7edea
-----------------------------------------------------------------------
Summary of changes:
.../examples/mobile/default.cfg | 23 ++++-----
.../examples/mobile/multi_ms.cfg | 60 ++++++++++------------
src/host/layer23/src/mobile/app_mobile.c | 2 +
3 files changed, 37 insertions(+), 48 deletions(-)
rename src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg => doc/examples/mobile/default.cfg (72%)
rename src/host/virt_phy/example_configs/osmocom-bb-mobilex2.cfg => doc/examples/mobile/multi_ms.cfg (63%)
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
discards 86074c0bac555970601be913e0c46bc1245647b6 (commit)
via 8663653500fe559bf985447b0c9db3cf0ebb188f (commit)
via 42740773ddc30928564d3ea5049636f6eb0a4d4b (commit)
via 9592e9ad3ab9ad701b95873cac8a601aad277867 (commit)
via 46ab83e40f34baa8701846c5b55d3bc95bf9382d (commit)
via 0e5d61d2aa5b2e8cdb2470b4dc7adbe3212db5e8 (commit)
via f658bd0205f8e5509d06bb01d6575758dc0cb81b (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 (86074c0bac555970601be913e0c46bc1245647b6)
\
N -- N -- N (8663653500fe559bf985447b0c9db3cf0ebb188f)
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=8663653500fe559bf985447b0…
commit 8663653500fe559bf985447b0c9db3cf0ebb188f
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.
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/osmo-iuh/osmo-iuh.inc | 23 +++++++++++++++++++++--
recipes-osmocom/osmo-msc/osmo-msc.inc | 8 +++++---
recipes-osmocom/osmo-sgsn/osmo-sgsn.inc | 7 ++++---
3 files changed, 30 insertions(+), 8 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 "Osmocom layer for OpenEmbedded".
The branch, 201705 has been updated
via 42740773ddc30928564d3ea5049636f6eb0a4d4b (commit)
via 9592e9ad3ab9ad701b95873cac8a601aad277867 (commit)
via 46ab83e40f34baa8701846c5b55d3bc95bf9382d (commit)
via 0e5d61d2aa5b2e8cdb2470b4dc7adbe3212db5e8 (commit)
via f658bd0205f8e5509d06bb01d6575758dc0cb81b (commit)
from 587f6acfa07e7dd3dcfbf003f6356f3a55ce41dc (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=42740773ddc30928564d3ea50…
commit 42740773ddc30928564d3ea5049636f6eb0a4d4b
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Oct 18 13:10:57 2017 +0200
osmo-ggsn: Update SRCREV to get ippool related fixes
Change-Id: I631bb31b10657a8d3aa0fa40a37efdc693e98be0
http://cgit.osmocom.org/meta-telephony/commit/?id=9592e9ad3ab9ad701b95873ca…
commit 9592e9ad3ab9ad701b95873cac8a601aad277867
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Oct 18 12:00:30 2017 +0200
osmo-msc: Enable iu support based on DISTRO_FEATURES
Change-Id: Iaef50e96e80ef685748ddffa733ade84f5543eff
http://cgit.osmocom.org/meta-telephony/commit/?id=46ab83e40f34baa8701846c5b…
commit 46ab83e40f34baa8701846c5b55d3bc95bf9382d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Oct 18 12:00:03 2017 +0200
osmo-sgsn: Enable iu support based on DISTRO_FEATURES
Change-Id: Ifd8068d61aeea228dd24c54df6e1ce87bfcafff5
http://cgit.osmocom.org/meta-telephony/commit/?id=0e5d61d2aa5b2e8cdb2470b4d…
commit 0e5d61d2aa5b2e8cdb2470b4dc7adbe3212db5e8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Oct 18 11:07:23 2017 +0200
osmo-iuh: Split into packages libosmo-ranap and osmo-hnbgw
Change-Id: Ib924a5a05c378c59dd44aed5b5b5fe897604e86b
http://cgit.osmocom.org/meta-telephony/commit/?id=f658bd0205f8e5509d06bb01d…
commit f658bd0205f8e5509d06bb01d6575758dc0cb81b
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Oct 18 11:47:36 2017 +0200
osmo-sgsn: Add missing DEPENDS libosmo-sccp
Needed as it uses libosmo-sigtran.
Change-Id: I70f533bc18cab7883b076b532ef9656fb3f084f2
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb | 2 +-
recipes-osmocom/osmo-iuh/osmo-iuh.inc | 23 +++++++++++++++++++++--
recipes-osmocom/osmo-msc/osmo-msc.inc | 8 +++++---
recipes-osmocom/osmo-sgsn/osmo-sgsn.inc | 7 ++++---
4 files changed, 31 insertions(+), 9 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 0a21b7a5f842b51c110c039f08d8e814b295745f (commit)
from 0c9bc5422a267e51381bbc715b826f2681390e38 (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=0a21b7a5f842b51c110c039f08d8e81…
commit 0a21b7a5f842b51c110c039f08d8e814b295745f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Oct 23 18:49:07 2017 +0200
vty: Print string for Administrative state
Change-Id: Ie41479958d6a57708e4b50705fd85c65f02e4527
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 5 +++--
1 file changed, 3 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 4b45669761234ff23769c4d376b04b3003d4bea9 (commit)
from 2d2490ed4eead00f23cc4a34b6a0fb17751f6a8f (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=4b45669761234ff23769c4d376b0…
commit 4b45669761234ff23769c4d376b04b3003d4bea9
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Oct 19 16:49:12 2017 +0200
abis_nm: Add abis_nm_admin_name() API
Similar APIs exist for opstate and availability status.
This patch does not break backward compatibility because osmo-bsc still
requires direct use of the structure in get_string_value().
Change-Id: Ieace734aaff3f07606113feddde65b75202d96d6
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/abis_nm.h | 7 +++++++
1 file changed, 7 insertions(+)
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 36bec87104576f6e7f192698c1efa6a40ce15409 (commit)
from 00b1d43435dff75a4189de1db66be18b3234b552 (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=36bec87104576f6e7f192698c1efa6a…
commit 36bec87104576f6e7f192698c1efa6a40ce15409
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 23 18:44:23 2017 +0200
vty: fix output of empty IMSI
Check *subscr->imsi, not subscr->imsi, since it is a char[]; same as msisdn
below already does.
Was introduced in change I42b3b70a0439a8f2e4964d7cc31e593c1f0d7537 / commit
183e7009afc8577f0d89c99f92a5720697040494.
Fixes: coverity CID 178166
Change-Id: I72e13efefbac0495b8dd1949a39fa44ebfd46b56
-----------------------------------------------------------------------
Summary of changes:
src/hlr_vty_subscr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 65021ac50792a42bcc21e482c27e0f915c435716 (commit)
from 957ceb1b792a274582e88ed2963dc959f5385ce0 (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=65021ac50792a42bcc21e482c27e0f91…
commit 65021ac50792a42bcc21e482c27e0f915c435716
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Oct 23 14:55:08 2017 +0200
libbsc: Use correct printf formatting for uint64_t
unsigned long can be 32 bits on some arch/OS, while "current" field is
always 64 bit because it's a uint64_t.
Change-Id: I9719c69ef661bb46d8bb43cf8d6537c3e8d47826
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_vty.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 00b1d43435dff75a4189de1db66be18b3234b552 (commit)
via 7ae8d878cfb6b79218e859cde2521a3db03e3555 (commit)
via 68f87915e41a47cec4d1bd46e44eda2196a265df (commit)
via e86437cae41717aa27bf14a41f08d9e374b95433 (commit)
via 200f56e995563c4af6fcd083b9dd4cab15632440 (commit)
via 50e4de7e499681e5e8a844951a1979e34546101c (commit)
via 86d09ec2663872664a348f987b87e4302c2aa22b (commit)
from 183e7009afc8577f0d89c99f92a5720697040494 (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=00b1d43435dff75a4189de1db66be18…
commit 00b1d43435dff75a4189de1db66be18b3234b552
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 01:43:48 2017 +0200
add hlr_subsrc_nam to put GSUP client notification in proper API
This code should not live in a CTRL interface function but be proper hlr_* API.
Change-Id: I4c9b8f9ad51d49517474e8b51afc3cc2e1c9299a
http://cgit.osmocom.org/osmo-hlr/commit/?id=7ae8d878cfb6b79218e859cde2521a3…
commit 7ae8d878cfb6b79218e859cde2521a3db03e3555
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 01:46:50 2017 +0200
api doc: say that lu_op_tx_del_subscr_data() doesn't free
Change-Id: Ia341d8e5bfc6eb0dc59945281ce88eecfaab057e
http://cgit.osmocom.org/osmo-hlr/commit/?id=68f87915e41a47cec4d1bd46e44eda2…
commit 68f87915e41a47cec4d1bd46e44eda2196a265df
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 01:49:08 2017 +0200
fix mem leak in handle_cmd_ps(): free luop
Each GSUP client creates a luop, but since lu_op_tx_del_subscr_data() doesn't
free the luop, each allocated luop leaks memory.
Change-Id: If912dc992bc7f18c49d22ec0436d9679c1cd04f6
http://cgit.osmocom.org/osmo-hlr/commit/?id=e86437cae41717aa27bf14a41f08d9e…
commit e86437cae41717aa27bf14a41f08d9e374b95433
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 01:46:45 2017 +0200
luop: fix mem leak upon error in lu_op_alloc_conn()
Free allocated luop if osmo_gsup_conn_ccm_get() fails.
Change-Id: I3ebd5fb5e313be452de893248dd58b2bb73ba94a
http://cgit.osmocom.org/osmo-hlr/commit/?id=200f56e995563c4af6fcd083b9dd4ca…
commit 200f56e995563c4af6fcd083b9dd4cab15632440
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 01:46:04 2017 +0200
add lu_op_free(), use in luop.c
Add to luop.h, it will be used in db_hlr.c in an upcoming patch.
Change-Id: Ib44d9062edc957d2e0710b7e485604f97e4d5612
http://cgit.osmocom.org/osmo-hlr/commit/?id=50e4de7e499681e5e8a844951a1979e…
commit 50e4de7e499681e5e8a844951a1979e34546101c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Oct 15 03:24:43 2017 +0200
replace ctrl_test_runner.py with transcript test_subscriber.ctrl
Use the new osmo_verify_transcript_ctrl.py from osmo-python-tests to completely
replace current ctrl_test_runner.py with a CTRL interaction transcript.
Add missing EXTRA_DIST entry of test_subscriber.sql.
Depends: osmo-python-tests Id47331009910e651372b9c9c76e12f2e8964cc2c
Change-Id: Iff93abe370b8f3ecf42082d1d0eaa1fbeca5b122
http://cgit.osmocom.org/osmo-hlr/commit/?id=86d09ec2663872664a348f987b87e43…
commit 86d09ec2663872664a348f987b87e4302c2aa22b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Oct 15 04:58:50 2017 +0200
add test_nodes.vty
Automatically picked up by the vty-test target, by file name extension.
Change-Id: I8dba373cee1be954504f79c3305b0111071757e7
-----------------------------------------------------------------------
Summary of changes:
src/ctrl.c | 17 +---
src/db.h | 4 +
src/db_hlr.c | 51 ++++++++++
src/luop.c | 21 ++--
src/luop.h | 2 +
tests/Makefile.am | 22 ++++-
tests/ctrl_test_runner.py | 241 ---------------------------------------------
tests/db/db_test.c | 6 ++
tests/test_nodes.vty | 117 ++++++++++++++++++++++
tests/test_subscriber.ctrl | 27 +++++
10 files changed, 245 insertions(+), 263 deletions(-)
delete mode 100644 tests/ctrl_test_runner.py
create mode 100644 tests/test_nodes.vty
create mode 100644 tests/test_subscriber.ctrl
hooks/post-receive
--
UNNAMED PROJECT