Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 2 | |
Ling Ma | f2e62b4 | 2024-04-04 14:50:15 -0700 | [diff] [blame^] | 3 | # OWNER=linggm TARGET=24Q4 |
| 4 | flag { |
| 5 | name: "keep_empty_requests_network" |
| 6 | namespace: "telephony" |
| 7 | description: "Don't tear down network even if no requests attached to it." |
| 8 | bug: "331301784" |
| 9 | metadata { |
| 10 | purpose: PURPOSE_BUGFIX |
| 11 | } |
| 12 | } |
| 13 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 14 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 15 | flag { |
Ling Ma | 0a09380 | 2024-02-23 17:38:08 +0000 | [diff] [blame] | 16 | name: "auto_data_switch_allow_roaming" |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 17 | namespace: "telephony" |
| 18 | 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] | 19 | bug: "287132491" |
| 20 | metadata { |
| 21 | purpose: PURPOSE_BUGFIX |
| 22 | } |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 23 | } |
| 24 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 25 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 26 | flag { |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 27 | name: "auto_data_switch_rat_ss" |
| 28 | namespace: "telephony" |
| 29 | description: "Whether switch for better rat and signal strength" |
| 30 | bug:"260928808" |
| 31 | } |
| 32 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 33 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 34 | flag { |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 35 | name: "use_alarm_callback" |
| 36 | namespace: "telephony" |
| 37 | description: "Use alarm callback instead of broadcast." |
| 38 | bug: "311476875" |
| 39 | } |
| 40 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 41 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 42 | flag { |
| 43 | name: "refine_preferred_data_profile_selection" |
| 44 | namespace: "telephony" |
| 45 | description: "Upon internet network connect, refine selection of preferred data profile." |
| 46 | bug: "311476883" |
| 47 | } |
| 48 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 49 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 50 | flag { |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 51 | name: "unthrottle_check_transport" |
| 52 | namespace: "telephony" |
| 53 | description: "Check transport when unthrottle." |
| 54 | bug: "303922311" |
| 55 | } |
| 56 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 57 | # OWNER=linggm TARGET=24Q1 |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 58 | flag { |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 59 | name: "relax_ho_teardown" |
| 60 | namespace: "telephony" |
| 61 | description: "Relax handover tear down if the device is currently in voice call." |
| 62 | bug: "270895912" |
Ling Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 63 | } |
| 64 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 65 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 66 | flag { |
| 67 | name: "allow_mmtel_in_non_vops" |
| 68 | namespace: "telephony" |
| 69 | description: "Allow bring up MMTEL in nonVops area specified by carrier config." |
| 70 | bug: "241198464" |
| 71 | } |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 72 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 73 | # OWNER=jackyu TARGET=24Q2 |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 74 | flag { |
| 75 | name: "metered_embb_urlcc" |
| 76 | namespace: "telephony" |
| 77 | description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered." |
| 78 | bug: "301310451" |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 79 | } |
| 80 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 81 | # OWNER=sarahchin TARGET=24Q3 |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 82 | flag { |
| 83 | name: "slicing_additional_error_codes" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 84 | is_exported: true |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 85 | namespace: "telephony" |
| 86 | description: "Support additional slicing error codes and functionality." |
| 87 | bug: "307378699" |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 88 | } |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 89 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 90 | # OWNER=nagendranb TARGET=24Q3 |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 91 | flag { |
| 92 | name: "apn_setting_field_support_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 93 | is_exported: true |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 94 | namespace: "telephony" |
| 95 | description: "Expose apn setting supporting field" |
| 96 | bug: "307038091" |
| 97 | } |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 98 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 99 | # OWNER=sangyun TARGET=24Q3 |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 100 | flag { |
| 101 | name: "network_validation" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 102 | is_exported: true |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 103 | namespace: "telephony" |
| 104 | description: "Request network validation for data networks and response status." |
| 105 | bug:"286171724" |
| 106 | } |
| 107 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 108 | # OWNER=nagendranb TARGET=24Q2 |
Nagendra Prasad Nagarle Basavaraju | 55254f2 | 2023-11-14 14:33:40 +0000 | [diff] [blame] | 109 | flag { |
| 110 | name: "notify_data_activity_changed_with_slot" |
| 111 | namespace: "telephony" |
| 112 | description: "notify data activity changed for slot id" |
| 113 | bug: "309896936" |
| 114 | } |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 115 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 116 | # OWNER=qingqi TARGET=24Q3 |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 117 | flag { |
| 118 | name: "vonr_enabled_metric" |
| 119 | namespace: "telephony" |
| 120 | description: "Collect vonr status in voice call metric" |
| 121 | bug:"288449751" |
| 122 | } |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 123 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 124 | # OWNER=willycwhu TARGET=24Q2 |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 125 | flag { |
| 126 | name: "ignore_existing_networks_for_internet_allowed_checking" |
| 127 | namespace: "telephony" |
| 128 | description: "Ignore existing networks when checking if internet is allowed" |
| 129 | bug: "284420611" |
| 130 | } |
Aswin Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 131 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 132 | # OWNER=apsankar TARGET=24Q3 |
Aswin Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 133 | flag { |
| 134 | name: "data_call_session_stats_captures_cross_sim_calling" |
| 135 | namespace: "telephony" |
| 136 | description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling." |
| 137 | bug: "313956117" |
| 138 | } |
Jack Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 139 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 140 | # OWNER=jackyu TARGET=24Q2 |
Jack Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 141 | flag { |
| 142 | name: "force_iwlan_mms" |
| 143 | namespace: "telephony" |
| 144 | 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." |
| 145 | bug: "316211526" |
| 146 | } |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 147 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 148 | # OWNER=sewook TARGET=24Q3 |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 149 | flag { |
| 150 | name: "reconnect_qualified_network" |
| 151 | namespace: "telephony" |
| 152 | description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK." |
| 153 | bug: "319520561" |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 154 | } |
| 155 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 156 | # OWNER=jackyu TARGET=24Q3 |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 157 | flag { |
| 158 | name: "dsrs_diagnostics_enabled" |
| 159 | namespace: "telephony" |
| 160 | description: "Enable DSRS diagnostics." |
| 161 | bug: "319601607" |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 162 | } |