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 | d09450c | 2024-12-16 14:27:47 -0800 | [diff] [blame] | 4 | # OWNER=linggm TARGET=25Q2 |
| 5 | flag { |
| 6 | name: "keep_ping_request" |
| 7 | namespace: "telephony" |
| 8 | description: "If ping test is not required to pass, keep the ping request to avoid deactivate followed by reactivate" |
| 9 | bug: "366318732" |
| 10 | metadata { |
| 11 | purpose: PURPOSE_BUGFIX |
| 12 | } |
| 13 | } |
| 14 | |
Ling Ma | f2e62b4 | 2024-04-04 14:50:15 -0700 | [diff] [blame] | 15 | # OWNER=linggm TARGET=24Q4 |
| 16 | flag { |
| 17 | name: "keep_empty_requests_network" |
| 18 | namespace: "telephony" |
| 19 | description: "Don't tear down network even if no requests attached to it." |
| 20 | bug: "331301784" |
| 21 | metadata { |
| 22 | purpose: PURPOSE_BUGFIX |
| 23 | } |
| 24 | } |
| 25 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 26 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 27 | flag { |
Ling Ma | 0a09380 | 2024-02-23 17:38:08 +0000 | [diff] [blame] | 28 | name: "auto_data_switch_allow_roaming" |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 29 | namespace: "telephony" |
| 30 | 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] | 31 | bug: "287132491" |
| 32 | metadata { |
| 33 | purpose: PURPOSE_BUGFIX |
| 34 | } |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 35 | } |
| 36 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 37 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 38 | flag { |
Ling Ma | 4dd9464 | 2024-05-31 13:15:04 -0700 | [diff] [blame] | 39 | name: "auto_data_switch_uses_data_enabled" |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 40 | namespace: "telephony" |
Ling Ma | 4dd9464 | 2024-05-31 13:15:04 -0700 | [diff] [blame] | 41 | description: "Separately consider the backup phone's data allowed and data enabled." |
| 42 | bug: "338552223" |
| 43 | metadata { |
| 44 | purpose: PURPOSE_BUGFIX |
| 45 | } |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 46 | } |
| 47 | |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 48 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 49 | # OWNER=sarahchin TARGET=24Q3 |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 50 | flag { |
| 51 | name: "slicing_additional_error_codes" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 52 | is_exported: true |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 53 | namespace: "telephony" |
| 54 | description: "Support additional slicing error codes and functionality." |
| 55 | bug: "307378699" |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 56 | } |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 57 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 58 | # OWNER=nagendranb TARGET=24Q3 |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 59 | flag { |
| 60 | name: "apn_setting_field_support_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 61 | is_exported: true |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 62 | namespace: "telephony" |
| 63 | description: "Expose apn setting supporting field" |
| 64 | bug: "307038091" |
| 65 | } |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 66 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 67 | # OWNER=sangyun TARGET=24Q3 |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 68 | flag { |
| 69 | name: "network_validation" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 70 | is_exported: true |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 71 | namespace: "telephony" |
| 72 | description: "Request network validation for data networks and response status." |
| 73 | bug:"286171724" |
| 74 | } |
| 75 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 76 | # OWNER=qingqi TARGET=24Q3 |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 77 | flag { |
| 78 | name: "vonr_enabled_metric" |
| 79 | namespace: "telephony" |
| 80 | description: "Collect vonr status in voice call metric" |
| 81 | bug:"288449751" |
| 82 | } |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 83 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 84 | # OWNER=apsankar TARGET=24Q3 |
Aswin Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 85 | flag { |
| 86 | name: "data_call_session_stats_captures_cross_sim_calling" |
| 87 | namespace: "telephony" |
| 88 | description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling." |
| 89 | bug: "313956117" |
| 90 | } |
Jack Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 91 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 92 | # OWNER=sewook TARGET=24Q3 |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 93 | flag { |
| 94 | name: "reconnect_qualified_network" |
| 95 | namespace: "telephony" |
| 96 | description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK." |
| 97 | bug: "319520561" |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 98 | } |
| 99 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 100 | # OWNER=jackyu TARGET=24Q3 |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 101 | flag { |
| 102 | name: "dsrs_diagnostics_enabled" |
| 103 | namespace: "telephony" |
| 104 | description: "Enable DSRS diagnostics." |
| 105 | bug: "319601607" |
Qingqi Lei | f4ee961 | 2024-03-28 22:38:29 +0000 | [diff] [blame] | 106 | } |
| 107 | |
| 108 | # OWNER=jackyu TARGET=24Q3 |
| 109 | flag { |
| 110 | name: "data_rat_metric_enabled" |
| 111 | namespace: "telephony" |
| 112 | description: "Write DataRatStateChanged atom" |
| 113 | bug:"318519337" |
| 114 | } |
Jack Yu | a68a553 | 2024-08-08 15:15:20 -0700 | [diff] [blame] | 115 | |
Jack Yu | 5fa072f | 2024-10-29 18:09:12 +0000 | [diff] [blame] | 116 | # OWNER=jackyu TARGET=24Q4 |
Jack Yu | a68a553 | 2024-08-08 15:15:20 -0700 | [diff] [blame] | 117 | flag { |
| 118 | name: "dds_callback" |
| 119 | namespace: "telephony" |
| 120 | description: "Adding new callback when DDS changed" |
| 121 | bug:"353723350" |
| 122 | } |
| 123 | |
Tomasz Wasilczyk | 487bb20 | 2024-12-04 11:51:41 -0800 | [diff] [blame] | 124 | # OWNER=jackyu TARGET=25Q2 |
Tomasz Wasilczyk | 203b45c | 2024-09-12 10:38:18 -0700 | [diff] [blame] | 125 | flag { |
| 126 | name: "oem_paid_private" |
| 127 | namespace: "telephony" |
| 128 | description: "Support OEM_PAID and OEM_PRIVATE networks" |
| 129 | bug: "366194627" |
MÃ¥rten Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 130 | is_exported: true |
Tomasz Wasilczyk | 203b45c | 2024-09-12 10:38:18 -0700 | [diff] [blame] | 131 | } |
gwenlin | 30a4cfe | 2024-12-05 05:29:09 +0000 | [diff] [blame] | 132 | |
| 133 | # OWNER=gwenlin TARGET=25Q2 |
| 134 | flag { |
| 135 | name: "incall_handover_policy" |
| 136 | namespace: "telephony" |
| 137 | description: "Support IWLAN handover policy based on incall." |
| 138 | bug:"376765521" |
| 139 | metadata { |
| 140 | purpose: PURPOSE_BUGFIX |
| 141 | } |
| 142 | } |