blob: f93999b4b5b4b2bfac22dfe4fe886a2aba28b3e3 [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 Ma8d8888f2023-11-29 13:16:06 -080028 name: "auto_data_switch_rat_ss"
29 namespace: "telephony"
30 description: "Whether switch for better rat and signal strength"
31 bug:"260928808"
32}
33
Steve Statia51089d42024-03-15 22:07:25 +000034# OWNER=linggm TARGET=24Q2
Ling Ma8d8888f2023-11-29 13:16:06 -080035flag {
Ling Mafd7d6a12023-11-17 00:27:16 +000036 name: "use_alarm_callback"
37 namespace: "telephony"
38 description: "Use alarm callback instead of broadcast."
39 bug: "311476875"
40}
41
Steve Statia51089d42024-03-15 22:07:25 +000042# OWNER=linggm TARGET=24Q2
Ling Mafd7d6a12023-11-17 00:27:16 +000043flag {
44 name: "refine_preferred_data_profile_selection"
45 namespace: "telephony"
46 description: "Upon internet network connect, refine selection of preferred data profile."
47 bug: "311476883"
48}
49
Steve Statia51089d42024-03-15 22:07:25 +000050# OWNER=linggm TARGET=24Q2
Ling Mafd7d6a12023-11-17 00:27:16 +000051flag {
Ling Ma2db795e2023-10-19 16:01:08 -070052 name: "unthrottle_check_transport"
53 namespace: "telephony"
54 description: "Check transport when unthrottle."
55 bug: "303922311"
56}
57
Steve Statia51089d42024-03-15 22:07:25 +000058# OWNER=linggm TARGET=24Q1
Ling Ma2db795e2023-10-19 16:01:08 -070059flag {
Ling Ma76cfc262023-09-27 16:58:59 -070060 name: "relax_ho_teardown"
61 namespace: "telephony"
62 description: "Relax handover tear down if the device is currently in voice call."
63 bug: "270895912"
Ling Ma1b184be2023-08-15 14:53:23 -070064}
65
Steve Statia51089d42024-03-15 22:07:25 +000066# OWNER=linggm TARGET=24Q2
Ling Ma1b184be2023-08-15 14:53:23 -070067flag {
68 name: "allow_mmtel_in_non_vops"
69 namespace: "telephony"
70 description: "Allow bring up MMTEL in nonVops area specified by carrier config."
71 bug: "241198464"
72}
Jack Yub86d67f2023-10-26 14:35:18 -070073
Steve Statia51089d42024-03-15 22:07:25 +000074# OWNER=jackyu TARGET=24Q2
Jack Yub86d67f2023-10-26 14:35:18 -070075flag {
76 name: "metered_embb_urlcc"
77 namespace: "telephony"
78 description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered."
79 bug: "301310451"
Sarah Chin578eb602023-10-23 17:55:35 -070080 }
81
Steve Statia51089d42024-03-15 22:07:25 +000082# OWNER=sarahchin TARGET=24Q3
Sarah Chin578eb602023-10-23 17:55:35 -070083flag {
84 name: "slicing_additional_error_codes"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000085 is_exported: true
Sarah Chin578eb602023-10-23 17:55:35 -070086 namespace: "telephony"
87 description: "Support additional slicing error codes and functionality."
88 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070089}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000090
Steve Statia51089d42024-03-15 22:07:25 +000091# OWNER=nagendranb TARGET=24Q3
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000092flag {
93 name: "apn_setting_field_support_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000094 is_exported: true
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000095 namespace: "telephony"
96 description: "Expose apn setting supporting field"
97 bug: "307038091"
98}
sangyunf6feb7c2023-10-10 04:42:56 +090099
Steve Statia51089d42024-03-15 22:07:25 +0000100# OWNER=sangyun TARGET=24Q3
sangyunf6feb7c2023-10-10 04:42:56 +0900101flag {
102 name: "network_validation"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +0000103 is_exported: true
sangyunf6feb7c2023-10-10 04:42:56 +0900104 namespace: "telephony"
105 description: "Request network validation for data networks and response status."
106 bug:"286171724"
107}
108
Steve Statia51089d42024-03-15 22:07:25 +0000109# OWNER=nagendranb TARGET=24Q2
Nagendra Prasad Nagarle Basavaraju55254f22023-11-14 14:33:40 +0000110flag {
111 name: "notify_data_activity_changed_with_slot"
112 namespace: "telephony"
113 description: "notify data activity changed for slot id"
114 bug: "309896936"
115}
qingqi582b98a2023-07-19 20:59:41 +0000116
Steve Statia51089d42024-03-15 22:07:25 +0000117# OWNER=qingqi TARGET=24Q3
qingqi582b98a2023-07-19 20:59:41 +0000118flag {
119 name: "vonr_enabled_metric"
120 namespace: "telephony"
121 description: "Collect vonr status in voice call metric"
122 bug:"288449751"
123}
Willy Huc0ceeb42023-08-19 02:01:36 +0000124
Steve Statia51089d42024-03-15 22:07:25 +0000125# OWNER=willycwhu TARGET=24Q2
Willy Huc0ceeb42023-08-19 02:01:36 +0000126flag {
127 name: "ignore_existing_networks_for_internet_allowed_checking"
128 namespace: "telephony"
129 description: "Ignore existing networks when checking if internet is allowed"
130 bug: "284420611"
131}
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000132
Steve Statia51089d42024-03-15 22:07:25 +0000133# OWNER=apsankar TARGET=24Q3
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000134flag {
135 name: "data_call_session_stats_captures_cross_sim_calling"
136 namespace: "telephony"
137 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
138 bug: "313956117"
139}
Jack Yu96359a42024-01-23 15:57:45 -0800140
Steve Statia51089d42024-03-15 22:07:25 +0000141# OWNER=jackyu TARGET=24Q2
Jack Yu96359a42024-01-23 15:57:45 -0800142flag {
143 name: "force_iwlan_mms"
144 namespace: "telephony"
145 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."
146 bug: "316211526"
147}
Sewook Seocd2f50b2024-02-07 07:03:31 +0000148
Steve Statia51089d42024-03-15 22:07:25 +0000149# OWNER=sewook TARGET=24Q3
Sewook Seocd2f50b2024-02-07 07:03:31 +0000150flag {
151 name: "reconnect_qualified_network"
152 namespace: "telephony"
153 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK."
154 bug: "319520561"
Mars Lin911f3c62024-02-19 13:07:40 +0800155}
156
Steve Statia51089d42024-03-15 22:07:25 +0000157# OWNER=jackyu TARGET=24Q3
Mars Lin911f3c62024-02-19 13:07:40 +0800158flag {
159 name: "dsrs_diagnostics_enabled"
160 namespace: "telephony"
161 description: "Enable DSRS diagnostics."
162 bug: "319601607"
Qingqi Leif4ee9612024-03-28 22:38:29 +0000163}
164
165# OWNER=jackyu TARGET=24Q3
166flag {
167 name: "data_rat_metric_enabled"
168 namespace: "telephony"
169 description: "Write DataRatStateChanged atom"
170 bug:"318519337"
171}