From 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 16 Oct 2017 14:58:00 +0200 Subject: Add functions for extended RACH coding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/conv/conv_gsm0503_test.ok | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/conv') 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 -- cgit v1.2.3