1) Modifying the code such that i can specify
different mnc for each bts
with one executable program. Maybe, two different gsm network can be defined
as network1 and network2 (similar to bts0,bts1,...). So i can give different
network parameters for different networks and run them with one program.
That's an option. See nv_put_prim_oml in ipaccess-config.c
we still use the global bsc_gsmnet in many places. We need to remove that to
allow something like this.