1package: "com.google.android.iwlan.flags" 2container: "system" 3 4flag { 5 name: "prevent_epdg_selection_threads_exhausted" 6 namespace: "iwlan_telephony" 7 description: "Update number of epdg selection threads to prevent thread pool exhausted." 8 bug: "278788983" 9} 10flag { 11 name: "aead_algos_enabled" 12 namespace: "iwlan_telephony" 13 description: "Add AES_GCM algorithm support in IWLAN." 14 bug: "306119890" 15} 16flag { 17 name: "multiple_sa_proposals" 18 namespace: "iwlan_telephony" 19 description: "Add multiple proposals of IKE SA and Child SA" 20 bug: "287296642" 21} 22flag { 23 name: "high_secure_transforms_prioritized" 24 namespace: "iwlan_telephony" 25 description: "Reorder IKE and Child SA security transforms with high secured as prioritized" 26 bug: "306323917" 27} 28flag { 29 name: "epdg_selection_exclude_failed_ip_address" 30 namespace: "iwlan_telephony" 31 description: "Exclude the failed ip address in epdg selection until tunnel establish successfully or all ip address candidates are failed" 32 bug: "300026897" 33} 34flag { 35 name: "update_n1_mode_on_ui_change" 36 namespace: "iwlan_telephony" 37 description: "Enables a 5G SA capable UE to re-establish PDN connections over Wi-Fi with/without N1_MODE_CAPABILITY, when the user enables/disables 5G via UI/UX." 38 bug: "273384888" 39} 40flag { 41 name: "distinct_epdg_selection_for_emergency_sessions" 42 namespace: "iwlan_telephony" 43 description: "Allow additional ePDG selections for emergency PDN" 44 bug: "244670857" 45} 46flag { 47 name: "validate_underlying_network_on_no_response" 48 namespace: "iwlan_telephony" 49 description: "Trigger underlying network validation check upon no network response" 50 bug: "274863262" 51} 52