-if [ $commits_behind_count -ne 0 ]; then echo "Your branch is not up-to-date with main -> Compare tests will not run as they can contain false negatives this way.\nMain might have changed during your pipeline run. Run 'git merge origin/main' to update."; exit 1; fi
-if [ $commits_behind_count -eq 0 ]; then exit 0; else echo "Your branch is behind main, possibly main changed during your pipeline run, run 'git merge origin/main' to update." exit 1; fi;
if(nchan_transport_real==nchan_transport_old_real&&st_ivas->nSCE==nSCE_old&&st_ivas->nCPE==nCPE_old)/* in McMASA, nchan_transport may be the same, but nSCE/nCPE differs */
#else
if(st_ivas->nchan_transport==nchan_transport_old&&st_ivas->nSCE==nSCE_old&&st_ivas->nCPE==nCPE_old)/* in McMASA, nchan_transport may be the same, but nSCE/nCPE differs */