Skip to content
  • Gabriel's avatar
    bug fixes from Fujitsu (bug 29) · 893f36e8
    Gabriel authored and Cédric Roux's avatar Cédric Roux committed
    ----------------------------------------------------------
    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