aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-23 18:08:26 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-23 18:34:58 +0100
commita27303094ab8bedb0a3b3bfe771daeed10a2e0a9 (patch)
tree146d6a943d44c950ee10244691c01061624ae309 /openbsc/src/gprs/sgsn_vty.c
parent49f9e5b6b42cae9f6083e5c69c70af0b29b15b23 (diff)
sgsn/ctrl: Add ctrl interface, implement listing subscribers
Add the control interface with no hierachy right now and implement the first command to list IMSI + Context Address of active sessions. sgsn_cmd_handle could share more code with bsc variant. Fixes: SYS#264, SYS#265
Diffstat (limited to 'openbsc/src/gprs/sgsn_vty.c')
-rw-r--r--openbsc/src/gprs/sgsn_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_vty.c b/openbsc/src/gprs/sgsn_vty.c
index 5fb7145c1..31c94f796 100644
--- a/openbsc/src/gprs/sgsn_vty.c
+++ b/openbsc/src/gprs/sgsn_vty.c
@@ -71,7 +71,7 @@ static char *gprs_apn2str(uint8_t *apn, unsigned int len)
return apnbuf+1;
}
-static char *gprs_pdpaddr2str(uint8_t *pdpa, uint8_t len)
+char *gprs_pdpaddr2str(uint8_t *pdpa, uint8_t len)
{
static char str[INET6_ADDRSTRLEN + 10];