|
@@ -74,5 +74,27 @@
|
|
|
"connect": "AT+CGACT=1,${profile}",
|
|
|
"finalize": "AT+CGDATA=\\\"M-MBIM\\\",${profile},1",
|
|
|
"disconnect": "AT+CGACT=0,${profile}"
|
|
|
+ },
|
|
|
+ "\"zte": {
|
|
|
+ "initialize": [
|
|
|
+ "AT+CFUN=1"
|
|
|
+ ],
|
|
|
+ "configure": [
|
|
|
+ "AT+ZGDCONT=${profile},\\\"${pdptype}\\\",\\\"${apn}\\\",\\\"\\\",0,0",
|
|
|
+ "AT+ZGPCOAUTH=${profile},\\\"${username}\\\",\\\"${password}\\\",0"
|
|
|
+ ],
|
|
|
+ "connect": "AT+ZGACT=1,${profile}",
|
|
|
+ "disconnect": "AT+ZGACT=0,${profile}"
|
|
|
+ },
|
|
|
+ "\"marvell\"": {
|
|
|
+ "initialize": [
|
|
|
+ "AT+CFUN=1"
|
|
|
+ ],
|
|
|
+ "configure": [
|
|
|
+ "AT+ZGDCONT=${profile},\\\"${pdptype}\\\",\\\"${apn}\\\",\\\"\\\",0,0",
|
|
|
+ "AT+ZGPCOAUTH=${profile},\\\"${username}\\\",\\\"${password}\\\",0"
|
|
|
+ ],
|
|
|
+ "connect": "AT+ZGACT=1,${profile}",
|
|
|
+ "disconnect": "AT+ZGACT=0,${profile}"
|
|
|
}
|
|
|
}
|