comgt: add missing file (fixes #10301)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Oct 2011 11:30:21 +0000 (11:30 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Oct 2011 11:30:21 +0000 (11:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28648 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/comgt/files/getcarrier.gcom [new file with mode: 0644]

diff --git a/package/comgt/files/getcarrier.gcom b/package/comgt/files/getcarrier.gcom
new file mode 100644 (file)
index 0000000..1e0216d
--- /dev/null
@@ -0,0 +1,20 @@
+opengt
+  set senddelay 0.05
+  waitquiet 1 0.2
+  let c=1
+ :loop
+    inc c
+    send "AT+CGATT?^m"
+    waitfor 5 "+CGATT: 1","+CGATT: 0"
+    print "\n."
+    if % = -1 goto error
+    if c > 10 goto toolong
+    if % = 0 goto out
+    sleep 2
+    if % = 1 goto loop
+  :toolong
+  exit 1
+  :error
+  exit 0
+  :out
+ exit 0
This page took 0.024865 seconds and 4 git commands to generate.