| 349 | #endif |
| 350 | |
| 351 | L3GPRSSI13PowerControlParameters::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 | |
| 359 | void L3GPRSSI13PowerControlParameters::writeBits(L3Frame& dest, size_t &wp) const |
| 360 | { |
nothing calls this directly
no test coverage detected