diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-01-19 17:01:15 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-04-30 02:59:42 +0700 |
commit | 33e03065a508f1238056f36841b97d38083ac18b (patch) | |
tree | 70d51d4763293829835b53d71dca1113920f788a /.gitignore | |
parent | f74cfd35acadbebe7ccd9fc02d05920958f43ad3 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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? |