On 01/12/2011 09:39 AM, Luca Bertoncello wrote:
Hi, list!
I need to restart the communication between the BTS and OpenBSC, in
order to change some parameters.
I think, I have to use the command "drop bts connection BTS oml".
Unfortunately, I can't find this command in the VTY...
I see in the code (vty_interface.c), that it is defined for the
VIEW_NODE, but I can't find it in the VTY.
Which branch are you looking at? The command is in bsc_vty.c and is registered
at the ENABLE_NODE (see below). You will need to enter this node, just like
when configuring things.
install_element(ENABLE_NODE, &drop_bts_cmd);