Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

PLS8-X: Internet Services with IPV6 | Telit Cinterion IoT Developer Community

June 3, 2016 - 11:28am, 4419 views

Hi,

I am trying to establish a socket connection over IPV6, but when I try to specify the destination IPV6 address and port I always get the following error:

 2016.06.01, 18:57:16.509, AT^SISS=0,"address","socktcp://[****:x:x:x::xx]:pppp"

2016.06.01, 18:57:16.509, +CME ERROR: mistyped parameter

from the above error message Its clear that i am wrongly specifying the IPV6 address and port, be there is no clear information in documentation for the same, san spmeone please let me know if I am missing anything and also see the log for more details.

Note that the TCP connection over IPV4 is successful.

-----------------------------------------------

Terminal log file
Date: 6/1/2016 - 6:51:41 PM
-----------------------------------------------
AT^SISS=0,"address","socktcp://[****:x:x:x::xx]ppppp"

+CME ERROR: mistyped parameter
AT^SISS=0,"address","socktcp://[****:x:x:x::xx:ppppp]"

+CME ERROR: mistyped parameter
AT^SISS=0,"address","socktcp://[****:x:x:x::xx/ppppp]"

+CME ERROR: mistyped parameter
AT^SISS=0,"address","socktcp://[****:x:x:x::xx]ppppp"

+CME ERROR: mistyped parameter
AT^SISS=0,"address","socktcp://[****:x:x:x::xx]:[ppppp]"

+CME ERROR: mistyped parameter
AT^SISS=0,"address","socktcp://[FE80::2]:ppppp"

+CME ERROR: mistyped parameter
ATI1

Cinterion
PLS8-X
REVISION 03.017
A-REVISION 01.000.00

OK
AT^SCFG?

^SCFG: "Audio/Loop","0"
^SCFG: "Audio/SvTone","0"
^SCFG: "Call/Ecall/AckTimeout","5000"
^SCFG: "Call/Ecall/Callback","0"
^SCFG: "Call/Ecall/CallbackTimeout","43200000"
^SCFG: "Call/Ecall/Msd",""
^SCFG: "Call/Ecall/Pullmode","0"
^SCFG: "Call/Ecall/SessionTimeout","20000"
^SCFG: "Call/Ecall/StartTimeout","5000"
^SCFG: "Call/ECC","0"
^SCFG: "Call/Speech/Codec","2"
^SCFG: "GPIO/Mode/Antenna","off"
^SCFG: "GPRS/Auth","2"
^SCFG: "GPRS/AutoAttach","disabled"
^SCFG: "MEopMode/CFUN","1","1"
^SCFG: "MEopMode/Dormancy","0","0"
^SCFG: "MEopMode/DTM/Mode","0"
^SCFG: "MEopMode/ExpectDTR","current","acm1","acm2","acm3","acm4","asc0"
^SCFG: "MEopMode/ExpectDTR","powerup","acm1","acm2","acm3","acm4","asc0"
^SCFG: "MEopMode/NonBlock/Cops","0"
^SCFG: "MEopMode/PingRsp","1"
^SCFG: "MEopMode/PowerMgmt/LCI","disabled"
^SCFG: "MEopMode/Prov/Cfg","0"
^SCFG: "MEopMode/Prov/Iccid1","0",""
^SCFG: "MEopMode/Prov/Iccid2","0",""
^SCFG: "MEopMode/PwrSave","disabled","52","50"
^SCFG: "MEopMode/PwrSave/Delay/USB","10"
^SCFG: "MEShutdown/OnIgnition","off"
^SCFG: "MEShutdown/Timer","off"
^SCFG: "Misc/CId",""
^SCFG: "Radio/Band","5456495"
^SCFG: "Radio/CNS","0"
^SCFG: "Radio/Mtpl","0"
^SCFG: "Radio/OutputPowerReduction","4"
^SCFG: "RemoteWakeUp/Event/ASC","none"
^SCFG: "RemoteWakeUp/Event/URC","none"
^SCFG: "RemoteWakeUp/Event/USB","none"
^SCFG: "RemoteWakeUp/Ports","current","acm1","acm2","acm3","acm4","rmnet0","rmnet1","asc0"
^SCFG: "RemoteWakeUp/Ports","powerup","acm1","acm2","acm3","acm4","rmnet0","rmnet1","asc0"
^SCFG: "RemoteWakeUp/Pulse","10"
^SCFG: "SIM/CS","SIM_1"
^SCFG: "SIM/Retry","on"
^SCFG: "SMS/AutoAck","0"
^SCFG: "SMS/Format","3GPP","3GPP2"
^SCFG: "Tcp/IPv6Priv","1"
^SCFG: "Tcp/IRT","3"
^SCFG: "Tcp/Loop","disabled"
^SCFG: "Tcp/MR","10"
^SCFG: "Tcp/OT","6000"
^SCFG: "Tcp/TLS/Version","MIN","***"
^SCFG: "Tcp/UnreachRsp","1"
^SCFG: "Tcp/WithURCs","on"
^SCFG: "URC/DstIfc","mdm"
^SCFG: "URC/Ringline","local"
^SCFG: "URC/Ringline/ActiveTime","2"

OK
AT+CGDCONT?

+CGDCONT: 1,"IPV6","apn","0.0.0.0",0,0
+CGDCONT: 2,"IP","","0.0.0.0",0,0
+CGDCONT: 3,"IP","","0.0.0.0",0,0

regards

kk