On Sat, Mar 26, 2016 at 09:35:11PM +0100, Neels Hofmeyr wrote:
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.
thanks, merged.