Skip to content
Snippets Groups Projects
  • gabrielC's avatar
    893f36e8
    bug fixes from Fujitsu (bug 29) · 893f36e8
    gabrielC authored
    ----------------------------------------------------------
    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;
      }
    ----------------------------------------------------------
    893f36e8
    History
    bug fixes from Fujitsu (bug 29)
    gabrielC authored
    ----------------------------------------------------------
    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;
      }
    ----------------------------------------------------------