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

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

Summary

Details

Page properties
Content
... ... @@ -26,6 +26,10 @@
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 +
29 29  [[image:https://wiki.dragino.com/images/thumb/a/ab/APN1.png/600px-APN1.png||height="566" width="600"]]
30 30  
31 31  COMMAND
... ... @@ -36,19 +36,35 @@
36 36  
37 37  **Example:**
38 38  
43 +(((
39 39  AT+CGDCONT=?
45 +)))
40 40  
47 +(((
41 41  +CGDCONT:(0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1)
42 42  OK
50 +)))
43 43  
52 +(((
44 44  AT+CGDCONT=1,"IP","HUAWEI.COM"
54 +)))
45 45  
56 +(((
46 46  OK
58 +)))
47 47  
60 +(((
48 48  AT+CGDCONT?
62 +)))
49 49  
64 +(((
50 50  +CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0
66 +)))
51 51  
68 +(((
52 52  +CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0
70 +)))
53 53  
72 +(((
54 54  OK
74 +)))