Changes for page How to configure APN in the node
Last modified by Xiaoling on 2024/08/19 16:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 -)))