aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoding.h')
-rw-r--r--src/decoding.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decoding.h b/src/decoding.h
index 99cb3187..af0bb13a 100644
--- a/src/decoding.h
+++ b/src/decoding.h
@@ -57,4 +57,8 @@ public:
const EGPRS_AckNack_Desc_t *desc,
struct bitvec *bits, int *bsn_begin, int *bsn_end,
struct gprs_rlc_dl_window *window);
+ static int decode_gprs_acknack_bits(
+ const Ack_Nack_Description_t *desc,
+ bitvec *bits, int *bsn_begin, int *bsn_end,
+ gprs_rlc_dl_window *window);
};