aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-30 17:21:19 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-01 10:57:44 +0200
commitf78a3b2a2251ad19d6f0c8953173bc07aebbf6e3 (patch)
tree5ce28baed97eff91cc6c73a1d15814ad0e550ea3 /openbsc/src/gprs/sgsn_main.c
parentcacbc73d5e93174b5084f174a324c35620e4d1c6 (diff)
[SGSN] Add VTY interface for SNDCP
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 27d156ac0..26478671b 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -173,6 +173,7 @@ int main(int argc, char **argv)
gprs_ns_vty_init(bssgp_nsi);
gprs_bssgp_vty_init();
gprs_llc_vty_init();
+ gprs_sndcp_vty_init();
/* FIXME: register signal handler for SS_NS */
rc = sgsn_parse_config(sgsn_inst.config_file, &sgsn_inst.cfg);