Hey,
I compiled with -Wall -Werror and fixed the easy ones. While doing it I encountered one bug in the bsc_hack.c..
int ipaccess_setup(struct gsm_network *gsmnet) is called with a struct gsm_bts*... The current ipaccess_setup need to be called once per network (as we should only bind to the address once...).
any idea what to do?
z.