<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
thanks Aleksander,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I will make the changes in the code to use only one WDS CID</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
and remake the compile of the library</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
best regards</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Galo Irarrazabal O</div>
<div>
<div id="appendonsend"></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size: 11pt;"><b>From:</b> Aleksander Morgado <aleksander@aleksander.es><br>
<b>Sent:</b> Tuesday, October 27, 2020 9:30 AM<br>
<b>To:</b> Galo Irarrazabal <girarraz@hotmail.com><br>
<b>Cc:</b> libqmi-devel@lists.freedesktop.org <libqmi-devel@lists.freedesktop.org><br>
<b>Subject:</b> Re: Fw: question about qmicli</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Hey,<br>
<br>
><br>
> the distribution of the linux i'm using is linux raspbian buster (the last version) in a raspberry pi CM3+<br>
> if i specifically put the path in /usr/lib all commands work ok and withput errors.<br>
><br>
<br>
I still suggest you build and install with --prefix=/usr and<br>
--libdir=/usr/lib/<SOMETHING> where <SOMETHING> is where Debian puts<br>
the libraries inside, you can probably find that directory name<br>
easily. That way you won't need the LD_LIBRARY_PATH.<br>
<br>
Or well, if this is more than just a hobby project, you should<br>
probably think about actually repackaging the MM you're using for that<br>
distro.<br>
<br>
><br>
> sudo  LD_LIBRARY_PATH=/usr/lib qmicli -p -d /dev/cdc-wdm0 --device-open-net='net-raw-ip|net-no-qos-header' --wds-start-network="apn='APN',ip-type=4" --client-no-release-cid<br>
><br>
> in the case of wds service,  What is the right way to get CID and  not release them. i need to execute a wds-noop first and then execute the connection?<br>
><br>
<br>
Whatever you prefer. I usually use the wds-noop step to perform the<br>
client allocation on itself, and then reuse it. But you can definitely<br>
do client allocation on --wds-start-network if you prefer<br>
<br>
> and what happen with the CID when the connection are losed? i need to request another CID with wds-noop or i can reuse the existent ?<br>
><br>
<br>
The CID is not lost. You can reuse it as much as needed.<br>
<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es">https://aleksander.es</a><br>
</div>
</span></font></div>
</div>
</body>
</html>