This commit is contained in:
parent
e8c8667cb5
commit
ddc9b4c179
|
@ -49,10 +49,10 @@ void ausRegEPPTK::doOTEA()
|
||||||
sess->open();
|
sess->open();
|
||||||
for (hours=0;hours < 24;hours++) {
|
for (hours=0;hours < 24;hours++) {
|
||||||
// Spawn the keep alive thread.
|
// Spawn the keep alive thread.
|
||||||
theseLogs->logN(1,"Start of OTE Test Hour %d.",hours);
|
theseLogs->logN(1,"Send Test SE at start of OTE Test Hour %d.",hours);
|
||||||
sleep(3630);
|
|
||||||
sess->writeXML(TEST_SE);
|
sess->writeXML(TEST_SE);
|
||||||
sess->read();
|
sess->read();
|
||||||
|
sleep(3630);
|
||||||
|
|
||||||
}
|
}
|
||||||
sess->close();
|
sess->close();
|
||||||
|
|
Loading…
Reference in New Issue