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 56ea30ff3f9f98a4903d060196b185ce124d7eaa (commit) from 3ad0346f00c4d135f7d4d15017ce2941e13e2c54 (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=56ea30ff3f9f98a4903d060196b185ce1...
commit 56ea30ff3f9f98a4903d060196b185ce124d7eaa Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Sat Mar 26 21:35:11 2016 +0100
osmo-bsc: fix compiler warning: store struct in vty->index
Don't store an MSC index number in the vty->index void* value. Instead, store the osmo_msc_data struct directly. Thus avoid warnings about differences in int vs void* sizes, and save some index lookups.
-----------------------------------------------------------------------
Summary of changes: openbsc/src/osmo-bsc/osmo_bsc_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org