From 5241c1a018a27b1372f3d02c564acb5188b73ee2 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 11 Dec 2013 14:35:29 +0100 Subject: encoding: Factor out encode_rbb to help testing --- src/encoding.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/encoding.h') 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); -- cgit v1.2.3