aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 08:02:36 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 08:02:36 +0200
commitd2a9ed22859dfc4b99bfac7c0010539db3e12a0d (patch)
treeb4add364adc28463c2c57f73e445d91525e8f456 /openbsc/src/gprs/sgsn_main.c
parent03800ba868f732eb1d8d8722568e9f06e51270ef (diff)
[GPRS] SGSN: Activate BSSGP VTY functions
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index 74efe8418..fca392adc 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -160,6 +160,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();
/* FIXME: register signal handler for SS_NS */
rc = sgsn_parse_config(sgsn_inst.config_file, &sgsn_inst.cfg);