aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-28 14:54:08 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2016-02-01 13:58:13 +0100
commit5ffbb2744f77f497db80efceb405ff248386cb1c (patch)
tree69c1604a49033f3200ccc23b18a64d33d13f19ff /src/encoding.h
parenta24e1cd50839ef217ba4fe213ad840693b9fb82d (diff)
encoding: Remove RlcMacDownlink_t based write_packet_uplink_ack
This is the CSN1-encoder based variant, which has been replaced and is no longer being used. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/encoding.h b/src/encoding.h
index e88ef22a..ce17d6f6 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -56,8 +56,6 @@ public:
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_ul_tbf *tbf,
- uint8_t final);
static void write_packet_uplink_ack(
struct gprs_rlcmac_bts *bts, bitvec * dest,
struct gprs_rlcmac_ul_tbf *tbf, bool is_final);