diff options
author | Max <msuraev@sysmocom.de> | 2017-10-16 14:58:00 +0200 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2017-12-11 10:36:47 +0000 |
commit | 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e (patch) | |
tree | 401803f3b61944c3264c341a54878c8456c61110 /TODO-RELEASE | |
parent | 9dd3bf0cb4e780b54772f4abe1e2966b09f99301 (diff) |
Add functions for extended RACH coding
Add support for extended RACH (11 bit) according 3GPP TS 45.003 ยง5.3.2:
* convolutional code with puncturing
* encoding/decoding routines
* corresponding tests
Change-Id: I85a34a82d5cd39a594ee89d91a2338226066ab5d
Related: OS#1548
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 99865c68..a5def797 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -8,3 +8,4 @@ # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line core msgb_queue_free() add inline func to msgb.h +coding gsm0503_rach_ext-encode() add func to gsm0503_coding.h |