diff --git a/Src/EraGlonassUveos_EmergencyMode.c b/Src/EraGlonassUveos_EmergencyMode.c index d1190fe..8bdf1fe 100644 --- a/Src/EraGlonassUveos_EmergencyMode.c +++ b/Src/EraGlonassUveos_EmergencyMode.c @@ -280,10 +280,8 @@ static eEraGlonassUveos_EcallProcessingResult EraGlonassUveos_EmergencyCallTry( EraGlonassEcallProvider_CheckShutdownIsBattary(env->ecallProvider); LoggerCnInfoStatic(LOGGER, LOG_SIGN, ".") if (times < SystemGetMs() && (wasNewSetMsd == true)) { -// setMsdToPull(env, mndSendFlag, &wasNewSetMsd, &wasResent, msdEncoded); SystemDelayMs(1000); times = SystemGetMs() + 5000; -// LoggerCnInfoStatic(LOGGER, LOG_SIGN, "Установлен новый пакет МНД для PUL запроса") } } @@ -607,7 +605,9 @@ eEraGlonassUveos_EcallProcessingResult EraGlonassUveos_ProcessingEmergency( env->currentMsd->attemptsLeft--; } - + if(blocReg == true){ + LoggerInfoStatic(LOGGER, LOG_SIGN, "Включён запрет на регистрацию внутри цикла вызовов") + } if((blocReg == true) && (resultSendEmergy == ERA_GLONASS_UVEOS_CALL_SUCCESS)){ env->currentMsd->attemptsLeft = 0; EraGlonassUveosDumper_ForceDump(env->dumper);