aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.h
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2013-12-11 14:35:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-12 11:03:13 +0100
commit5241c1a018a27b1372f3d02c564acb5188b73ee2 (patch)
tree644c9076c98a565aa979a106b96e7aa096ff7d1a /src/encoding.h
parent52ea8a0d87e695ba3cafedc53498ee53a72ffaf9 (diff)
encoding: Factor out encode_rbb to help testing
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encoding.h b/src/encoding.h
index d0f8f0ab..e62c2c8f 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -54,6 +54,8 @@ public:
uint8_t old_downlink, struct gprs_rlcmac_tbf *tbf, uint8_t poll,
uint8_t alpha, uint8_t gamma, int8_t ta_idx, uint8_t ta_ts);
+ static void encode_rbb(const char *show_rbb, uint8_t *rbb);
+
static void write_packet_uplink_ack(struct gprs_rlcmac_bts *bts, RlcMacDownlink_t * block, struct gprs_rlcmac_tbf *tbf,
uint8_t final);