aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-30 12:00:08 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-19 08:43:33 +0000
commit4382e4e8fe05b59492ab1b38ddb5972831d0b533 (patch)
treefce5a6aa3f0865441315a3cbe033265d5ea5e60a /src/bts.h
parent735e435e8ef40dd1a68581858d1bc39bd8898c63 (diff)
Move paging generation into PDCH
Previously paging was prepared inside BTS function and than handed over to PDCH function. Move the actual preparation into PDCH to better decouple PDCH from BTS. Related: OS#1539 Change-Id: I389fb16b6e54040770c21f88edbcb8e045636928
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bts.h b/src/bts.h
index f9f385b7..25f8ccde 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -73,7 +73,7 @@ struct gprs_rlcmac_pdch {
struct gprs_rlcmac_paging *dequeue_paging();
struct msgb *packet_paging_request();
- void add_paging(struct gprs_rlcmac_paging *pag);
+ bool add_paging(uint8_t chan_needed, uint8_t *identity_lv);
void free_resources();