summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPiotr Haber <gluedig@gmail.com>2017-01-25 11:41:27 +0100
committerDenis Kenzior <denkenz@gmail.com>2017-01-25 10:37:54 -0600
commitfe24e9a61e37fc8e1f1d42758b535acd2d252e86 (patch)
treee052d3fdf377a750465018a40d348a974a56725e /doc
parentf4518701e9a7749749e92a5019cde95d37e91b65 (diff)
downloadofono-fe24e9a61e37fc8e1f1d42758b535acd2d252e86.tar.gz
doc: description of Telit LE910V2 network setup
NCM network interface on LE910V2 modem needs to be configured in a specific way after connection is established.
Diffstat (limited to 'doc')
-rw-r--r--doc/telit-modem.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/telit-modem.txt b/doc/telit-modem.txt
index 1627fb4c..d4d367d7 100644
--- a/doc/telit-modem.txt
+++ b/doc/telit-modem.txt
@@ -17,3 +17,30 @@ GPS:
After setting the configuration, a power cycle is required.
Port Configiuration #8 is available since firmware 12.00.004. Firmware version
can be checked using 'AT+CGMR'.
+
+LE910 V2
+========
+
+Default USB composition of LE910V2 uses PID 0x36 (AT#PORTCFG=0)
+and consists of 6 serial ports (CDC-ACM standard, /dev/ttyACMx)
+and 1 network adapter using CDC-NCM standard (wwanx or usbx).
+
+NCM interface configuration follows Telit documentation
+(both documents available on Telit Download Zone - registration required)
+"GE/HE/UE910, UL865, LE910 V2 Linux USB Driver - User Guide r0"
+(document 1VV0301255 Rev.0 - 2016-01-22)
+and "Telit LE910-V2 NCM SETUP r3"
+(document 1VV0301246 Rev.3 - 2016-11-29).
+
+After context is setup, NCM mode activated and PDP context activated
+connection configuration can be read using
+AT+CGPADDR=context_id and AT+CGCONTRDP=context_id commands.
+This is done automatically and results available via
+org.ofono.ConnectionContext.GetProperties DBus method.
+
+Then Linux network interface needs to be configured:
+ ifconfig <Interface> <Address> netmask <Netmask> up
+ route add default gw <Gateway>
+ arp -s <Gateway> 11:22:33:44:55:66
+
+Only after these steps network interface is usable.