Ways to call wds-start-network? (without and with profile list)
Martin Maurer
martin.maurer at mmeacs.de
Tue May 21 15:02:00 UTC 2024
Hello,
when I want to establish a connection. Can I just use:
qmicli --device=/dev/cdc-wdm0 --device-open-proxy
--wds-start-network="apn=internet.telekom,ip-type=4"
--client-cid=$wds_cid --client-no-release-cid
Or do I need to create a 3gpp profile entry e.g. with
qmicli --device=/dev/cdc-wdm0
--device-open-proxy--wds-create-profile=3gpp,apn=internet.telekom,pdp-type=IP,auth=NONE,username="",password=""
-> Return e.g. "profile index 5" in my case
and use the returned profile index number with
qmicli --device=/dev/cdc-wdm0 --device-open-proxy
--wds-start-network="3gpp-profile=5" --client-cid=$wds_cid
--client-no-release-cid
And when doing a wds-start-network in the future, I must search through
profile list again to find the profile index again
(because it could have changed or it was even be deleted and must be
created again)
Shall both ways work?
Does someone know if first way makes problems on Quectel RM520N-GL? Or
something special to know?
Many thanks!
Best regards,
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libqmi-devel/attachments/20240521/84d080af/attachment.htm>
More information about the libqmi-devel
mailing list