Am Wed, 12 Jan 2011 09:59:50 +0100 schrieb Holger Hans Peter Freyther holger@freyther.de:
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);
I'm using the branch on-waves/bsc-master, and I see the line:
install_element(VIEW_NODE, &drop_bts_cmd);
So, I think, it should to available for a normal user. But it's not. I searched in many session, and I didn't found it...
Thanks