aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/telnet_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/telnet_interface.h')
-rw-r--r--openbsc/include/openbsc/telnet_interface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsc/include/openbsc/telnet_interface.h b/openbsc/include/openbsc/telnet_interface.h
index 97357d794..d3381e0a4 100644
--- a/openbsc/include/openbsc/telnet_interface.h
+++ b/openbsc/include/openbsc/telnet_interface.h
@@ -35,13 +35,6 @@ struct telnet_connection {
struct gsm_network *network;
struct bsc_fd fd;
struct vty *vty;
-
- int bts;
-
- int command;
- char *imsi;
- char commands[1024];
- int read;
};