From 550a54184ba44bd0fb9f32c3b2d7691d563013ed Mon Sep 17 00:00:00 2001 From: Aravind Sirsikar Date: Tue, 14 Jun 2016 18:59:18 +0530 Subject: Add Header Type2 support in EGPRS UL This patch will add support for MCS5,6 in EGPRS UL along with incorrect assert correction to let MCS 6 work. Change-Id: Iac2422c8acbdcefe20aafbba6a4eb87c9893e3ba Reviewed-on: https://gerrit.osmocom.org/269 Tested-by: Jenkins Builder Reviewed-by: Harald Welte --- src/decoding.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/decoding.h') diff --git a/src/decoding.h b/src/decoding.h index 50c9e7d3..736adf10 100644 --- a/src/decoding.h +++ b/src/decoding.h @@ -48,6 +48,10 @@ public: struct gprs_rlc_data_info *rlc, const uint8_t *data, const GprsCodingScheme &cs); + static int rlc_parse_ul_data_header_egprs_type_2( + struct gprs_rlc_data_info *rlc, + const uint8_t *data, + const GprsCodingScheme &cs); static int rlc_parse_ul_data_header_gprs( struct gprs_rlc_data_info *rlc, const uint8_t *data, -- cgit v1.2.3