Hello Nordin,
On Fri, 14 Aug 2009 11:42:09 +0200, "Nordin" bouchtaoui@gmail.com wrote:
I attached the modified config file, but it's not really special about it. I think Harald hasn't finished that part, as we know he is a very busy man :)
If you look at vty_interface.c, you will notice that there a different configuration commands for the BS-11 and the nanoBTS. For example there is "oml ..." for the BS-11 and "ip.access ..." for the nanoBTS. So the "oml ..." commands in the config file you posted won't work for the nanoBTS. I have not tried it yet, but thats where I would start to modify the config file for the nanoBTS.
Best regards, Dieter
So the "oml ..." commands in the config file you posted won't work for the nanoBTS.
Well it should at least know it is dealing with the nanobts, which is not the case. In function bootstrap_network() of bsc_hack.c the function vty_read_config_file() is called, and that's it. So bsc_hack.c does nothing with the config file. Furthermore, I can't seem to find where the bts->type is filled. So my conclusion is this part is not finished yet.