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

From version 17.1
edited by Xiaoling
on 2024/08/19 16:13
Change comment: There is no comment for this version
To version 15.1
edited by Xiaoling
on 2022/05/30 09:59
Change comment: There is no comment for this version

Summary

Details

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