| 1142 | public: |
| 1143 | |
| 1144 | L3CipheringModeCommand(L3CipheringModeSetting wCipheringModeSetting, L3CipheringModeResponse wCipheringResponse) |
| 1145 | : mCipheringModeSetting(wCipheringModeSetting), |
| 1146 | mCipheringResponse(wCipheringResponse) |
| 1147 | { } |
| 1148 | |
| 1149 | int MTI() const; |
| 1150 |
nothing calls this directly
no outgoing calls
no test coverage detected