aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.h
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2012-06-29 22:53:15 +0400
committerIvan Kluchnikov <kluchnikovi@gmail.com>2012-06-29 22:53:15 +0400
commitc7e7f6868b6f24346424dee904f4e76d3f216ff4 (patch)
tree9c6d6fc6dea16ae7e72154d34a7bbc7ed7a53ea8 /src/pcu_l1_if.h
parentbbbd79d6f1abd4e7f865f72c15878e0f32f252c3 (diff)
Implemented Paging procedure on CCCH.
Added functions: - gprs_bssgp_pcu_rx_paging_ps() for handling paging message from BSSGP; - write_paging_request() for writing paging request message; - gprs_rlcmac_paging_request() and pcu_l1if_tx_pch() for sending paging request message to BTS.
Diffstat (limited to 'src/pcu_l1_if.h')
-rw-r--r--src/pcu_l1_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcu_l1_if.h b/src/pcu_l1_if.h
index 241f4943..82fa8840 100644
--- a/src/pcu_l1_if.h
+++ b/src/pcu_l1_if.h
@@ -53,6 +53,7 @@ void pcu_l1if_tx_pdtch(msgb *msg, uint8_t trx, uint8_t ts, uint16_t arfcn,
void pcu_l1if_tx_ptcch(msgb *msg, uint8_t trx, uint8_t ts, uint16_t arfcn,
uint32_t fn, uint8_t block_nr);
void pcu_l1if_tx_agch(bitvec * block, int len);
+void pcu_l1if_tx_pch(bitvec * block, int len);
int pcu_l1if_open(void);
void pcu_l1if_close(void);