tici: disable cavli sim sleep

pull/33926/head^2
Adeeb Shihadeh 7 months ago
parent 4d08e114d9
commit 6e8e51793e
  1. 5
      system/hardware/tici/hardware.py

@ -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',

Loading…
Cancel
Save