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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, vlr_3G has been updated
via bd6301813c94dd8b26a7e17cdf13eb841822b51d (commit)
from 5acffbdedaff8e402508716546686d462f085fef (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=bd6301813c94dd8b26a7e17cdf13eb84…
commit bd6301813c94dd8b26a7e17cdf13eb841822b51d
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu May 11 17:23:11 2017 +0200
contrib: Change systemd requirements so the services connect properly
Change-Id: Id5bfbcd0d906d1aa9c2de9cb7a0e7d0053ea2375
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 5 +++--
openbsc/contrib/systemd/osmo-sgsn.service | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
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 13f476282732c81f3e7d7eb6c47c9645725c7451 (commit)
from b904091173d6841f4970448f1ef649e7189d74cd (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=13f476282732c81f3e7d7eb6c47c…
commit 13f476282732c81f3e7d7eb6c47c9645725c7451
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 10 01:01:13 2017 +0700
configure.ac: fix build on systems without SIMD support
HAVE_AVX2, HAVE_SSE3 and HAVE_SSE4_1 were never defined if CPU
architecture doesn't match the (86*|x86_64*|amd64*) condition.
Change-Id: If0c3128f9768f95c1f5f955db242e71c81384c6c
-----------------------------------------------------------------------
Summary of changes:
m4/ax_check_simd.m4 | 7 ++++---
1 file changed, 4 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/aoip has been updated
via d52abbd0992300bff3fc7d5507f1eb3c1f973919 (commit)
from dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7 (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=d52abbd0992300bff3fc7d5507f1eb3c…
commit d52abbd0992300bff3fc7d5507f1eb3c1f973919
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 11 14:31:35 2017 +0200
sgsn: add missing osmo_ss7_init()
Change-Id: I7abe7a96fc4f46757605a75334a3bd240f54faf3
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_main.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5121576b0c6c323ae5f92d8d987b8c0899d99db0 (commit)
from 7b62d54b52457ecae649ead12e67369b3e09c235 (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=5121576b0c6c323ae5f92d8d987b8c08…
commit 5121576b0c6c323ae5f92d8d987b8c0899d99db0
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon May 8 20:57:52 2017 +0200
src: use osmo_timer_setup()
Use new function available in libosmocore to set up timers. Compile
tested only.
Change-Id: Ibcfd915688e97d370a888888a83a7c95cbe16819
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 8 ++------
openbsc/src/gprs/gprs_sgsn.c | 4 +---
openbsc/src/gprs/gtphub.c | 4 +---
openbsc/src/gprs/sgsn_ares.c | 4 +---
openbsc/src/gprs/sgsn_cdr.c | 4 ++--
openbsc/src/gprs/sgsn_libgtp.c | 3 +--
openbsc/src/ipaccess/abisip-find.c | 4 +---
openbsc/src/ipaccess/ipaccess-proxy.c | 3 +--
openbsc/src/libbsc/abis_rsl.c | 24 ++++++++----------------
openbsc/src/libbsc/bsc_api.c | 3 +--
openbsc/src/libbsc/bsc_msc.c | 6 ++----
openbsc/src/libbsc/bsc_rf_ctrl.c | 12 ++++--------
openbsc/src/libbsc/bsc_rll.c | 4 +---
openbsc/src/libbsc/bts_nokia_site.c | 4 ++--
openbsc/src/libbsc/handover_logic.c | 3 +--
openbsc/src/libbsc/paging.c | 11 +++++------
openbsc/src/libcommon/gsup_client.c | 6 ++----
openbsc/src/libcommon/gsup_test_client.c | 3 +--
openbsc/src/libmgcp/mgcp_protocol.c | 3 +--
openbsc/src/libmsc/gsm_04_08.c | 10 ++++------
openbsc/src/libmsc/smpp_openbsc.c | 3 +--
openbsc/src/libmsc/sms_queue.c | 6 ++----
openbsc/src/osmo-bsc/osmo_bsc_msc.c | 6 ++----
openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 6 ++----
openbsc/src/osmo-bsc_nat/bsc_nat.c | 12 ++++--------
openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c | 4 ++--
openbsc/src/osmo-bsc_nat/bsc_ussd.c | 3 +--
openbsc/src/osmo-nitb/bsc_hack.c | 7 +++----
openbsc/src/utils/bs11_config.c | 2 +-
29 files changed, 60 insertions(+), 112 deletions(-)
hooks/post-receive
--
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 b904091173d6841f4970448f1ef649e7189d74cd (commit)
from 44f423f11717367639a12e6b533e293cccf6f6ba (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=b904091173d6841f4970448f1ef6…
commit b904091173d6841f4970448f1ef649e7189d74cd
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 10 13:32:49 2017 +0200
doc: fix incorrect return value description
Change-Id: Ieba009273f911bc4217122a6346220aeb29e8bc4
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
src/gsm/abis_nm.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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 8f7932224451db4e8aeee5291e78c2ffb69cb353 (commit)
from 8c98a8be5215db0a6e4c7e23059ef76aff8d55ba (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/op25/commit/?id=8f7932224451db4e8aeee5291e78c2ffb69…
commit 8f7932224451db4e8aeee5291e78c2ffb69cb353
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed May 10 09:45:34 2017 -0400
add fft and catch exceptions
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/gr_gnuplot.py | 50 ++++++++++++++++++++++-----
op25/gr-op25_repeater/apps/p25_demodulator.py | 3 ++
op25/gr-op25_repeater/apps/rx.py | 27 +++++++++++----
op25/gr-op25_repeater/apps/terminal.py | 28 +++++++++++----
4 files changed, 87 insertions(+), 21 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/aoip has been updated
discards 535f72cce37f70ad1ade917a157c7685a6f4eb23 (commit)
discards 14e6551c72ad8850a9b142ae0c9f34878881b826 (commit)
discards f3c73b19dfe36d10361f128b411137323261ccdf (commit)
discards f34a86e1ec09328d333424e5384b51ae12530f8d (commit)
discards 60d5a6540f5691438425eb4cc2cd0dcc0e4fda99 (commit)
discards c8e64574d7d213d1841a49ea19bf4fc854f5aae3 (commit)
via dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7 (commit)
via 0821f302b917b6304a0b0fdb8e2fe094829fdeec (commit)
via 0a7f6de320cb98ea9520756b664aafc27af6f0a8 (commit)
via 99e468a50e2a60cf4b98c294d2a59d489feefae8 (commit)
via 55b1bfaf0a65ef2cf4b8565241981054d69703a7 (commit)
via 420da966b080b8dece9ae2ce125df2bc29e4d746 (commit)
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (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 (535f72cce37f70ad1ade917a157c7685a6f4eb23)
\
N -- N -- N (dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7)
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/openbsc/commit/?id=dcdfb78aecad3dab3830b0b9d3fc3e86…
commit dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 8 15:11:00 2017 +0200
drop libosmo-ranap from sms_queue test
Change-Id: I0afd8e4db3c84fd1265d3903e389c5164ea73335
http://cgit.osmocom.org/openbsc/commit/?id=0821f302b917b6304a0b0fdb8e2fe094…
commit 0821f302b917b6304a0b0fdb8e2fe094829fdeec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 8 15:10:42 2017 +0200
wip iudummy struct osmo_sccp_addr -- drop this?
Change-Id: I90b807b1c6f2a3e86c81c0906168f8c0fc5440b3
http://cgit.osmocom.org/openbsc/commit/?id=0a7f6de320cb98ea9520756b664aafc2…
commit 0a7f6de320cb98ea9520756b664aafc27af6f0a8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:19:45 2017 +0200
WIP: Integrate AoIP into MSC
http://cgit.osmocom.org/openbsc/commit/?id=99e468a50e2a60cf4b98c294d2a59d48…
commit 99e468a50e2a60cf4b98c294d2a59d489feefae8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Apr 20 18:40:37 2017 +0200
libmsc: make pitfall in gsm0408_dispatch() more obvious
The function gsm0408_dispatch() accepts a message buffer pointer
and accesses the l3h pointer. Even in a properly allocated
message buffer, this may lead into a segfault if the user forgets
to set the l3h pointer. This commit adds assertions to popup a
more expressive error message.
http://cgit.osmocom.org/openbsc/commit/?id=55b1bfaf0a65ef2cf4b8565241981054…
commit 55b1bfaf0a65ef2cf4b8565241981054d69703a7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:26:04 2017 +0200
WIP: Integrate AoIP into OsmoBSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/vlr_3G_sigtran has been updated
discards c8e64574d7d213d1841a49ea19bf4fc854f5aae3 (commit)
via 420da966b080b8dece9ae2ce125df2bc29e4d746 (commit)
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (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 (c8e64574d7d213d1841a49ea19bf4fc854f5aae3)
\
N -- N -- N (420da966b080b8dece9ae2ce125df2bc29e4d746)
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/openbsc/commit/?id=420da966b080b8dece9ae2ce125df2bc…
commit 420da966b080b8dece9ae2ce125df2bc29e4d746
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 9 12:32:51 2017 +0200
WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)
This changes over to the new libosmo-sigtran API with support for
proper SCCP/M3UA/SCTP stacking, as mandated by 3GPP specifications for
the IuCS and IuPS interfaces.
Only the ASP (client) is used, assuming that both the HNB-GWs and RNCs
as well as the MSCs and SGSNs are all connecting as ASP to some STP/SGW
which offers M3UA server functionality as well as point-code and/or
global title based routing.
Tweaked-by: nhofmeyr (test expectation)
Change-Id: If0ff956fbf1484899d59ae1a5885543bca31645b
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, vlr_3G has been updated
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (commit)
from 7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 (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=5acffbdedaff8e402508716546686d46…
commit 5acffbdedaff8e402508716546686d462f085fef
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon May 8 13:04:59 2017 +0200
examples: Change IP address of config files
This helps in providing 3G software packages for the sysmoNITB hardware.
Change-Id: I99ba316be1088c10496025325dfe03035892d394
http://cgit.osmocom.org/openbsc/commit/?id=8de79d472d42ddc1337c66e34ed7f267…
commit 8de79d472d42ddc1337c66e34ed7f26758353e6b
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon May 8 13:04:49 2017 +0200
contrib: Add osmo-msc service file
Change-Id: I60b1b134beec741c50df4c32d44ed51b720e12c9
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
hooks/post-receive
--
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 44f423f11717367639a12e6b533e293cccf6f6ba (commit)
from c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7 (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=44f423f11717367639a12e6b533e…
commit 44f423f11717367639a12e6b533e293cccf6f6ba
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon May 8 18:00:28 2017 +0200
timer: add osmo_timer_setup()
Add a new function timer function to set up the timer, similar to what
we have in the Linux kernel. This patch also converts existing opencoded
timer setup in the libosmocore tree as initial client of this new
function.
This patch implicitly removes function callback passed by reference that
defeat compile time type validation.
Compile-tested only, but I ran make check that reports success when
testing timer infrastructure.
Change-Id: I2fa49972ecaab3748b25168b26d92034e9145666
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/timer.h | 2 ++
src/fsm.c | 3 +--
src/gb/gprs_bssgp.c | 3 +--
src/gb/gprs_ns.c | 3 +--
src/gsm/gsm0411_smc.c | 3 +--
src/gsm/gsm0411_smr.c | 3 +--
src/gsm/lapd_core.c | 6 ++----
src/rate_ctr.c | 2 +-
src/stats.c | 2 +-
src/timer.c | 12 ++++++++++++
tests/timer/timer_test.c | 9 +++------
11 files changed, 26 insertions(+), 22 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications