From 2e918a87ebace1886ff29dc8ccbfe5aede695184 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 18 May 2010 12:20:12 +0200 Subject: [GPRS] LLC: Add VTY interface for LLC --- openbsc/src/gprs/sgsn_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/src/gprs/sgsn_main.c') diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c index fca392adc..2a119e3a8 100644 --- a/openbsc/src/gprs/sgsn_main.c +++ b/openbsc/src/gprs/sgsn_main.c @@ -45,6 +45,7 @@ #include #include #include +#include #include @@ -161,6 +162,7 @@ int main(int argc, char **argv) bssgp_nsi = sgsn_inst.cfg.nsi = sgsn_nsi; gprs_ns_vty_init(bssgp_nsi); gprs_bssgp_vty_init(); + gprs_llc_vty_init(); /* FIXME: register signal handler for SS_NS */ rc = sgsn_parse_config(sgsn_inst.config_file, &sgsn_inst.cfg); -- cgit v1.2.3