blob: c2f27cfea66db4651d9be33779054ae3115f9858 [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Ling Ma76cfc262023-09-27 16:58:59 -07002
Ling Maf2e62b42024-04-04 14:50:15 -07003# OWNER=linggm TARGET=24Q4
4flag {
5 name: "keep_empty_requests_network"
6 namespace: "telephony"
7 description: "Don't tear down network even if no requests attached to it."
8 bug: "331301784"
9 metadata {
10 purpose: PURPOSE_BUGFIX
11 }
12}
13
Steve Statia51089d42024-03-15 22:07:25 +000014# OWNER=linggm TARGET=24Q3
Ling Ma76cfc262023-09-27 16:58:59 -070015flag {
Ling Ma0a093802024-02-23 17:38:08 +000016 name: "auto_data_switch_allow_roaming"
Ling Ma8f973252023-10-20 18:37:40 -070017 namespace: "telephony"
18 description: "Allow using roaming network as target if user allows it from settings."
Ling Ma0a093802024-02-23 17:38:08 +000019 bug: "287132491"
20 metadata {
21 purpose: PURPOSE_BUGFIX
22 }
Ling Ma8f973252023-10-20 18:37:40 -070023}
24
Steve Statia51089d42024-03-15 22:07:25 +000025# OWNER=linggm TARGET=24Q3
Ling Ma8f973252023-10-20 18:37:40 -070026flag {
Ling Ma8d8888f2023-11-29 13:16:06 -080027 name: "auto_data_switch_rat_ss"
28 namespace: "telephony"
29 description: "Whether switch for better rat and signal strength"
30 bug:"260928808"
31}
32
Steve Statia51089d42024-03-15 22:07:25 +000033# OWNER=linggm TARGET=24Q2
Ling Ma8d8888f2023-11-29 13:16:06 -080034flag {
Ling Mafd7d6a12023-11-17 00:27:16 +000035 name: "use_alarm_callback"
36 namespace: "telephony"
37 description: "Use alarm callback instead of broadcast."
38 bug: "311476875"
39}
40
Steve Statia51089d42024-03-15 22:07:25 +000041# OWNER=linggm TARGET=24Q2
Ling Mafd7d6a12023-11-17 00:27:16 +000042flag {
43 name: "refine_preferred_data_profile_selection"
44 namespace: "telephony"
45 description: "Upon internet network connect, refine selection of preferred data profile."
46 bug: "311476883"
47}
48
Steve Statia51089d42024-03-15 22:07:25 +000049# OWNER=linggm TARGET=24Q2
Ling Mafd7d6a12023-11-17 00:27:16 +000050flag {
Ling Ma2db795e2023-10-19 16:01:08 -070051 name: "unthrottle_check_transport"
52 namespace: "telephony"
53 description: "Check transport when unthrottle."
54 bug: "303922311"
55}
56
Steve Statia51089d42024-03-15 22:07:25 +000057# OWNER=linggm TARGET=24Q1
Ling Ma2db795e2023-10-19 16:01:08 -070058flag {
Ling Ma76cfc262023-09-27 16:58:59 -070059 name: "relax_ho_teardown"
60 namespace: "telephony"
61 description: "Relax handover tear down if the device is currently in voice call."
62 bug: "270895912"
Ling Ma1b184be2023-08-15 14:53:23 -070063}
64
Steve Statia51089d42024-03-15 22:07:25 +000065# OWNER=linggm TARGET=24Q2
Ling Ma1b184be2023-08-15 14:53:23 -070066flag {
67 name: "allow_mmtel_in_non_vops"
68 namespace: "telephony"
69 description: "Allow bring up MMTEL in nonVops area specified by carrier config."
70 bug: "241198464"
71}
Jack Yub86d67f2023-10-26 14:35:18 -070072
Steve Statia51089d42024-03-15 22:07:25 +000073# OWNER=jackyu TARGET=24Q2
Jack Yub86d67f2023-10-26 14:35:18 -070074flag {
75 name: "metered_embb_urlcc"
76 namespace: "telephony"
77 description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered."
78 bug: "301310451"
Sarah Chin578eb602023-10-23 17:55:35 -070079 }
80
Steve Statia51089d42024-03-15 22:07:25 +000081# OWNER=sarahchin TARGET=24Q3
Sarah Chin578eb602023-10-23 17:55:35 -070082flag {
83 name: "slicing_additional_error_codes"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000084 is_exported: true
Sarah Chin578eb602023-10-23 17:55:35 -070085 namespace: "telephony"
86 description: "Support additional slicing error codes and functionality."
87 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070088}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000089
Steve Statia51089d42024-03-15 22:07:25 +000090# OWNER=nagendranb TARGET=24Q3
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000091flag {
92 name: "apn_setting_field_support_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000093 is_exported: true
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000094 namespace: "telephony"
95 description: "Expose apn setting supporting field"
96 bug: "307038091"
97}
sangyunf6feb7c2023-10-10 04:42:56 +090098
Steve Statia51089d42024-03-15 22:07:25 +000099# OWNER=sangyun TARGET=24Q3
sangyunf6feb7c2023-10-10 04:42:56 +0900100flag {
101 name: "network_validation"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +0000102 is_exported: true
sangyunf6feb7c2023-10-10 04:42:56 +0900103 namespace: "telephony"
104 description: "Request network validation for data networks and response status."
105 bug:"286171724"
106}
107
Steve Statia51089d42024-03-15 22:07:25 +0000108# OWNER=nagendranb TARGET=24Q2
Nagendra Prasad Nagarle Basavaraju55254f22023-11-14 14:33:40 +0000109flag {
110 name: "notify_data_activity_changed_with_slot"
111 namespace: "telephony"
112 description: "notify data activity changed for slot id"
113 bug: "309896936"
114}
qingqi582b98a2023-07-19 20:59:41 +0000115
Steve Statia51089d42024-03-15 22:07:25 +0000116# OWNER=qingqi TARGET=24Q3
qingqi582b98a2023-07-19 20:59:41 +0000117flag {
118 name: "vonr_enabled_metric"
119 namespace: "telephony"
120 description: "Collect vonr status in voice call metric"
121 bug:"288449751"
122}
Willy Huc0ceeb42023-08-19 02:01:36 +0000123
Steve Statia51089d42024-03-15 22:07:25 +0000124# OWNER=willycwhu TARGET=24Q2
Willy Huc0ceeb42023-08-19 02:01:36 +0000125flag {
126 name: "ignore_existing_networks_for_internet_allowed_checking"
127 namespace: "telephony"
128 description: "Ignore existing networks when checking if internet is allowed"
129 bug: "284420611"
130}
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000131
Steve Statia51089d42024-03-15 22:07:25 +0000132# OWNER=apsankar TARGET=24Q3
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000133flag {
134 name: "data_call_session_stats_captures_cross_sim_calling"
135 namespace: "telephony"
136 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
137 bug: "313956117"
138}
Jack Yu96359a42024-01-23 15:57:45 -0800139
Steve Statia51089d42024-03-15 22:07:25 +0000140# OWNER=jackyu TARGET=24Q2
Jack Yu96359a42024-01-23 15:57:45 -0800141flag {
142 name: "force_iwlan_mms"
143 namespace: "telephony"
144 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."
145 bug: "316211526"
146}
Sewook Seocd2f50b2024-02-07 07:03:31 +0000147
Steve Statia51089d42024-03-15 22:07:25 +0000148# OWNER=sewook TARGET=24Q3
Sewook Seocd2f50b2024-02-07 07:03:31 +0000149flag {
150 name: "reconnect_qualified_network"
151 namespace: "telephony"
152 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK."
153 bug: "319520561"
Mars Lin911f3c62024-02-19 13:07:40 +0800154}
155
Steve Statia51089d42024-03-15 22:07:25 +0000156# OWNER=jackyu TARGET=24Q3
Mars Lin911f3c62024-02-19 13:07:40 +0800157flag {
158 name: "dsrs_diagnostics_enabled"
159 namespace: "telephony"
160 description: "Enable DSRS diagnostics."
161 bug: "319601607"
Sewook Seocd2f50b2024-02-07 07:03:31 +0000162}