Manual For VTY interface

Hi,

While browsing through the wiki, I did not find a page for the VTY interface.

Does it really not exist or did I miss it ?

If it does not exist, I am planning to write one and send it to the
mailing list.

I have gone through some of the commands while reading the code and I
want to share what I have learnt.

Regards,
RM

Re: Manual For VTY interface

On Wed, May 28, 2014 at 01:52:54PM -0400, R M wrote:
> Hi,

Hi,

> If it does not exist, I am planning to write one and send it to the
> mailing list.

sure go ahead and create it. Some years ago I created a VTY command
to dump an XML representation of all commands and inside libosmocore.
Inside the osmocom-python script there is a doc dumping utility that
can launch an application and generate a .xml file. One can create
an additional xml file with information not available in the VTY and
use the merge_doc.xsl to merge the generated and hand written
documents.

> I have gone through some of the commands while reading the code and I
> want to share what I have learnt.

sure, sharing knowledge is always great!