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;
  }
```
-------------------------------------------------------
Showing
Please register or sign in to comment