Hi, list!
I'm planing to write a little function in OpenBSC to allow me to change network data in real time (without stopping and starting OpenBSC again).
I'd like to change MCC, MNC, ARFCN, LAC and some other cells information.
I tried to call shutdown_om for every BTS (just 1) and then bootstrap_bts, but it does not seems to work...
Can someone say me what I'm doing false?
Thanks a lot Luca Bertoncello
On 10/13/2010 03:45 PM, Luca Bertoncello wrote:
Hi, list!
I tried to call shutdown_om for every BTS (just 1) and then bootstrap_bts, but it does not seems to work...
Can someone say me what I'm doing false?
not without seeing the code... you can try if it works in theory by using the "drop bts connection (rsl|oml) NR" command. This will close the IP connection to the BTS, it will reconnect...
Am Tue, 19 Oct 2010 17:09:07 +0200 schrieb Holger Hans Peter Freyther holger@freyther.de:
not without seeing the code... you can try if it works in theory by using the "drop bts connection (rsl|oml) NR" command. This will close the IP connection to the BTS, it will reconnect...
Hi, Holger,
thanks for your answer. I can't find this command... Is it a VTY-command? Or what?
Thanks a lot Luca
On 10/25/2010 09:38 AM, Holger Hans Peter Freyther wrote:
On 10/25/2010 09:08 AM, Luca Bertoncello wrote:
thanks for your answer. I can't find this command... Is it a VTY-command? Or what?
VTY command but only in the onwaves branch, I will merge it today.
Okay... I merged it now... it should work(tm).