Changes for page How to configure APN in the node
Last modified by Xiaoling on 2024/08/19 16:13
From version 1.3
edited by Xiaoling
on 2022/05/17 15:35
on 2022/05/17 15:35
Change comment:
There is no comment for this version
To version 5.1
edited by Edwin Chen
on 2022/05/25 07:41
on 2022/05/25 07:41
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Edwin - 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 ... ... @@ -34,21 +34,54 @@ 34 34 35 35 Parameter 36 36 41 +((( 37 37 **Example:** 43 +))) 38 38 45 +((( 39 39 AT+CGDCONT=? 47 +))) 40 40 49 +((( 41 41 +CGDCONT:(0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1) 42 42 OK 52 +))) 43 43 54 +((( 44 44 AT+CGDCONT=1,"IP","HUAWEI.COM" 56 +))) 45 45 58 +((( 46 46 OK 60 +))) 47 47 62 +((( 48 48 AT+CGDCONT? 64 +))) 49 49 66 +((( 50 50 +CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0 68 +))) 51 51 70 +((( 52 52 +CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0 72 +))) 53 53 74 +((( 54 54 OK 76 + 77 + 78 + 79 +== 3.3 Quit AT Command == 80 + 81 +Feature: Quit AT Command mode, so user needs to input the password again before using AT Commands. 82 + 83 +**AT Command: AT+DISAT** 84 + 85 +|**Command Example**|**Function**|**Response** 86 +|AT+DISAT|Quit AT Commands mode|OK 87 + 88 +**Downlink Command:** 89 + 90 +No downlink command for this feature. 91 +)))