aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 12:25:53 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 12:38:07 +0800
commite6599ee180564615e102312ec641f03f805752b0 (patch)
tree0e86cc8807677d7a2f9d472f132a94729bb415fa /openbsc/src/gprs/gb_proxy_main.c
parentb1fd9022ebbf8539cbf52d22a7f0723225eefe02 (diff)
libgb: prefix all NS related functions with gprs_
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_main.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gb_proxy_main.c b/openbsc/src/gprs/gb_proxy_main.c
index e9f337fd5..921b53f76 100644
--- a/openbsc/src/gprs/gb_proxy_main.c
+++ b/openbsc/src/gprs/gb_proxy_main.c
@@ -246,7 +246,7 @@ int main(int argc, char **argv)
exit(2);
}
- if (!nsvc_by_nsei(gbcfg.nsi, gbcfg.nsip_sgsn_nsei)) {
+ if (!gprs_nsvc_by_nsei(gbcfg.nsi, gbcfg.nsip_sgsn_nsei)) {
LOGP(DGPRS, LOGL_FATAL, "You cannot proxy to NSEI %u "
"without creating that NSEI before\n",
gbcfg.nsip_sgsn_nsei);