<style>
*
{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}


{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

div
{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

v
{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

li
{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

table 
{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  color: rgb(31,73,125);
%  background-color: white;
%  border-style: solid;
%  border-width: 1px;
%  border-color: white;
}

pre 
{
  font-size: 11px;
  font-weight: bold;
  font-family: Courier New, Courier, monospace;
%  color: #404040;
  background-color: #c0c0c0;
}

a, a:visited, a:hover, a:active 
{
  color: inherit;
}

.sig
{
  font-size: 10px;
  font-weight: bold;
}

</style>





<font color="#000000">
<font face="helvetica">

<div class="p"><!----></div>
<p>Update: 

<div class="p"><!----></div>
<p>We brought two of our boards (boards 3 and 4) to the problemmatic
location. We found that one board (board 4) connected just fine, while
board 3 never would connect successfully.

<div class="p"><!----></div>
<p>I ran the commands Aleksander suggested, along with the network
start command. Here are the results:

<div class="p"><!----></div>
<p>Board 3:

<div class="p"><!----></div>

<pre>
root@arm:~# qmicli -d /dev/cdc-wdm0 --nas-get-system-info
[/dev/cdc-wdm0] Successfully got system info:
        WCDMA service:
                Status: 'none'
                True Status: 'none'
                Preferred data path: 'no'
        LTE service:
                Status: 'available'
                True Status: 'available'
                Preferred data path: 'no'
                Domain: 'cs-ps'
                Service capability: 'cs-ps'
                Roaming status: 'off'
                Forbidden: 'no'
                Cell ID: '195158040'
                MCC: '310'
                MNC: '410'
                Tracking Area Code: '10008'
                Voice support: 'yes'
                eMBMS coverage info support: 'no'
        SIM reject info: 'vailable'
root@arm:~# qmicli -d /dev/cdc-wdm0 --nas-get-signal-info
[/dev/cdc-wdm0] Successfully got signal info
HDR:
        RSSI: '-125 dBm'
        ECIO: '-2.5 dBm'
        SINR (8): '9.0 dB'
        IO: '-106 dBm'
LTE:
        RSSI: '-82 dBm'
        RSRQ: '-16 dB'
        RSRP: '-114 dBm'
        SNR: '0.4 dB'
root@arm:~# qmicli -d /dev/cdc-wdm0 --nas-get-signal-info | pastebin
-su: pastebin: command not found
root@arm:~# qmicli -d /dev/cdc-wdm0 --wds-start-network=[\"11583.mcs\"] --client-no-release-cid
error: couldn't start network: QMI protocol error (14): 'CallFailed'
call end reason (1018): gsm-wcdma-option-unsubscribed
verbose call end reason (6,33): [3gpp] option-unsubscribed
[/dev/cdc-wdm0] Client ID not released:
        Service: 'wds'
            CID: '11'
root@arm:~# qmicli -d /dev/cdc-wdm0 --wds-start-network=[\"11583.mcs\"] --client-no-release-cid
error: couldn't start network: QMI protocol error (14): 'CallFailed'
call end reason (1018): gsm-wcdma-option-unsubscribed
verbose call end reason (6,33): [3gpp] option-unsubscribed
[/dev/cdc-wdm0] Client ID not released:
        Service: 'wds'
            CID: '12'
root@arm:~# qmicli -d /dev/cdc-wdm0 --wds-start-network=[\"11583.mcs\"] --client-no-release-cid
error: couldn't start network: QMI protocol error (14): 'CallFailed'

</pre>

<div class="p"><!----></div>
<p>Board 4:

<div class="p"><!----></div>

<pre>
root@arm:~# qmicli -d /dev/cdc-wdm0 --nas-get-system-info
[/dev/cdc-wdm0] Successfully got system info:
        WCDMA service:
                Status: 'available'
                True Status: 'available'
                Preferred data path: 'no'
                Domain: 'cs-ps'
                Service capability: 'cs-ps'
                Roaming status: 'off'
                Forbidden: 'no'
                Location Area Code: '12998'
                Cell ID: '218300742'
                MCC: '310'
                MNC: '410'
                HS call status: 'hsdpa-hsupa-unsupported'
                HS service: 'hsdpa-hsupa-supported'
                Primary scrambling code: '329'
                Cell broadcast support: 'on'
                Call barring status (CS): 'all-calls'
                Call barring status (PS): 'all-calls'
                Cipher Domain: 'none'
        LTE service:
                Status: 'none'
                True Status: 'none'
                Preferred data path: 'no'
        SIM reject info: 'vailable'
root@arm:~# qmicli -d /dev/cdc-wdm0 --nas-get-signal-info
[/dev/cdc-wdm0] Successfully got signal info
HDR:
        RSSI: '-125 dBm'
        ECIO: '-2.5 dBm'
        SINR (8): '9.0 dB'
        IO: '-106 dBm'
WCDMA:
        RSSI: '-87 dBm'
        ECIO: '-4.0 dBm'
root@arm:~# qmicli -d /dev/cdc-wdm0 --wds-start-network=[\"11583.mcs\"] --client-no-release-cid
[/dev/cdc-wdm0] Network started
        Packet data handle: '1206042336'
[/dev/cdc-wdm0] Client ID not released:
        Service: 'wds'
            CID: '10'
root@arm:~# 

</pre>

<div class="p"><!----></div>
<p>What is causing board 3 to consider the LTE service available and the WCDMA service
not, while board 4 has the converse, WCDMA server available and LTE service not?

<div class="p"><!----></div>
<p>--Randy

<div class="p"><!----></div>
<p>Hello Everyone,

<div class="p"><!----></div>
<p>Our LE910 modem and libqmi has been connecting successfully and
working at multiple sites. However, we consistently failed to connect
at a new site in the past day or so where there was a very strong
signal (4 bars on a phone). Here are the log messages from the qmicli
connect attempt:

<pre>
Mar  2 15:48:32 arm timed[292]: error: couldn't start network: QMI protocol error (14): 'CallFailed'
Mar  2 15:48:32 arm timed[292]: call end reason (12): (null)
Mar  2 15:48:32 arm timed[292]: verbose call end reason (2,201): [internal] error
Mar  2 15:48:32 arm timed[292]: [/dev/cdc-wdm0] Client ID not released:
Mar  2 15:48:32 arm timed[292]: Service: 'wds'
Mar  2 15:48:32 arm timed[292]: CID: '10'
Mar  2 15:48:32 arm timed[292]: 2016-03-02 15 48 32: system command qmicli -d /dev/cdc-wdm0 --wds-start-network=["11583.mcs"] --client-no-release-cid failed.

</pre>
<p>It appears the reason is that the CID release failed. Unfortunately
I am too ignorant to even understand what this means. I would
appreciate if someone could explain this and/or the other information
reported.

<div class="p"><!----></div>
<p>--Randy

<div class="p"><!----></div>
</font></font>