blob: ee3cdcd106a49264d72004a07d702b7dc744b7da [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Ling Ma76cfc262023-09-27 16:58:59 -07002
3flag {
Ling Ma0a093802024-02-23 17:38:08 +00004 name: "auto_data_switch_allow_roaming"
Ling Ma8f973252023-10-20 18:37:40 -07005 namespace: "telephony"
6 description: "Allow using roaming network as target if user allows it from settings."
Ling Ma0a093802024-02-23 17:38:08 +00007 bug: "287132491"
8 metadata {
9 purpose: PURPOSE_BUGFIX
10 }
Ling Ma8f973252023-10-20 18:37:40 -070011}
12
13flag {
Ling Ma8d8888f2023-11-29 13:16:06 -080014 name: "auto_data_switch_rat_ss"
15 namespace: "telephony"
16 description: "Whether switch for better rat and signal strength"
17 bug:"260928808"
18}
19
20flag {
Ling Mafd7d6a12023-11-17 00:27:16 +000021 name: "use_alarm_callback"
22 namespace: "telephony"
23 description: "Use alarm callback instead of broadcast."
24 bug: "311476875"
25}
26
27flag {
28 name: "refine_preferred_data_profile_selection"
29 namespace: "telephony"
30 description: "Upon internet network connect, refine selection of preferred data profile."
31 bug: "311476883"
32}
33
34flag {
Ling Ma2db795e2023-10-19 16:01:08 -070035 name: "unthrottle_check_transport"
36 namespace: "telephony"
37 description: "Check transport when unthrottle."
38 bug: "303922311"
39}
40
41flag {
Ling Ma76cfc262023-09-27 16:58:59 -070042 name: "relax_ho_teardown"
43 namespace: "telephony"
44 description: "Relax handover tear down if the device is currently in voice call."
45 bug: "270895912"
Ling Ma1b184be2023-08-15 14:53:23 -070046}
47
48flag {
49 name: "allow_mmtel_in_non_vops"
50 namespace: "telephony"
51 description: "Allow bring up MMTEL in nonVops area specified by carrier config."
52 bug: "241198464"
53}
Jack Yub86d67f2023-10-26 14:35:18 -070054
55flag {
56 name: "metered_embb_urlcc"
57 namespace: "telephony"
58 description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered."
59 bug: "301310451"
Sarah Chin578eb602023-10-23 17:55:35 -070060 }
61
62flag {
63 name: "slicing_additional_error_codes"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000064 is_exported: true
Sarah Chin578eb602023-10-23 17:55:35 -070065 namespace: "telephony"
66 description: "Support additional slicing error codes and functionality."
67 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070068}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000069
70flag {
71 name: "apn_setting_field_support_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000072 is_exported: true
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000073 namespace: "telephony"
74 description: "Expose apn setting supporting field"
75 bug: "307038091"
76}
sangyunf6feb7c2023-10-10 04:42:56 +090077
78flag {
79 name: "network_validation"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000080 is_exported: true
sangyunf6feb7c2023-10-10 04:42:56 +090081 namespace: "telephony"
82 description: "Request network validation for data networks and response status."
83 bug:"286171724"
84}
85
Nagendra Prasad Nagarle Basavaraju55254f22023-11-14 14:33:40 +000086flag {
87 name: "notify_data_activity_changed_with_slot"
88 namespace: "telephony"
89 description: "notify data activity changed for slot id"
90 bug: "309896936"
91}
qingqi582b98a2023-07-19 20:59:41 +000092
93flag {
94 name: "vonr_enabled_metric"
95 namespace: "telephony"
96 description: "Collect vonr status in voice call metric"
97 bug:"288449751"
98}
Willy Huc0ceeb42023-08-19 02:01:36 +000099
100flag {
101 name: "ignore_existing_networks_for_internet_allowed_checking"
102 namespace: "telephony"
103 description: "Ignore existing networks when checking if internet is allowed"
104 bug: "284420611"
105}
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000106
107flag {
108 name: "data_call_session_stats_captures_cross_sim_calling"
109 namespace: "telephony"
110 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
111 bug: "313956117"
112}
Jack Yu96359a42024-01-23 15:57:45 -0800113
114flag {
115 name: "force_iwlan_mms"
116 namespace: "telephony"
117 description: "When QNS prefers MMS on IWLAN, MMS will be attempted on IWLAN if it can, even though if existing cellular network already supports MMS."
118 bug: "316211526"
119}
Sewook Seocd2f50b2024-02-07 07:03:31 +0000120
121flag {
122 name: "reconnect_qualified_network"
123 namespace: "telephony"
124 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK."
125 bug: "319520561"
Mars Lin911f3c62024-02-19 13:07:40 +0800126}
127
128flag {
129 name: "dsrs_diagnostics_enabled"
130 namespace: "telephony"
131 description: "Enable DSRS diagnostics."
132 bug: "319601607"
Sewook Seocd2f50b2024-02-07 07:03:31 +0000133}