<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi,<br>
</p>
<div class="moz-cite-prefix">Am 27.05.2024 um 18:50 schrieb
Aleksander Morgado:<br>
</div>
<blockquote type="cite"
cite="mid:CAA3JqEe5h=e_YQNksit=usPg5wJT06Z7PStb3Swj-gqsVDmt=w@mail.gmail.com">
<pre class="moz-quote-pre" wrap="">Hey!
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">
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?
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
They should work in the same way, yes. If you find any difference in
behavior please let us know!</pre>
</blockquote>
<p><br>
</p>
<p>First variant only works, when certain fields (APN, PDP type) in
profile list (default entry?) match parameter of start network.</p>
<p>No independance to profile list.<br>
</p>
<p>Otherwise connection establishment fails with "verbose call end
reason (6,29): [3gpp] authentication-failed" or</p>
<p>"verbose call end reason (2,231): [internal]
ip-version-mismatch".</p>
<p>(it is no problem of authentication mechanism NO, PAP, CHAP, or
used username/password! When APN/PDP-Type is correct, connection
works)<br>
</p>
<p>Same behaviour (100% reproducable) with RM520N-GL as well as
SIMCOM SIM8260.</p>
<p><br>
</p>
<p>I requested two WDS values.</p>
<p>I wanted to do an IPv4 connection (only) via WDS number 1, and an
IPv6 connection (only) via WDS number 2.</p>
<p>Currently this is only a test. Later I want to use 2 different
APNs, with PDP/IP-Types suitable for the selected APNs,</p>
<p>like a public APN and a non-public APN.</p>
<p><br>
</p>
<p>I wanted to avoid profile list at all with variant 1. But at
least for now, this seems to be not possible.<br>
</p>
<p><br>
</p>
<p>Best regards,</p>
<p>Martin<br>
</p>
<p><span style="white-space: pre-wrap">
</span></p>
</body>
</html>