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 33163979212119c6c52d5c4c731a03707710be73 (commit)
via 92f552f344541977d952596bd3d2eaaef4435809 (commit)
via 38e9ea3f7f385c6660c5958970af5c71adc1682b (commit)
from a8f91df851846d4f61a426e113df52faa1fa0144 (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=33163979212119c6c52d5c4c731a0370…
commit 33163979212119c6c52d5c4c731a03707710be73
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Oct 4 17:53:21 2016 +0200
gprs/gprs_llc: count UI frames over SAPI in the statistics
Change-Id: I5f38d70e046ce9ca1342e6f862329dc3cded8995
http://cgit.osmocom.org/openbsc/commit/?id=92f552f344541977d952596bd3d2eaae…
commit 92f552f344541977d952596bd3d2eaaef4435809
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Aug 23 07:32:27 2016 +0200
msc: add counters to track call attempts/active/success/failed
active_calls describe all calls in active state.
call.complete Call got terminated by disconnect requested either by MS or MSC.
call.incomplete Call got terminated by any other reason.
call.active Calls reached active state.
Change-Id: I49b93af2e6a0ba16c2fb00b7b83974e8a6a16df3
http://cgit.osmocom.org/openbsc/commit/?id=38e9ea3f7f385c6660c5958970af5c71…
commit 38e9ea3f7f385c6660c5958970af5c71adc1682b
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Aug 23 06:27:19 2016 +0200
bsc: count the usage of codec by setting the lchan active
we count the codec when the channel was successful setted up
Change-Id: Ifc8a406a11dce16b9e7f3310841e470545550a2c
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 18 +++++++++++++++++-
openbsc/src/gprs/gprs_llc.c | 3 +++
openbsc/src/libbsc/abis_rsl.c | 35 +++++++++++++++++++++++++++++++++++
openbsc/src/libbsc/net_init.c | 1 +
openbsc/src/libmsc/gsm_04_08.c | 34 ++++++++++++++++++++++++++++++++++
5 files changed, 90 insertions(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)