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

From version 3.1
edited by Xiaoling
on 2022/05/17 15:43
Change comment: There is no comment for this version
To version 1.3
edited by Xiaoling
on 2022/05/17 15:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -26,10 +26,6 @@
26 26  The test command returns values supported as compound values. If the UE supports several PDP types, the parameter value ranges for each <PDP_type> are returned on a separate line.
27 27  )))
28 28  
29 -(((
30 -
31 -)))
32 -
33 33  [[image:https://wiki.dragino.com/images/thumb/a/ab/APN1.png/600px-APN1.png||height="566" width="600"]]
34 34  
35 35  COMMAND
... ... @@ -40,35 +40,19 @@
40 40  
41 41  **Example:**
42 42  
43 -(((
44 44  AT+CGDCONT=?
45 -)))
46 46  
47 -(((
48 48  +CGDCONT:(0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1)
49 49  OK
50 -)))
51 51  
52 -(((
53 53  AT+CGDCONT=1,"IP","HUAWEI.COM"
54 -)))
55 55  
56 -(((
57 57  OK
58 -)))
59 59  
60 -(((
61 61  AT+CGDCONT?
62 -)))
63 63  
64 -(((
65 65  +CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0
66 -)))
67 67  
68 -(((
69 69  +CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0
70 -)))
71 71  
72 -(((
73 73  OK
74 -)))