From f2f24b09593bb91e84538e7f6c9e51dd642bf5e0 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Fri, 5 Feb 2016 13:16:24 +0100 Subject: edge: Add a bitvec based Decoding::extract_rbb function This shall replace the old one after the transition to bitvec based RBBs. Sponsored-by: On-Waves ehf --- src/decoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoding.h') diff --git a/src/decoding.h b/src/decoding.h index af0bb13..58ecd18 100644 --- a/src/decoding.h +++ b/src/decoding.h @@ -42,6 +42,7 @@ public: static uint8_t get_egprs_ms_class_by_capability(MS_Radio_Access_capability_t *cap); static void extract_rbb(const uint8_t *rbb, char *extracted_rbb); + static void extract_rbb(const struct bitvec *rbb, char *show_rbb); static int rlc_parse_ul_data_header(struct gprs_rlc_data_info *rlc, const uint8_t *data, GprsCodingScheme cs); -- cgit v1.2.3