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 38# OWNER=sarahchin TARGET=24Q3 39flag { 40 name: "slicing_additional_error_codes" 41 is_exported: true 42 namespace: "telephony" 43 description: "Support additional slicing error codes and functionality." 44 bug: "307378699" 45} 46 47# OWNER=nagendranb TARGET=24Q3 48flag { 49 name: "apn_setting_field_support_flag" 50 is_exported: true 51 namespace: "telephony" 52 description: "Expose apn setting supporting field" 53 bug: "307038091" 54} 55 56# OWNER=sangyun TARGET=24Q3 57flag { 58 name: "network_validation" 59 is_exported: true 60 namespace: "telephony" 61 description: "Request network validation for data networks and response status." 62 bug:"286171724" 63} 64 65# OWNER=qingqi TARGET=24Q3 66flag { 67 name: "vonr_enabled_metric" 68 namespace: "telephony" 69 description: "Collect vonr status in voice call metric" 70 bug:"288449751" 71} 72 73# OWNER=apsankar TARGET=24Q3 74flag { 75 name: "data_call_session_stats_captures_cross_sim_calling" 76 namespace: "telephony" 77 description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling." 78 bug: "313956117" 79} 80 81# OWNER=sewook TARGET=24Q3 82flag { 83 name: "reconnect_qualified_network" 84 namespace: "telephony" 85 description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK." 86 bug: "319520561" 87} 88 89# OWNER=jackyu TARGET=24Q3 90flag { 91 name: "dsrs_diagnostics_enabled" 92 namespace: "telephony" 93 description: "Enable DSRS diagnostics." 94 bug: "319601607" 95} 96 97# OWNER=jackyu TARGET=24Q3 98flag { 99 name: "data_rat_metric_enabled" 100 namespace: "telephony" 101 description: "Write DataRatStateChanged atom" 102 bug:"318519337" 103} 104 105# OWNER=jackyu TARGET=24Q4 106flag { 107 name: "dds_callback" 108 namespace: "telephony" 109 description: "Adding new callback when DDS changed" 110 bug:"353723350" 111} 112 113# OWNER=jackyu TARGET=25Q1 114flag { 115 name: "support_network_provider" 116 namespace: "telephony" 117 description: "Deprecate network factory and adapt the new network provider model from connectivity service" 118 bug: "343370895" 119 metadata { 120 purpose: PURPOSE_BUGFIX 121 } 122} 123 124# OWNER=jackyu TARGET=25Q2 125flag { 126 name: "oem_paid_private" 127 namespace: "telephony" 128 description: "Support OEM_PAID and OEM_PRIVATE networks" 129 bug: "366194627" 130 is_exported: true 131} 132