diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-01-15 12:55:57 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-01-16 12:52:01 +0000 |
commit | 12142950625df5e16be936057be388290c07750f (patch) | |
tree | 34b1fe295ad2d38483a11e18a421910971f3cece /tests/conv/conv_test.ok | |
parent | 8928747a3ea1c1d02239b422c0ad25b8e22bcaf2 (diff) |
tests/conv: add LTE PBCH test vector
Change-Id: I1a3a48bba9ee32a0bacc0b05d25358496dbcbc1b
Diffstat (limited to 'tests/conv/conv_test.ok')
-rw-r--r-- | tests/conv/conv_test.ok | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/conv/conv_test.ok b/tests/conv/conv_test.ok index 21229619..eceadb09 100644 --- a/tests/conv/conv_test.ok +++ b/tests/conv/conv_test.ok @@ -42,6 +42,14 @@ [..] Encoding / Decoding cycle : OK [..] Encoding / Decoding cycle : OK +[+] Testing: LTE PBCH (non-recursive, tail-biting, non-punctured) +[.] Input length : ret = 40 exp = 40 -> OK +[.] Output length : ret = 120 exp = 120 -> OK +[.] Random vector checks: +[..] Encoding / Decoding cycle : OK +[..] Encoding / Decoding cycle : OK +[..] Encoding / Decoding cycle : OK + [+] Testing: ??? (non-recursive, direct truncation, not punctured) [.] Input length : ret = 224 exp = 224 -> OK [.] Output length : ret = 448 exp = 448 -> OK |