From 404cdd8951647b0f9ae9021cbc04798a05282a23 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 10 Mar 2009 12:21:45 +0000 Subject: make telnet interface use VTY code --- include/openbsc/telnet_interface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/openbsc/telnet_interface.h b/include/openbsc/telnet_interface.h index 228b6231f..b5a0ec400 100644 --- a/include/openbsc/telnet_interface.h +++ b/include/openbsc/telnet_interface.h @@ -25,6 +25,8 @@ #include "linuxlist.h" #include "select.h" +#include + #define TELNET_COMMAND_48 1 #define TELNET_COMMAND_11 2 @@ -32,6 +34,8 @@ struct telnet_connection { struct llist_head entry; struct gsm_network *network; struct bsc_fd fd; + struct vty *vty; + int bts; int command; -- cgit v1.2.3