~aleteoryx/muditaos

ref: 0a322b878cb26c450064e5e3d9ec825415de241c muditaos/module-services/service-cellular/doc/Scripts/current_volte_on.pu -rw-r--r-- 390 bytes
0a322b87 — Przemyslaw Brudny [EGD-6770] ListView onPageElement rebuild page jump added 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@startuml



state "Reboot modem" as Reboot
Reboot: AT+CFUN=1,1 via SoftReset
Reboot: Init modem, MBN auto-setup IMS APN

state "IMS"  as IMS
IMS: AT+QCFG="ims",1


state "Set PS as preferred" as SetPS
SetPS:Set Packets Switching as preferred method for voice 
SetPS:AT+QNVFR="/nv/item_files/modem/mmode/voice_domain_pref"




SetPS --> IMS
IMS --> Reboot



@enduml