aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-14 12:04:01 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-16 19:37:08 +0100
commitce1beb423cddfddebeb2ebacb60eb10506eeff71 (patch)
treebce13c3e2368f31aa46a513678a536395181ab4d /src/rlc.h
parent784a0bd0001e4e81167eda6e3bb4a2001d24d1f6 (diff)
edge: Store GprsCodingScheme in gprs_rlc_data
Currently the coding scene is stored as number N, where there scheme is CS-N. This commit replaces this by a GprsCodingScheme type cs value. The gprs_rlcmac_cs table is no longer needed and thus removed. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlc.h b/src/rlc.h
index 81689945..bc93c2d4 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -86,7 +86,7 @@ struct gprs_rlc_data {
/* block len of history */
uint8_t len;
- uint8_t cs;
+ GprsCodingScheme cs;
};
/*