aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gprs_ms.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gprs_ms.cpp b/src/gprs_ms.cpp
index adb6ff52..afbd7b77 100644
--- a/src/gprs_ms.cpp
+++ b/src/gprs_ms.cpp
@@ -89,7 +89,8 @@ GprsMs::GprsMs(BTS *bts, uint32_t tlli) :
m_current_cs_dl(1),
m_is_idle(true),
m_ref(0),
- m_list(this)
+ m_list(this),
+ m_delay(0)
{
LOGP(DRLCMAC, LOGL_INFO, "Creating MS object, TLLI = 0x%08x\n", tlli);