MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / L3ChannelModeModify

Method L3ChannelModeModify

GSM/GSML3RRMessages.h:855–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected