aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-19 18:50:22 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:10 +0100
commit6ca0a9076e77146e0d5b6ce5f1330b15c5699aa5 (patch)
treeb1b104d65e8f672ba8f47201766cbff666972435 /src/gprs_rlcmac.h
parent9446485e3d5943b735b733bfbbbfcf06a0a36274 (diff)
encoding: Move encoding routines into a separate file
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h
index 92c10884..d14f3805 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -136,6 +136,8 @@ void write_packet_downlink_assignment(RlcMacDownlink_t * block, uint8_t old_tfi,
void write_packet_uplink_ack(struct gprs_rlcmac_bts *bts, RlcMacDownlink_t * block, struct gprs_rlcmac_tbf *tbf,
uint8_t final);
+int write_paging_request(bitvec * dest, uint8_t *ptmsi, uint16_t ptmsi_len);
+
int gprs_rlcmac_tx_ul_ud(gprs_rlcmac_tbf *tbf);
int gprs_rlcmac_poll_timeout(struct gprs_rlcmac_bts *bts, struct gprs_rlcmac_tbf *tbf);