aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/sysmobts_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/sysmobts_vty.c')
-rw-r--r--src/osmo-bts-sysmo/sysmobts_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/sysmobts_vty.c b/src/osmo-bts-sysmo/sysmobts_vty.c
index 86f54be0..78ad6c93 100644
--- a/src/osmo-bts-sysmo/sysmobts_vty.c
+++ b/src/osmo-bts-sysmo/sysmobts_vty.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <stdint.h>
+#include <ctype.h>
#include <arpa/inet.h>
@@ -210,7 +211,7 @@ DEFUN(show_sys_info, show_sys_info_cmd,
}
-int femtol1_vty_init(struct gsm_bts *bts)
+int bts_model_vty_init(struct gsm_bts *bts)
{
vty_bts = bts;