Skip to content
Snippets Groups Projects
Commit c62ce743 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-717: reverted to setting the queueing state just before the queued state....

TMSS-717: reverted to setting the queueing state just before the queued state. It's near impossible to keep MAC internal bookkeeping in sync with TMSS
parent 98c88e84
No related branches found
No related tags found
1 merge request!447TMSS-717: merge commissioning fixes back to master
......@@ -579,7 +579,7 @@ GCFEvent::TResult MACScheduler::active_state(GCFEvent& event, GCFPortInterface&
} else {
// TODO: set to queueing state the moment MAC knows about this upoming obs.
// I've tried that but it's realy hard to keep the MAC internal bookkeeping and TMSS in sync.
itsTMSSconnection->setSubtaskState(subtask_id, "queueing");
itsTMSSconnection->setSubtaskState(theObs->second, "queueing");
itsTMSSconnection->setSubtaskState(theObs->second, "queued");
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment