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

Method L3AssignmentCommand

GSM/GSML3RRMessages.h:750–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748public:
749
750 L3AssignmentCommand(const L3ChannelDescription& wChannelDescription,
751 const L3ChannelMode& wMode1 )
752 :L3RRMessageNRO(),
753 mChannelDescription(wChannelDescription),
754 mHaveMode1(true),mMode1(wMode1)
755 {}
756
757 L3AssignmentCommand(const L3ChannelDescription& wChannelDescription)
758 :L3RRMessageNRO(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected