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

Method L3GPRSSI13PowerControlParameters

GSM/GSML3GPRSElements.cpp:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349#endif
350
351L3GPRSSI13PowerControlParameters::L3GPRSSI13PowerControlParameters()
352 : mAlpha(GPRS::GetPowerAlpha()),
353 mTAvgW(gConfig.getNum("GPRS.MS.Power.T_AVG_W")),
354 mTAvgT(gConfig.getNum("GPRS.MS.Power.T_AVG_T")),
355 mPCMeasChan(0),
356 mNAvgI(15) // We dont use this so dont bother putting in sql.
357{}
358
359void L3GPRSSI13PowerControlParameters::writeBits(L3Frame& dest, size_t &wp) const
360{

Callers

nothing calls this directly

Calls 1

GetPowerAlphaFunction · 0.85

Tested by

no test coverage detected