Ieee80211BitDomainTest.ned 1.1 KB

123456789101112131415161718192021222324252627282930
  1. //
  2. // Copyright (C) 2014 OpenSim Ltd.
  3. //
  4. // This program is free software; you can redistribute it and/or
  5. // modify it under the terms of the GNU Lesser General Public License
  6. // as published by the Free Software Foundation; either version 2
  7. // of the License, or (at your option) any later version.
  8. //
  9. // This program is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU Lesser General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU Lesser General Public License
  15. // along with this program; if not, see <http://www.gnu.org/licenses/>.
  16. //
  17. package ieee80211;
  18. module Ieee80211BitDomainTest
  19. {
  20. parameters:
  21. string convolutionalCoderModule = default("");
  22. string interleaverModule = default("");
  23. string scramblerModule = default("");
  24. int numberOfRandomErrors = default(0);
  25. string testType; // interleaver, scrambler, convCoder or all
  26. string testFile;
  27. @class(Ieee80211BitDomainTest);
  28. }