Skip to content
Snippets Groups Projects
Commit 0082a254 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Remove useless alt statement in function f_cse_notifyProcedure_aggregatedNoficationHandler

parent 117647e6
No related branches found
No related tags found
No related merge requests found
......@@ -2043,10 +2043,6 @@ module OneM2M_Functions {
repeat;
}
}
[] mcaPortIn.receive{
tc_ac.stop;
setverdict(fail, __SCOPE__ & ": Error, unexpected message received");
}
[] tc_ac.timeout {
setverdict(fail, __SCOPE__ & ": No notification received");
}
......
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