aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-11 06:34:24 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-11 06:34:24 +0200
commitc1c1dd260a02d7679f0e1aff28f319defed950eb (patch)
tree57569974a5b0f89cc32295afc260666ff3f99b51 /openbsc/src/gprs/gb_proxy_main.c
parent99e3248192caa1348a28e4a5eda3db745960fd31 (diff)
[gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSs
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_main.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/gb_proxy_main.c b/openbsc/src/gprs/gb_proxy_main.c
index 0054b7844..72f1417bc 100644
--- a/openbsc/src/gprs/gb_proxy_main.c
+++ b/openbsc/src/gprs/gb_proxy_main.c
@@ -118,6 +118,7 @@ int main(int argc, char **argv)
exit(1);
}
gbcfg.nsi = gbprox_nsi;
+ register_signal_handler(SS_NS, &gbprox_signal, NULL);
nsip_listen(gbprox_nsi, gbcfg.nsip_listen_port);
/* 'establish' the outgoing connection to the SGSN */