1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# 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
15# OWNER=linggm TARGET=24Q3
16flag {
17  name: "auto_data_switch_allow_roaming"
18  namespace: "telephony"
19  description: "Allow using roaming network as target if user allows it from settings."
20  bug: "287132491"
21  metadata {
22    purpose: PURPOSE_BUGFIX
23  }
24}
25
26# OWNER=linggm TARGET=24Q3
27flag {
28  name: "auto_data_switch_uses_data_enabled"
29  namespace: "telephony"
30  description: "Separately consider the backup phone's data allowed and data enabled."
31  bug: "338552223"
32  metadata {
33    purpose: PURPOSE_BUGFIX
34  }
35}
36
37# OWNER=linggm TARGET=24Q2
38flag {
39  name: "use_alarm_callback"
40  namespace: "telephony"
41  description: "Use alarm callback instead of broadcast."
42  bug: "311476875"
43}
44
45# OWNER=linggm TARGET=24Q2
46flag {
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
53# OWNER=linggm TARGET=24Q2
54flag {
55  name: "unthrottle_check_transport"
56  namespace: "telephony"
57  description: "Check transport when unthrottle."
58  bug: "303922311"
59}
60
61# OWNER=linggm TARGET=24Q1
62flag {
63  name: "relax_ho_teardown"
64  namespace: "telephony"
65  description: "Relax handover tear down if the device is currently in voice call."
66  bug: "270895912"
67}
68
69# OWNER=linggm TARGET=24Q2
70flag {
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}
76
77# OWNER=jackyu TARGET=24Q2
78flag {
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"
83  }
84
85# OWNER=sarahchin TARGET=24Q3
86flag {
87  name: "slicing_additional_error_codes"
88  is_exported: true
89  namespace: "telephony"
90  description: "Support additional slicing error codes and functionality."
91  bug: "307378699"
92}
93
94# OWNER=nagendranb TARGET=24Q3
95flag {
96  name: "apn_setting_field_support_flag"
97  is_exported: true
98  namespace: "telephony"
99  description: "Expose apn setting supporting field"
100  bug: "307038091"
101}
102
103# OWNER=sangyun TARGET=24Q3
104flag {
105  name: "network_validation"
106  is_exported: true
107  namespace: "telephony"
108  description: "Request network validation for data networks and response status."
109  bug:"286171724"
110}
111
112# OWNER=nagendranb TARGET=24Q2
113flag {
114 name: "notify_data_activity_changed_with_slot"
115  namespace: "telephony"
116  description: "notify data activity changed for slot id"
117  bug: "309896936"
118}
119
120# OWNER=qingqi TARGET=24Q3
121flag {
122  name: "vonr_enabled_metric"
123  namespace: "telephony"
124  description: "Collect vonr status in voice call metric"
125  bug:"288449751"
126}
127
128# OWNER=willycwhu TARGET=24Q2
129flag {
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}
135
136# OWNER=apsankar TARGET=24Q3
137flag {
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}
143
144# OWNER=jackyu TARGET=24Q2
145flag {
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}
151
152# OWNER=sewook TARGET=24Q3
153flag {
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"
158}
159
160# OWNER=jackyu TARGET=24Q3
161flag {
162  name: "dsrs_diagnostics_enabled"
163  namespace: "telephony"
164  description: "Enable DSRS diagnostics."
165  bug: "319601607"
166}
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}
175