tici: disable cavli sim sleep

This commit is contained in:
Adeeb Shihadeh
2024-11-05 17:37:01 -08:00
parent 4d08e114d9
commit 6e8e51793e
+3 -2
View File
@@ -467,8 +467,9 @@ class Tici(HardwareBase):
cmds = []
if manufacturer == 'Cavli Inc.':
cmds += [
# use sim slot
'AT^SIMSWAP=1',
'AT^SIMSWAP=1', # use SIM slot, instead of internal eSIM
'AT$QCSIMSLEEP=0', # disable SIM sleep
'AT$QCSIMCFG=SimPowerSave,0', # more sleep disable
# ethernet config
'AT$QCPCFG=usbNet,0',