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)