tici: rm cavli modem config

This commit is contained in:
Adeeb Shihadeh
2026-02-26 20:42:18 -08:00
committed by GitHub
parent 6d559c4219
commit 2ef29967e8

View File

@@ -464,6 +464,7 @@ class Tici(HardwareBase):
cmds = []
# Quectel EG25
if self.get_device_type() in ("tizi", ):
# clear out old blue prime initial APN
os.system('mmcli -m any --3gpp-set-initial-eps-bearer-settings="apn="')
@@ -478,16 +479,8 @@ class Tici(HardwareBase):
'AT+QNVFW="/nv/item_files/ims/IMS_enable",00',
'AT+QNVFW="/nv/item_files/modem/mmode/ue_usage_setting",01',
]
elif manufacturer == 'Cavli Inc.':
cmds += [
'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',
'AT$QCNETDEVCTL=3,1',
]
# Quectel EG916
else:
# this modem gets upset with too many AT commands
if sim_id is None or len(sim_id) == 0: