| 117 | } |
| 118 | |
| 119 | MSInfo::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 | |
| 134 | bool MSInfo::msIsSuspended() |
| 135 | { |