mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-27 02:00:45 +00:00
蜂窝维测补充
Signed-off-by: 黄强 <huangqiang73@huawei.com>
This commit is contained in:
parent
476f7f5764
commit
72e4313811
@ -70,11 +70,15 @@ SMS_RECEIVE:
|
|||||||
|
|
||||||
DATA_CONNECTION_STATE:
|
DATA_CONNECTION_STATE:
|
||||||
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: data connection status}
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: data connection status}
|
||||||
|
SLOT_ID: {type: INT32, desc: slot id}
|
||||||
|
APN_TYPE: {type: INT32, desc: apn type}
|
||||||
|
SUPPLIER_ID: {type: INT32, desc: net supplier id}
|
||||||
STATE: {type: INT32, desc: 0_OFF 1_ON}
|
STATE: {type: INT32, desc: 0_OFF 1_ON}
|
||||||
|
|
||||||
DATA_DEACTIVED:
|
DATA_DEACTIVED:
|
||||||
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: data disconnection type}
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: data disconnection type}
|
||||||
SLOT_ID: {type: INT32, desc: slot id}
|
SLOT_ID: {type: INT32, desc: slot id}
|
||||||
|
APN_TYPE: {type: INT32, desc: apn type}
|
||||||
TYPE: {type: INT32, desc: 0 NETWORK_DISCONNECTION 1 USER_INITIATED 2 HAS_HIGN_PRIORITY_NETWORK}
|
TYPE: {type: INT32, desc: 0 NETWORK_DISCONNECTION 1 USER_INITIATED 2 HAS_HIGN_PRIORITY_NETWORK}
|
||||||
|
|
||||||
ROAMING_DATA_CONNECTION_STATE:
|
ROAMING_DATA_CONNECTION_STATE:
|
||||||
|
Loading…
Reference in New Issue
Block a user