commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10018 - openbts/branches/developers/dburgess00/trunk/


From: dburgess00
Subject: [Commit-gnuradio] r10018 - openbts/branches/developers/dburgess00/trunk/Control
Date: Tue, 18 Nov 2008 17:17:39 -0700 (MST)

Author: dburgess00
Date: 2008-11-18 17:17:38 -0700 (Tue, 18 Nov 2008)
New Revision: 10018

Modified:
   openbts/branches/developers/dburgess00/trunk/Control/CallControl.cpp
Log:
Removed a sleep() call that isn't needed anymore.


Modified: openbts/branches/developers/dburgess00/trunk/Control/CallControl.cpp
===================================================================
--- openbts/branches/developers/dburgess00/trunk/Control/CallControl.cpp        
2008-11-19 00:16:33 UTC (rev 10017)
+++ openbts/branches/developers/dburgess00/trunk/Control/CallControl.cpp        
2008-11-19 00:17:38 UTC (rev 10018)
@@ -658,7 +658,6 @@
        
        // Let the phone know the call is connected.
        CLDCOUT("MOC: sending Connect to handset");
-       msleep(1000); // HACK to prevent a race condition
        TCH->send(L3Connect(1,L3TI));
        transaction.T313().set();
        transaction.Q931State(TransactionEntry::ConnectIndication);
@@ -780,7 +779,6 @@
                                state = 
transaction.SIP().MTCSendOK(RTPPorts,SIP::RTPGSM610);
                                break;
                        case SIP::Connecting:
-                               //msleep(1000);
                                break;
                        default:
                                CLDCOUT("MTC: SIP unexpected state " << state);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]