aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/paging.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-10 13:33:26 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-10 13:33:26 +0100
commitd863f9cbeaac2b16a226021bc9817e51550a3329 (patch)
treedcb8739366d253f129c6e5e5266c3d744ce2ead3 /include/osmo-bts/paging.h
parent20f542280330d1181d04ea34ef876358f710d6c8 (diff)
parent4fcda92d7be7dd2df1870156206fea30cd02d3cc (diff)
Merge branch 'jerlbeck/agch-queue'
Diffstat (limited to 'include/osmo-bts/paging.h')
-rw-r--r--include/osmo-bts/paging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmo-bts/paging.h b/include/osmo-bts/paging.h
index d31f5c12..38accd72 100644
--- a/include/osmo-bts/paging.h
+++ b/include/osmo-bts/paging.h
@@ -40,7 +40,8 @@ int paging_add_imm_ass(struct paging_state *ps, const uint8_t *data,
uint8_t len);
/* generate paging message for given gsm time */
-int paging_gen_msg(struct paging_state *ps, uint8_t *out_buf, struct gsm_time *gt);
+int paging_gen_msg(struct paging_state *ps, uint8_t *out_buf, struct gsm_time *gt,
+ int *is_empty);
/* inspection methods below */