summaryrefslogtreecommitdiffstats
path: root/src/vty/telnet_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vty/telnet_interface.c')
-rw-r--r--src/vty/telnet_interface.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vty/telnet_interface.c b/src/vty/telnet_interface.c
index 218f9abf..d53881a1 100644
--- a/src/vty/telnet_interface.c
+++ b/src/vty/telnet_interface.c
@@ -38,6 +38,12 @@
/*! \addtogroup telnet_interface
* @{
+ * \brief Telnet interface towards Osmocom VTY
+ *
+ * This module contains the code implementing a telnet server for VTY
+ * access. This telnet server gets linked into each libosmovty-using
+ * process in order to enable interactive command-line introspection,
+ * interaction and configuration.
*/
/*! \file telnet_interface.c */