VTY-command "drop bts connection"

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Wed Jan 12 08:59:50 UTC 2011


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);




More information about the OpenBSC mailing list