From 33e03065a508f1238056f36841b97d38083ac18b Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 19 Jan 2017 17:01:15 +0700 Subject: tests/conv: add GSM 05.03 specific test This change extends the convolutional code test coverage, adding the GSM 05.03 specific test vectors, generated by the conv_gen.py. Inspired by Tom's patch: http://lists.osmocom.org/pipermail/openbsc/2014-April/007364.html Change-Id: I76d1cd4032d2f74c5bb93bde4fab99aa655b7f1a --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4c6a78f2..5111b25d 100644 --- a/.gitignore +++ b/.gitignore @@ -122,6 +122,7 @@ src/gsm/gsm0503_conv.c include/osmocom/core/crc*gen.h include/osmocom/core/bit*gen.h include/osmocom/gsm/gsm0503.h +tests/conv/gsm0503_test_vectors.c # vi files *.sw? -- cgit v1.2.3