Changes for page How to configure APN in the node
Last modified by Xiaoling on 2024/08/19 16:13
From version 15.8
edited by Xiaoling
on 2022/08/09 10:20
on 2022/08/09 10:20
Change comment:
There is no comment for this version
To version 16.1
edited by David Huang
on 2023/08/08 09:59
on 2023/08/08 09:59
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.David - Content
-
... ... @@ -40,12 +40,12 @@ 40 40 41 41 [[image:image-20220530095114-1.png]] 42 42 43 -COMMAND 43 +**COMMAND** 44 44 45 45 46 46 [[image:image-20220530095214-2.png]] 47 47 48 -Parameter 48 +**Parameter** 49 49 50 50 51 51 ((( ... ... @@ -53,38 +53,41 @@ 53 53 ))) 54 54 55 55 ((( 56 -AT+CGDCONT=? 56 +{{{AT+CGDCONT=?}}} 57 57 ))) 58 58 59 59 ((( 60 -+CGDCONT: (0-10),("IP","NONIP","IPV6","IPV4V6") ~,~,,(0),(0)~,~,~,~,,(0,1)61 -OK 60 +{{{+CGDCONT: (0-10),("IP","NONIP","IPV6","IPV4V6"),,,(0),(0),,,,,(0,1) 61 +OK}}} 62 62 ))) 63 63 64 64 ((( 65 -AT+CGDCONT=1,"IP","HUAWEI.COM" 65 +{{{AT+CGDCONT=1,"IP","HUAWEI.COM"}}} 66 66 ))) 67 67 68 68 ((( 69 -OK 69 +{{{OK}}} 70 70 ))) 71 71 72 72 ((( 73 -AT+CGDCONT? 73 +{{{AT+CGDCONT?}}} 74 74 ))) 75 75 76 76 ((( 77 -+CGDCONT:0,"IPV4V6" ~,~,,0,0~,~,~,~,,077 +{{{+CGDCONT:0,"IPV4V6",,,0,0,,,,,0}}} 78 78 ))) 79 79 80 80 ((( 81 -+CGDCONT:1,"IP","HUAWEI.COM" ~,~,0,0~,~,~,~,,081 +{{{+CGDCONT:1,"IP","HUAWEI.COM",,0,0,,,,,0}}} 82 82 ))) 83 83 84 84 ((( 85 -OK 85 +{{{OK}}} 86 + 87 +**Users can directly use the AT command to set APN.** 86 86 ))) 87 87 90 +**AT+APN=<APN>** 88 88 89 89 90 90 = 2. Quit AT Command = ... ... @@ -92,17 +92,12 @@ 92 92 93 93 Feature: Quit AT Command mode, so user needs to input the password again before using AT Commands. 94 94 98 +(% style="color:blue" %)**AT Command: AT+DISAT** 95 95 96 -(% class="box infomessage" %) 97 -((( 98 -**AT Command: AT+DISAT** 99 -))) 100 +(% border="1" style="background-color:#f2f2f2; width:471px" %) 101 +|=(% style="width: 168px;background-color:#d9e2f3; color:#0070c0" %)**Command Example**|=(% style="width: 201px;background-color:#d9e2f3; color:#0070c0" %)**Function**|=(% style="width: 99px;background-color:#d9e2f3; color:#0070c0" %)**Response** 102 +|(% style="width:168px" %)AT+DISAT|(% style="width:201px" %)Quit AT Commands mode|(% style="width:99px" %)OK 100 100 101 -(% border="1" style="background-color:#ffffcc; color:green; width:450px" %) 102 -|=**Command Example**|=**Function**|=**Response** 103 -|AT+DISAT|Quit AT Commands mode|OK 104 +(% style="color:blue" %)**Downlink Command:** 104 104 105 - 106 -**Downlink Command:** 107 - 108 108 No downlink command for this feature.