Migrate VTY code to libosmovty

This commit is contained in:
Harald Welte 2010-05-19 19:45:32 +02:00
parent b1020d5135
commit ac1a715f0b
2 changed files with 8 additions and 6 deletions

View File

@ -37,11 +37,12 @@
#include <openbsc/signal.h>
#include <openbsc/gprs_ns.h>
#include <openbsc/gprs_bssgp.h>
#include <openbsc/telnet_interface.h>
#include <openbsc/vty.h>
#include <vty/vty.h>
#include <vty/command.h>
#include <osmocom/vty/vty.h>
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
/* FIXME: this should go to some common file as it is copied
* in vty_interface.c of the BSC */

View File

@ -37,11 +37,12 @@
#include <openbsc/signal.h>
#include <openbsc/gprs_ns.h>
#include <openbsc/gprs_bssgp.h>
#include <openbsc/telnet_interface.h>
#include <openbsc/vty.h>
#include <vty/vty.h>
#include <vty/command.h>
#include <osmocom/vty/vty.h>
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
static struct gprs_ns_inst *vty_nsi = NULL;