aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/paging.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-26 15:38:31 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-27 14:42:40 +0200
commitba06cc6cb84531155d246f7fce576f1d103ed7ed (patch)
tree02024fd35b96aca1b62c40e0bd04b07ab27bfd94 /openbsc/src/libbsc/paging.c
parent408856088bcf376f5317803fd8d1747f8b920054 (diff)
bsc: Improve handling of paging_request return value
Detail better in the API documentation what's the expected return value for paging_request. Change-Id: I17fa3b549bff297531b2777d658b0e0112a3031f
Diffstat (limited to 'openbsc/src/libbsc/paging.c')
-rw-r--r--openbsc/src/libbsc/paging.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/paging.c b/openbsc/src/libbsc/paging.c
index 78e39c558..22c676fe9 100644
--- a/openbsc/src/libbsc/paging.c
+++ b/openbsc/src/libbsc/paging.c
@@ -326,6 +326,9 @@ int paging_request_bts(struct gsm_bts *bts, struct bsc_subscr *bsub,
return 1;
}
+/*! Page a request on all BTS within Location Area
+ * \returns Amount of BTS to which the paging request was sent, negative on error.
+ */
int paging_request(struct gsm_network *network, struct bsc_subscr *bsub,
int type, gsm_cbfn *cbfn, void *data)
{