добавлена принудиная деригистрация с дельнейшим включением режима

3GPP Systems (GERAN and UTRAN and E-UTRAN)
и пеключения еколОнли в ноль
This commit is contained in:
parent b181ce07ef
commit 525ff6da48
1 changed files with 5 additions and 1 deletions

View File

@ -529,7 +529,11 @@ static _Noreturn void Mma_Thread(tMma *env) {
Pwm_AudioDisable(&env->power);
LoggerTraceStatic(LOGGER, LOG_SIGN, "Звуковой усилитель отключён")
AtGsm_OperatorSelectionDeregister(&env->gsmWithGnss.gsmAt);
SystemDelayMs(2000);
AtGsmTelitLe910_GnssEcallOnlyMode(&env->gsmWithGnss.gsmAt,0);
SystemDelayMs(2000);
GsmWithGnss_SelectStandartNetwork(&env->gsmWithGnss.gsmAt, 25);
// Mma_StartTestThreadStart(env);
for (;;) {