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

Method L3LogicalChannelInit

Control/L3LogicalChannel.cpp:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void L3LogicalChannel::L3LogicalChannelInit()
49{
50 // We must NOT reset mNextChan,mPrevChan as part of the LogicalChannelReset because these must
51 // survive the establishment and release of channels during the reassignment procedure.
52 // We dont use them for anything else, so it is ok to end with them set.
53 mNextChan = NULL;
54 //mPrevChan = NULL;
55 mChState = chIdle;
56 mChContext = NULL;
57 L3LogicalChannelReset();
58}
59
60L3LogicalChannel::~L3LogicalChannel()
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected