Hello everyone,
I have a little problem. I want to connect my device (Sierra Wireless AirPrime WP7102 - G Development Kit) with AirVantage. I have to use the EU server, but when I check the server with the LUA agent shell as described in the documentation (legato.io/legato-docs/14_07/ … ntage.html), I only get the NA server.
I tried to follow the steps I found in the forum (viewtopic.php?f=135&t=8127), but an employee of the AirVantage team told me that these steps don’t work on the WP series.
Can someone tell me how to change the URL of the server for the EU server on the WP series development kit?
Thank you!
Thank you for your responses! I successfully changed the URL of the server.
But I still cannot connect via the LUA shell. All I get is the following:
:agent.srvcon.connect()
= nil
= “Timeout expired, unable to request connection”
I have an inserted SIM card and I can start voice calls and send and receive SMS, but for a reason I cannot connect to the AirVantage server. Can someone help me out?
Here is some more information:
at!gstatus?
!GSTATUS:
Current Time: 716 Temperature: 28
Bootup Time: 6 Mode: ONLINE
System mode: GSM PS state: Attached
GSM band: GSM900
GSM channel: 72
GMM (PS) state:REGISTERED NORMAL SERVICE
MM (CS) state: IDLE NORMAL SERVICE
It sounds like your data connection profile isn’t setup properly, which is why you are seeing the “Timeout expired, unable to request connection” error.
You can check your data connection profile configuration using the on target ‘cm’ tool.
e.g.
root@swi-mdm9x15:~# cm data
Index: 1
APN: internet.com
PDP Type: IPV4
If your apn/pdp type is incorrect, you can modify it using the following commands
To set apn for profile in use:
cm data apn <apn>
To set pdp type for profile in use:
cm data pdp <pdp>
To test if your data connection will work, you can run
root@swi-mdm9x15:~# cm data connect
rmnet0 connected <-- This will indicate that your data connection was successful.
To kill data connection, run CTRL+C which will disconnect your connection.
Once your data connection is setup correctly, try connecting via the LUA shell again.
Hello,
Thanks for the reply!
I tried to type in what you wrote, but I still cannot connect.
Now my profile looks like this:
root@swi-mdm9x15:~# cm data
Profile: 1
APN: internet.com
PDP Type: IPV4
But when I try to connect with the command “cm data connect” nothing happens. I’ve waited 1 hour before I pushed Ctrl+C.
Do I have to change something in the config?
Hi,
sorry I am a total newbie in that stuff, so I didn’t know what APN I had to choose. Now I looked in the internet for the right APN for vodafone and found the following: web.vodafone.de.
Now this is my new APN and it works. Thank you for your help!