Skip to content
Snippets Groups Projects
Commit 893f36e8 authored by Gabriel's avatar Gabriel Committed by Cédric Roux
Browse files

bug fixes from Fujitsu (bug 29)

----------------------------------------------------------
bug 29

Ttile:
FDD should be TDD.

Bug Location:
  switch (oai_emulation.info.frame_type[0]) {
  case FDD:
    frame_type = "FDD";
    break;

  case TDD:
    frame_type = "FDD";
    break;
  }
----------------------------------------------------------
parent 899d1506
No related branches found
No related tags found
1 merge request!184develop_integration_w19 into develop
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment