aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 12:20:12 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 12:22:12 +0200
commit2e918a87ebace1886ff29dc8ccbfe5aede695184 (patch)
tree91eaca71485de988a907d930b0464d0902f3d598 /openbsc/src/gprs/sgsn_main.c
parent68b99a4a084eaf2e9a867e42853cea636691cca2 (diff)
[GPRS] LLC: Add VTY interface for LLC
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c2
1 files changed, 2 insertions, 0 deletions
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 <openbsc/sgsn.h>
#include <openbsc/gprs_ns.h>
#include <openbsc/gprs_bssgp.h>
+#include <openbsc/gprs_llc.h>
#include <gtp.h>
@@ -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);