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 11e4e41ffcd839cf6a570a2c9541e97495db96b4 (commit)
from 7636c0833bd7d6ccf2eb0a67677334a72b5d7a92 (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=11e4e41ffcd839cf6a570a2c9541e974…
commit 11e4e41ffcd839cf6a570a2c9541e97495db96b4
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Apr 20 13:07:58 2017 +0200
Fix MS TO measurement representation
* set proper flag when saving MS Timing Offset
* use gsm_subscriber's IMSI or lchan's name if bsc_subscriber is unknown
* add comments with spec reference
* store/display MS Timing Offset instead of raw Timing Offset field from
RSL
* Compute MS Timing Offset [-63; 192] from Timing Offset field [0; 255],
adjust structure gsm_meas_rep with proper type to store it
Change-Id: I7e003d23a6edb714c5f17688fd6a8edac131161d
Related: OS#1574
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/meas_rep.h | 3 ++-
openbsc/src/libbsc/abis_rsl.c | 20 +++++++++++++++-----
openbsc/src/libbsc/bsc_vty.c | 3 +--
openbsc/src/libmsc/smpp_openbsc.c | 4 ++--
openbsc/src/utils/meas_db.c | 3 +--
openbsc/src/utils/meas_vis.c | 2 +-
6 files changed, 22 insertions(+), 13 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)