2
0

README.testdata 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Setting up test data for the supplied suite of test programs.
  2. -------------------------------------------------------------
  3. Some of the tests in the test suite for this package require test data files. These test
  4. data files fall into four categories:
  5. - Some data files, such as those for some of the FAX tests, are generated by programs
  6. in the package.
  7. - Some are freely distributable data files, from various sources. These are supplied
  8. with the package.
  9. - Some are test data files from a standards body. These are the copyright material of
  10. the standards body, and so cannot be distributed with this package. However, most of
  11. these files can currently be downloaded at no charge from the standards body's web
  12. site. This file describes which files are needed, and how they may be processed to
  13. produce the right files in the right places for the tests.
  14. - The two industry standard sources of test data for DTMF decoders are Bellcore/Telcordia
  15. and Mitel. Neither of these is either free, or supplied in a form directly usable
  16. with the test suite. These data sources are expected by several tests, and not just
  17. the DTMF decoder tests. Sad to say, you are on your own when trying to source data
  18. for these tests.
  19. For the G.722 tests, obtain the file T-REC-G.722-198703-I!AppII!ZPF-E.zip from the ITU web site,
  20. and place it in this directory. Then run
  21. ./unpack_g722_data.sh
  22. For the G.726 tests, obtain the file T-REC-G.726-199103-I!AppII!SOFT-ZST-E.zip from the ITU web
  23. site, and place it in this directory. Then run
  24. ./unpack_g726_data.sh
  25. For the V.42bis tests, obtain the file T-REC-V.56ter-199608-I!!ZPF-E.zip from the ITU web
  26. site, and place it in this directory. Then run
  27. ./unpack_t56ter_data.sh
  28. For the GSM 06.10 tests, obtain the file en_300961v080101p0.zip from the ETSI web site,
  29. and place it in this directory. If you are able to run .exe (i.e. MS DOS or Windows)
  30. files you can simply run
  31. ./unpack_gsm0610_data.sh
  32. If you are unable to run .exe files on the machine you are using (e.e. you are not using Cygwin,
  33. Mingw, Wine, FreeDOS or something of that sort) you will need to find a machine which will. First,
  34. run
  35. ./unpack_gsm0610_data.sh --no-exe
  36. This will leave 6 .EXE files in the etsitetss/gsm0610 directory. Take these to a machine which
  37. can run .EXE files, and execute all of them. This should result in a number of files which end
  38. with .COD, INP and .OUT. Copy these to the etsitests/gsm0610 directory, and run
  39. ./unpack_gsm0610_data.sh --no-exe-continue
  40. The remainder of the extraction and repacking of files should then take place.