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

Method MSInfo

GPRS/MSInfo.cpp:119–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119MSInfo::MSInfo(uint32_t tlli)
120 : msDebugId(++Stats.countMSInfo),
121 msTlli(tlli),
122 msPacch(0),
123 //msMode(RROperatingMode::PacketIdle),
124 msT3191(gL2MAC.macT3191Value),
125 msT3193(gL2MAC.macT3193Value),
126 msT3168(gL2MAC.macT3168Value)
127 //msTxxxx(5000) // Needs initialization to prevent abort when we test it,
128 // but we will set it again to the real value when we use it.
129{
130 gReports.incr("GPRS.MSInfo");
131 gL2MAC.macAddMS(this);
132}
133
134bool MSInfo::msIsSuspended()
135{

Callers

nothing calls this directly

Calls 1

macAddMSMethod · 0.80

Tested by

no test coverage detected