Last modified by Xiaoling on 2024/08/19 16:13

From version 15.4
edited by Xiaoling
on 2022/06/01 11:44
Change comment: There is no comment for this version
To version 16.2
edited by Xiaoling
on 2024/08/19 16:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -**Contents: **
1 +**Table of Contents: **
2 2  
3 3  (((
4 4  {{toc/}}
... ... @@ -5,7 +5,9 @@
5 5  
6 6  
7 7  
8 -= **1. AT+CGDCONT Define a PDP Context** =
8 += 1.  AT+CGDCONT Define a PDP Context =
9 +
10 +
9 9  )))
10 10  
11 11  (((
... ... @@ -38,65 +38,67 @@
38 38  
39 39  [[image:image-20220530095114-1.png]]
40 40  
41 -COMMAND
43 +**COMMAND**
42 42  
43 43  
44 44  [[image:image-20220530095214-2.png]]
45 45  
46 -Parameter
48 +**Parameter**
47 47  
48 48  
49 49  (((
50 -**Example:**
52 +(% style="color:blue" %)**Example:**
51 51  )))
52 52  
53 53  (((
54 -AT+CGDCONT=?
56 +{{{AT+CGDCONT=?}}}
55 55  )))
56 56  
57 57  (((
58 -+CGDCONT: (0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1)
59 -OK
60 +{{{+CGDCONT: (0-10),("IP","NONIP","IPV6","IPV4V6"),,,(0),(0),,,,,(0,1)
61 +OK}}}
60 60  )))
61 61  
62 62  (((
63 -AT+CGDCONT=1,"IP","HUAWEI.COM"
65 +{{{AT+CGDCONT=1,"IP","HUAWEI.COM"}}}
64 64  )))
65 65  
66 66  (((
67 -OK
69 +{{{OK}}}
68 68  )))
69 69  
70 70  (((
71 -AT+CGDCONT?
73 +{{{AT+CGDCONT?}}}
72 72  )))
73 73  
74 74  (((
75 -+CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0
77 +{{{+CGDCONT:0,"IPV4V6",,,0,0,,,,,0}}}
76 76  )))
77 77  
78 78  (((
79 -+CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0
81 +{{{+CGDCONT:1,"IP","HUAWEI.COM",,0,0,,,,,0}}}
80 80  )))
81 81  
82 82  (((
83 -OK
85 +{{{OK}}}
86 +
87 +**Users can directly use the AT command to set APN.**
84 84  )))
85 85  
90 +**AT+APN=<APN>**
86 86  
87 -= 2. Quit AT Command =
88 88  
93 += 2.  Quit AT Command =
94 +
95 +
89 89  Feature: Quit AT Command mode, so user needs to input the password again before using AT Commands.
90 90  
91 -(% class="box infomessage" %)
92 -(((
93 -**AT Command: AT+DISAT**
94 -)))
98 +(% style="color:blue" %)**AT Command: AT+DISAT**
95 95  
96 -(% border="1" style="background-color:#ffffcc; color:green; width:450px" %)
97 -|=**Command Example**|=**Function**|=**Response**
98 -|AT+DISAT|Quit AT Commands mode|OK
100 +(% border="1" style="background-color:#4F81BD;color:white; width:471px" %)
101 +|=(% style="width: 168px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 201px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 99px;background-color:#4F81BD;color:white" %)**Response**
102 +|(% style="width:168px" %)AT+DISAT|(% style="width:201px" %)Quit AT Commands mode|(% style="width:99px" %)OK
99 99  
100 -**Downlink Command:**
104 +(% style="color:blue" %)**Downlink Command:**
101 101  
102 102  No downlink command for this feature.