aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 16:40:42 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 16:40:42 +0800
commita6a20b4ff6e2f921b913295556a1cafed4ce71e8 (patch)
tree37ca74ee0d5898791c29f774ee6f285dac5b92ed /openbsc/src/gprs/sgsn_main.c
parent8645e101da22d539342d2e356bdab6cbf92ed9ef (diff)
libgb: Use library SS_L_NS instead lf local SS_NS
which removes some further dependencies of libgb to openbsc internal code and data.
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index 640388d80..9600c2388 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -239,7 +239,7 @@ int main(int argc, char **argv)
gprs_bssgp_vty_init();
gprs_llc_vty_init();
gprs_sndcp_vty_init();
- /* FIXME: register signal handler for SS_NS */
+ /* FIXME: register signal handler for SS_L_NS */
rc = sgsn_parse_config(sgsn_inst.config_file, &sgsn_inst.cfg);
if (rc < 0) {