blob: bd9b21e7d2d00ac47bdff41d1b05b67794a55f8c [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Ling Ma76cfc262023-09-27 16:58:59 -07003
Ling Maf2e62b42024-04-04 14:50:15 -07004# OWNER=linggm TARGET=24Q4
5flag {
6 name: "keep_empty_requests_network"
7 namespace: "telephony"
8 description: "Don't tear down network even if no requests attached to it."
9 bug: "331301784"
10 metadata {
11 purpose: PURPOSE_BUGFIX
12 }
13}
14
Steve Statia51089d42024-03-15 22:07:25 +000015# OWNER=linggm TARGET=24Q3
Ling Ma76cfc262023-09-27 16:58:59 -070016flag {
Ling Ma0a093802024-02-23 17:38:08 +000017 name: "auto_data_switch_allow_roaming"
Ling Ma8f973252023-10-20 18:37:40 -070018 namespace: "telephony"
19 description: "Allow using roaming network as target if user allows it from settings."
Ling Ma0a093802024-02-23 17:38:08 +000020 bug: "287132491"
21 metadata {
22 purpose: PURPOSE_BUGFIX
23 }
Ling Ma8f973252023-10-20 18:37:40 -070024}
25
Steve Statia51089d42024-03-15 22:07:25 +000026# OWNER=linggm TARGET=24Q3
Ling Ma8f973252023-10-20 18:37:40 -070027flag {
Ling Ma4dd94642024-05-31 13:15:04 -070028 name: "auto_data_switch_uses_data_enabled"
Ling Ma8d8888f2023-11-29 13:16:06 -080029 namespace: "telephony"
Ling Ma4dd94642024-05-31 13:15:04 -070030 description: "Separately consider the backup phone's data allowed and data enabled."
31 bug: "338552223"
32 metadata {
33 purpose: PURPOSE_BUGFIX
34 }
Ling Ma8d8888f2023-11-29 13:16:06 -080035}
36
Steve Statia51089d42024-03-15 22:07:25 +000037# OWNER=linggm TARGET=24Q2
Ling Ma8d8888f2023-11-29 13:16:06 -080038flag {
Ling Mafd7d6a12023-11-17 00:27:16 +000039 name: "use_alarm_callback"
40 namespace: "telephony"
41 description: "Use alarm callback instead of broadcast."
42 bug: "311476875"
43}
44
Steve Statia51089d42024-03-15 22:07:25 +000045# OWNER=linggm TARGET=24Q2
Ling Mafd7d6a12023-11-17 00:27:16 +000046flag {
47 name: "refine_preferred_data_profile_selection"
48 namespace: "telephony"
49 description: "Upon internet network connect, refine selection of preferred data profile."
50 bug: "311476883"
51}
52
Steve Statia51089d42024-03-15 22:07:25 +000053# OWNER=linggm TARGET=24Q2
Ling Mafd7d6a12023-11-17 00:27:16 +000054flag {
Ling Ma2db795e2023-10-19 16:01:08 -070055 name: "unthrottle_check_transport"
56 namespace: "telephony"
57 description: "Check transport when unthrottle."
58 bug: "303922311"
59}
60
Steve Statia51089d42024-03-15 22:07:25 +000061# OWNER=linggm TARGET=24Q1
Ling Ma2db795e2023-10-19 16:01:08 -070062flag {
Ling Ma76cfc262023-09-27 16:58:59 -070063 name: "relax_ho_teardown"
64 namespace: "telephony"
65 description: "Relax handover tear down if the device is currently in voice call."
66 bug: "270895912"
Ling Ma1b184be2023-08-15 14:53:23 -070067}
68
Steve Statia51089d42024-03-15 22:07:25 +000069# OWNER=linggm TARGET=24Q2
Ling Ma1b184be2023-08-15 14:53:23 -070070flag {
71 name: "allow_mmtel_in_non_vops"
72 namespace: "telephony"
73 description: "Allow bring up MMTEL in nonVops area specified by carrier config."
74 bug: "241198464"
75}
Jack Yub86d67f2023-10-26 14:35:18 -070076
Steve Statia51089d42024-03-15 22:07:25 +000077# OWNER=jackyu TARGET=24Q2
Jack Yub86d67f2023-10-26 14:35:18 -070078flag {
79 name: "metered_embb_urlcc"
80 namespace: "telephony"
81 description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered."
82 bug: "301310451"
Sarah Chin578eb602023-10-23 17:55:35 -070083 }
84
Steve Statia51089d42024-03-15 22:07:25 +000085# OWNER=sarahchin TARGET=24Q3
Sarah Chin578eb602023-10-23 17:55:35 -070086flag {
87 name: "slicing_additional_error_codes"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000088 is_exported: true
Sarah Chin578eb602023-10-23 17:55:35 -070089 namespace: "telephony"
90 description: "Support additional slicing error codes and functionality."
91 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070092}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000093
Steve Statia51089d42024-03-15 22:07:25 +000094# OWNER=nagendranb TARGET=24Q3
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000095flag {
96 name: "apn_setting_field_support_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000097 is_exported: true
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000098 namespace: "telephony"
99 description: "Expose apn setting supporting field"
100 bug: "307038091"
101}
sangyunf6feb7c2023-10-10 04:42:56 +0900102
Steve Statia51089d42024-03-15 22:07:25 +0000103# OWNER=sangyun TARGET=24Q3
sangyunf6feb7c2023-10-10 04:42:56 +0900104flag {
105 name: "network_validation"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +0000106 is_exported: true
sangyunf6feb7c2023-10-10 04:42:56 +0900107 namespace: "telephony"
108 description: "Request network validation for data networks and response status."
109 bug:"286171724"
110}
111
Steve Statia51089d42024-03-15 22:07:25 +0000112# OWNER=nagendranb TARGET=24Q2
Nagendra Prasad Nagarle Basavaraju55254f22023-11-14 14:33:40 +0000113flag {
114 name: "notify_data_activity_changed_with_slot"
115 namespace: "telephony"
116 description: "notify data activity changed for slot id"
117 bug: "309896936"
118}
qingqi582b98a2023-07-19 20:59:41 +0000119
Steve Statia51089d42024-03-15 22:07:25 +0000120# OWNER=qingqi TARGET=24Q3
qingqi582b98a2023-07-19 20:59:41 +0000121flag {
122 name: "vonr_enabled_metric"
123 namespace: "telephony"
124 description: "Collect vonr status in voice call metric"
125 bug:"288449751"
126}
Willy Huc0ceeb42023-08-19 02:01:36 +0000127
Steve Statia51089d42024-03-15 22:07:25 +0000128# OWNER=willycwhu TARGET=24Q2
Willy Huc0ceeb42023-08-19 02:01:36 +0000129flag {
130 name: "ignore_existing_networks_for_internet_allowed_checking"
131 namespace: "telephony"
132 description: "Ignore existing networks when checking if internet is allowed"
133 bug: "284420611"
134}
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000135
Steve Statia51089d42024-03-15 22:07:25 +0000136# OWNER=apsankar TARGET=24Q3
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000137flag {
138 name: "data_call_session_stats_captures_cross_sim_calling"
139 namespace: "telephony"
140 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
141 bug: "313956117"
142}
Jack Yu96359a42024-01-23 15:57:45 -0800143
Steve Statia51089d42024-03-15 22:07:25 +0000144# OWNER=jackyu TARGET=24Q2
Jack Yu96359a42024-01-23 15:57:45 -0800145flag {
146 name: "force_iwlan_mms"
147 namespace: "telephony"
148 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."
149 bug: "316211526"
150}
Sewook Seocd2f50b2024-02-07 07:03:31 +0000151
Steve Statia51089d42024-03-15 22:07:25 +0000152# OWNER=sewook TARGET=24Q3
Sewook Seocd2f50b2024-02-07 07:03:31 +0000153flag {
154 name: "reconnect_qualified_network"
155 namespace: "telephony"
156 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK."
157 bug: "319520561"
Mars Lin911f3c62024-02-19 13:07:40 +0800158}
159
Steve Statia51089d42024-03-15 22:07:25 +0000160# OWNER=jackyu TARGET=24Q3
Mars Lin911f3c62024-02-19 13:07:40 +0800161flag {
162 name: "dsrs_diagnostics_enabled"
163 namespace: "telephony"
164 description: "Enable DSRS diagnostics."
165 bug: "319601607"
Qingqi Leif4ee9612024-03-28 22:38:29 +0000166}
167
168# OWNER=jackyu TARGET=24Q3
169flag {
170 name: "data_rat_metric_enabled"
171 namespace: "telephony"
172 description: "Write DataRatStateChanged atom"
173 bug:"318519337"
174}
Jack Yua68a5532024-08-08 15:15:20 -0700175
176# OWNER=jackyu TARGET=24Q4
177flag {
178 name: "dds_callback"
179 namespace: "telephony"
180 description: "Adding new callback when DDS changed"
181 bug:"353723350"
182}
183
Jack Yuc32111d2024-08-12 00:22:42 -0700184# OWNER=jackyu TARGET=25Q1
185flag {
186 name: "support_network_provider"
187 namespace: "telephony"
188 description: "Deprecate network factory and adapt the new network provider model from connectivity service"
189 bug: "343370895"
190 metadata {
191 purpose: PURPOSE_BUGFIX
192 }
193}
Jack Yua68a5532024-08-08 15:15:20 -0700194