| 2504 | } |
| 2505 | |
| 2506 | const char* SACCHL1Encoder::descriptiveString() const |
| 2507 | { |
| 2508 | // It is a const wannabe. |
| 2509 | if (mSacchDescriptiveString.length() == 0) { |
| 2510 | Unconst(this)->mSacchDescriptiveString = string(L1Encoder::descriptiveString()) + "-SACCH"; |
| 2511 | } |
| 2512 | return mSacchDescriptiveString.c_str(); |
| 2513 | } |
| 2514 | |
| 2515 | |
| 2516 | void SACCHL1Encoder::setPhy(const SACCHL1Encoder& other) |
no test coverage detected