blob: 4a90c1056747cc8dca184255e8a9bb7cd44b121f [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
Sarah Chin578eb602023-10-23 17:55:35 -070037
Steve Statia51089d42024-03-15 22:07:25 +000038# OWNER=sarahchin TARGET=24Q3
Sarah Chin578eb602023-10-23 17:55:35 -070039flag {
40 name: "slicing_additional_error_codes"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000041 is_exported: true
Sarah Chin578eb602023-10-23 17:55:35 -070042 namespace: "telephony"
43 description: "Support additional slicing error codes and functionality."
44 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070045}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000046
Steve Statia51089d42024-03-15 22:07:25 +000047# OWNER=nagendranb TARGET=24Q3
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000048flag {
49 name: "apn_setting_field_support_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000050 is_exported: true
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000051 namespace: "telephony"
52 description: "Expose apn setting supporting field"
53 bug: "307038091"
54}
sangyunf6feb7c2023-10-10 04:42:56 +090055
Steve Statia51089d42024-03-15 22:07:25 +000056# OWNER=sangyun TARGET=24Q3
sangyunf6feb7c2023-10-10 04:42:56 +090057flag {
58 name: "network_validation"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000059 is_exported: true
sangyunf6feb7c2023-10-10 04:42:56 +090060 namespace: "telephony"
61 description: "Request network validation for data networks and response status."
62 bug:"286171724"
63}
64
Steve Statia51089d42024-03-15 22:07:25 +000065# OWNER=qingqi TARGET=24Q3
qingqi582b98a2023-07-19 20:59:41 +000066flag {
67 name: "vonr_enabled_metric"
68 namespace: "telephony"
69 description: "Collect vonr status in voice call metric"
70 bug:"288449751"
71}
Willy Huc0ceeb42023-08-19 02:01:36 +000072
Steve Statia51089d42024-03-15 22:07:25 +000073# OWNER=apsankar TARGET=24Q3
Aswin Sankar8b3895a2023-12-18 23:30:36 +000074flag {
75 name: "data_call_session_stats_captures_cross_sim_calling"
76 namespace: "telephony"
77 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
78 bug: "313956117"
79}
Jack Yu96359a42024-01-23 15:57:45 -080080
Steve Statia51089d42024-03-15 22:07:25 +000081# OWNER=sewook TARGET=24Q3
Sewook Seocd2f50b2024-02-07 07:03:31 +000082flag {
83 name: "reconnect_qualified_network"
84 namespace: "telephony"
85 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK."
86 bug: "319520561"
Mars Lin911f3c62024-02-19 13:07:40 +080087}
88
Steve Statia51089d42024-03-15 22:07:25 +000089# OWNER=jackyu TARGET=24Q3
Mars Lin911f3c62024-02-19 13:07:40 +080090flag {
91 name: "dsrs_diagnostics_enabled"
92 namespace: "telephony"
93 description: "Enable DSRS diagnostics."
94 bug: "319601607"
Qingqi Leif4ee9612024-03-28 22:38:29 +000095}
96
97# OWNER=jackyu TARGET=24Q3
98flag {
99 name: "data_rat_metric_enabled"
100 namespace: "telephony"
101 description: "Write DataRatStateChanged atom"
102 bug:"318519337"
103}
Jack Yua68a5532024-08-08 15:15:20 -0700104
Jack Yu5fa072f2024-10-29 18:09:12 +0000105# OWNER=jackyu TARGET=24Q4
Jack Yua68a5532024-08-08 15:15:20 -0700106flag {
107 name: "dds_callback"
108 namespace: "telephony"
109 description: "Adding new callback when DDS changed"
110 bug:"353723350"
111}
112
Jack Yuc32111d2024-08-12 00:22:42 -0700113# OWNER=jackyu TARGET=25Q1
114flag {
115 name: "support_network_provider"
116 namespace: "telephony"
117 description: "Deprecate network factory and adapt the new network provider model from connectivity service"
118 bug: "343370895"
119 metadata {
120 purpose: PURPOSE_BUGFIX
121 }
122}
Jack Yua68a5532024-08-08 15:15:20 -0700123
Tomasz Wasilczyk487bb202024-12-04 11:51:41 -0800124# OWNER=jackyu TARGET=25Q2
Tomasz Wasilczyk203b45c2024-09-12 10:38:18 -0700125flag {
126 name: "oem_paid_private"
127 namespace: "telephony"
128 description: "Support OEM_PAID and OEM_PRIVATE networks"
129 bug: "366194627"
MÃ¥rten Kongstadb5267602024-11-28 07:58:20 +0000130 is_exported: true
Tomasz Wasilczyk203b45c2024-09-12 10:38:18 -0700131}