aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorAravind Sirsikar <arvind.sirsikar@radisys.com>2016-03-23 18:29:46 +0530
committerHarald Welte <laforge@gnumonks.org>2016-03-30 22:02:47 +0200
commita859a2180043759a762af0701a056e23e22f1d19 (patch)
treec03cf573c25bee6ce00be7361a9ed4acc3ff468e /src/rlc.h
parent7a05b039c835868eff34308d861edfeb28d1763b (diff)
Update CPS calculation with new data structures
Update existing CPS calculation function to align with new data structure introduced
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlc.h b/src/rlc.h
index 19dccbee..6a8fd29d 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -132,8 +132,8 @@ void gprs_rlc_data_info_init_ul(struct gprs_rlc_data_info *rlc,
GprsCodingScheme cs, bool with_padding);
void gprs_rlc_data_block_info_init(struct gprs_rlc_data_block_info *rdbi,
GprsCodingScheme cs, bool with_padding);
-unsigned int gprs_rlc_mcs_cps(GprsCodingScheme cs, int punct, int punct2,
- int with_padding);
+unsigned int gprs_rlc_mcs_cps(GprsCodingScheme cs, enum egprs_puncturing_values
+ punct, enum egprs_puncturing_values punct2, int with_padding);
void gprs_rlc_mcs_cps_decode(unsigned int cps, GprsCodingScheme cs,
int *punct, int *punct2, int *with_padding);