Index: /trunk/FACT++/src/smartfact.cc
===================================================================
--- /trunk/FACT++/src/smartfact.cc	(revision 15058)
+++ /trunk/FACT++/src/smartfact.cc	(revision 15059)
@@ -1473,5 +1473,5 @@
         // If the FTM is in state Configuring, the clock conditioner
         // is always reported to be unlocked
-        if (d.GetQos()!=2)
+        if (d.GetQoS()!=2)
             fFtmControlState = d.GetQoS();
 
@@ -1774,5 +1774,5 @@
     int HandleRateControlThreshold(const EventImp &d)
     {
-        if (!CheckDataSize(d, "RateControl:Threshold", 2))
+        if (!CheckDataSize(d, "RateControl:Threshold", 18))
             return GetCurrentState();
 
