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 /tests/conv | |
| 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 'tests/conv')
| -rw-r--r-- | tests/conv/conv_gsm0503_test.ok | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/conv/conv_gsm0503_test.ok b/tests/conv/conv_gsm0503_test.ok index e6e25727..39480ca0 100644 --- a/tests/conv/conv_gsm0503_test.ok +++ b/tests/conv/conv_gsm0503_test.ok @@ -14,6 +14,14 @@  [..] Encoding / Decoding cycle : OK  [..] Encoding / Decoding cycle : OK +[+] Testing: gsm0503_rach_ext +[.] Input length  : ret =  17  exp =  17 -> OK +[.] Output length : ret =  36  exp =  36 -> OK +[.] Random vector checks: +[..] Encoding / Decoding cycle : OK +[..] Encoding / Decoding cycle : OK +[..] Encoding / Decoding cycle : OK +  [+] Testing: gsm0503_sch  [.] Input length  : ret =  35  exp =  35 -> OK  [.] Output length : ret =  78  exp =  78 -> OK  | 
