Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 3 | |
Ling Ma | f2e62b4 | 2024-04-04 14:50:15 -0700 | [diff] [blame] | 4 | # OWNER=linggm TARGET=24Q4 |
| 5 | flag { |
| 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 Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 15 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 16 | flag { |
Ling Ma | 0a09380 | 2024-02-23 17:38:08 +0000 | [diff] [blame] | 17 | name: "auto_data_switch_allow_roaming" |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 18 | namespace: "telephony" |
| 19 | description: "Allow using roaming network as target if user allows it from settings." |
Ling Ma | 0a09380 | 2024-02-23 17:38:08 +0000 | [diff] [blame] | 20 | bug: "287132491" |
| 21 | metadata { |
| 22 | purpose: PURPOSE_BUGFIX |
| 23 | } |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 24 | } |
| 25 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 26 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 27 | flag { |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 28 | 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 Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 34 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 35 | flag { |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 36 | name: "use_alarm_callback" |
| 37 | namespace: "telephony" |
| 38 | description: "Use alarm callback instead of broadcast." |
| 39 | bug: "311476875" |
| 40 | } |
| 41 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 42 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 43 | flag { |
| 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 Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 50 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 51 | flag { |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 52 | name: "unthrottle_check_transport" |
| 53 | namespace: "telephony" |
| 54 | description: "Check transport when unthrottle." |
| 55 | bug: "303922311" |
| 56 | } |
| 57 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 58 | # OWNER=linggm TARGET=24Q1 |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 59 | flag { |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 60 | 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 Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 64 | } |
| 65 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 66 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 67 | flag { |
| 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 Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 73 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 74 | # OWNER=jackyu TARGET=24Q2 |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 75 | flag { |
| 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 Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 80 | } |
| 81 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 82 | # OWNER=sarahchin TARGET=24Q3 |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 83 | flag { |
| 84 | name: "slicing_additional_error_codes" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 85 | is_exported: true |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 86 | namespace: "telephony" |
| 87 | description: "Support additional slicing error codes and functionality." |
| 88 | bug: "307378699" |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 89 | } |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 90 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 91 | # OWNER=nagendranb TARGET=24Q3 |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 92 | flag { |
| 93 | name: "apn_setting_field_support_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 94 | is_exported: true |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 95 | namespace: "telephony" |
| 96 | description: "Expose apn setting supporting field" |
| 97 | bug: "307038091" |
| 98 | } |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 99 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 100 | # OWNER=sangyun TARGET=24Q3 |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 101 | flag { |
| 102 | name: "network_validation" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 103 | is_exported: true |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 104 | namespace: "telephony" |
| 105 | description: "Request network validation for data networks and response status." |
| 106 | bug:"286171724" |
| 107 | } |
| 108 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 109 | # OWNER=nagendranb TARGET=24Q2 |
Nagendra Prasad Nagarle Basavaraju | 55254f2 | 2023-11-14 14:33:40 +0000 | [diff] [blame] | 110 | flag { |
| 111 | name: "notify_data_activity_changed_with_slot" |
| 112 | namespace: "telephony" |
| 113 | description: "notify data activity changed for slot id" |
| 114 | bug: "309896936" |
| 115 | } |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 116 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 117 | # OWNER=qingqi TARGET=24Q3 |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 118 | flag { |
| 119 | name: "vonr_enabled_metric" |
| 120 | namespace: "telephony" |
| 121 | description: "Collect vonr status in voice call metric" |
| 122 | bug:"288449751" |
| 123 | } |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 124 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 125 | # OWNER=willycwhu TARGET=24Q2 |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 126 | flag { |
| 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 Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 132 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 133 | # OWNER=apsankar TARGET=24Q3 |
Aswin Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 134 | flag { |
| 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 Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 140 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 141 | # OWNER=jackyu TARGET=24Q2 |
Jack Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 142 | flag { |
| 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 Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 148 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 149 | # OWNER=sewook TARGET=24Q3 |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 150 | flag { |
| 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 Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 155 | } |
| 156 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 157 | # OWNER=jackyu TARGET=24Q3 |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 158 | flag { |
| 159 | name: "dsrs_diagnostics_enabled" |
| 160 | namespace: "telephony" |
| 161 | description: "Enable DSRS diagnostics." |
| 162 | bug: "319601607" |
Qingqi Lei | f4ee961 | 2024-03-28 22:38:29 +0000 | [diff] [blame] | 163 | } |
| 164 | |
| 165 | # OWNER=jackyu TARGET=24Q3 |
| 166 | flag { |
| 167 | name: "data_rat_metric_enabled" |
| 168 | namespace: "telephony" |
| 169 | description: "Write DataRatStateChanged atom" |
| 170 | bug:"318519337" |
| 171 | } |