You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| profileIdx | int | PDP context index. Range: 1 - 8 [volte version with the largest default PID is used to register IMS, please do not repeat the operation]. It is generally set to 1, if set as 2 - 8, the private APN and password may be required. |
68
68
| ipType | int | IP type. 0-IPV4, 1-IPV6, 2-IPV4 and IPV6. |
69
-
| apn | string | Optional. APN name. The maximum length is 63 bytes. |
70
-
| username | string | Optional. APN user name. The maximum length is 15 bytes.|
71
-
| password | string | Optional. APN password. The maximum length is 15 bytes.|
69
+
| apn | string | Optional. APN name. The maximum length is 63 bytes. (The maximum length is 64 bytes in EC200U/EC200A)|
70
+
| username | string | Optional. APN user name. The maximum length is 15 bytes.(The maximum length is 64 bytes in EC200U/EC200A)|
71
+
| password | string | Optional. APN password. The maximum length is 15 bytes.(The maximum length is 64 bytes in EC200U/EC200A)|
| flag | int | This parameter is optional. The default value is 0, indicating that only a user_apn.json file is created to save user APN information. If the value is 1, the user_apn.json file is created to save user APN information, and the APN information is used for PDP context activation immediately. |
Function: Provides SIM operations related APIs, such as querying SIM card status, ICCID, IMSI.
@@ -2159,6 +2212,14 @@ This function obtains CSQ.
2159
2212
2160
2213
This function obtains the information of Cell information.
2161
2214
2215
+
Note:This interface is a variable parameter function inBC25 platform, the number of parameters:[0/1]
2216
+
case with one Parameter:
2217
+
parameter:sinr_enable,
2218
+
type:int
2219
+
range:0/1
2220
+
0,disable to get sinr
2221
+
1,enable to get sinr
2222
+
2162
2223
* Parameter
2163
2224
2164
2225
*None
@@ -2208,12 +2269,21 @@ This function obtains the information of Cell information.
2208
2269
| tac | Tracing area code, range : 0~65535|
2209
2270
| earfcn | Extended Absolute Radio Frequency Channel Number, range : 0-65535. |
2210
2271
| rssi | Received Signal Strength Indication. In LTE network, denotes RSRP quality (negative value), which is converted according to RSRP measurement report value, and the conversion relationship isas follows<br>RSRPquality=RSRP measurement report value -140, unit : dBm, range : -140~-44 dBm |
2272
+
| sinr | Signal to Noise Ratio(supported inBC25,range : -30~30) |
0 commit comments