blob: 633480319e0ebbf4b992aff8f00c1caa6d99d61c [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Ling Ma76cfc262023-09-27 16:58:59 -07002
3flag {
Ling Ma0a093802024-02-23 17:38:08 +00004 name: "auto_data_switch_allow_roaming"
Ling Ma8f973252023-10-20 18:37:40 -07005 namespace: "telephony"
6 description: "Allow using roaming network as target if user allows it from settings."
Ling Ma0a093802024-02-23 17:38:08 +00007 bug: "287132491"
8 metadata {
9 purpose: PURPOSE_BUGFIX
10 }
Ling Ma8f973252023-10-20 18:37:40 -070011}
12
13flag {
Ling Ma8d8888f2023-11-29 13:16:06 -080014 name: "auto_data_switch_rat_ss"
15 namespace: "telephony"
16 description: "Whether switch for better rat and signal strength"
17 bug:"260928808"
18}
19
20flag {
Ling Mafd7d6a12023-11-17 00:27:16 +000021 name: "use_alarm_callback"
22 namespace: "telephony"
23 description: "Use alarm callback instead of broadcast."
24 bug: "311476875"
25}
26
27flag {
28 name: "refine_preferred_data_profile_selection"
29 namespace: "telephony"
30 description: "Upon internet network connect, refine selection of preferred data profile."
31 bug: "311476883"
32}
33
34flag {
Ling Ma2db795e2023-10-19 16:01:08 -070035 name: "unthrottle_check_transport"
36 namespace: "telephony"
37 description: "Check transport when unthrottle."
38 bug: "303922311"
39}
40
41flag {
Ling Ma76cfc262023-09-27 16:58:59 -070042 name: "relax_ho_teardown"
43 namespace: "telephony"
44 description: "Relax handover tear down if the device is currently in voice call."
45 bug: "270895912"
Ling Ma1b184be2023-08-15 14:53:23 -070046}
47
48flag {
49 name: "allow_mmtel_in_non_vops"
50 namespace: "telephony"
51 description: "Allow bring up MMTEL in nonVops area specified by carrier config."
52 bug: "241198464"
53}
Jack Yub86d67f2023-10-26 14:35:18 -070054
55flag {
56 name: "metered_embb_urlcc"
57 namespace: "telephony"
58 description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered."
59 bug: "301310451"
Sarah Chin578eb602023-10-23 17:55:35 -070060 }
61
62flag {
63 name: "slicing_additional_error_codes"
64 namespace: "telephony"
65 description: "Support additional slicing error codes and functionality."
66 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070067}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000068
69flag {
70 name: "apn_setting_field_support_flag"
71 namespace: "telephony"
72 description: "Expose apn setting supporting field"
73 bug: "307038091"
74}
sangyunf6feb7c2023-10-10 04:42:56 +090075
76flag {
77 name: "network_validation"
78 namespace: "telephony"
79 description: "Request network validation for data networks and response status."
80 bug:"286171724"
81}
82
Nagendra Prasad Nagarle Basavaraju55254f22023-11-14 14:33:40 +000083flag {
84 name: "notify_data_activity_changed_with_slot"
85 namespace: "telephony"
86 description: "notify data activity changed for slot id"
87 bug: "309896936"
88}
qingqi582b98a2023-07-19 20:59:41 +000089
90flag {
91 name: "vonr_enabled_metric"
92 namespace: "telephony"
93 description: "Collect vonr status in voice call metric"
94 bug:"288449751"
95}
Willy Huc0ceeb42023-08-19 02:01:36 +000096
97flag {
98 name: "ignore_existing_networks_for_internet_allowed_checking"
99 namespace: "telephony"
100 description: "Ignore existing networks when checking if internet is allowed"
101 bug: "284420611"
102}
Aswin Sankar8b3895a2023-12-18 23:30:36 +0000103
104flag {
105 name: "data_call_session_stats_captures_cross_sim_calling"
106 namespace: "telephony"
107 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
108 bug: "313956117"
109}
Jack Yu96359a42024-01-23 15:57:45 -0800110
111flag {
112 name: "force_iwlan_mms"
113 namespace: "telephony"
114 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."
115 bug: "316211526"
116}
Sewook Seocd2f50b2024-02-07 07:03:31 +0000117
118flag {
119 name: "reconnect_qualified_network"
120 namespace: "telephony"
121 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK."
122 bug: "319520561"
Mars Lin911f3c62024-02-19 13:07:40 +0800123}
124
125flag {
126 name: "dsrs_diagnostics_enabled"
127 namespace: "telephony"
128 description: "Enable DSRS diagnostics."
129 bug: "319601607"
Sewook Seocd2f50b2024-02-07 07:03:31 +0000130}