| 63 | } |
| 64 | |
| 65 | const char *L3LogicalChannel::descriptiveString() const { |
| 66 | return "undefined"; |
| 67 | } |
| 68 | |
| 69 | L2LogicalChannel * L3LogicalChannel::getL2Channel() { |
| 70 | // We dont need a dynamic cast since L2 and L3 LogicalChannel are always allocated together. |
no outgoing calls
no test coverage detected