| 853 | public: |
| 854 | |
| 855 | L3ChannelModeModify(const L3ChannelDescription& wDescription, |
| 856 | const L3ChannelMode& wMode) |
| 857 | :L3RRMessageNRO(), |
| 858 | mDescription(wDescription), |
| 859 | mMode(wMode) |
| 860 | {} |
| 861 | |
| 862 | int MTI() const { return (int) ChannelModeModify; } |
| 863 | bool isAMR() const { return mMode.isAMR(); } |
nothing calls this directly
no outgoing calls
no test coverage detected