qcacld-3.0: Update policy manage table for GO+SAP+SAP case
Table pm_next_action_three_connection_dbs_2x2_table currently doesn't support NeGo/Auto 5G + SAP 5G + SAP 2.4G case, which cause the third connection for 2.4G SAP start failure, so update the policy manage table to support it. Change-Id: I4bed516f2ac31387d94c1753a7d539cc07d9814e
This commit is contained in:

committad av
nshrivas

förälder
a0442fa3b6
incheckning
fdb7949d27
@@ -2263,6 +2263,12 @@ static policy_mgr_next_action_three_connection_table_type
|
||||
[PM_P2P_GO_P2P_GO_MCC_5_1x1] = {PM_DBS, PM_SBS},
|
||||
[PM_P2P_GO_P2P_GO_MCC_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE},
|
||||
[PM_P2P_GO_P2P_GO_SBS_5_1x1] = {PM_DBS_UPGRADE, PM_NOP},
|
||||
|
||||
[PM_P2P_GO_SAP_SCC_5_1x1] = {PM_DBS, PM_SBS},
|
||||
[PM_P2P_GO_SAP_SCC_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE},
|
||||
[PM_P2P_GO_SAP_MCC_5_1x1] = {PM_DBS, PM_SBS},
|
||||
[PM_P2P_GO_SAP_MCC_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE},
|
||||
[PM_P2P_GO_SAP_SBS_5_1x1] = {PM_DBS_UPGRADE, PM_NOP},
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Referens i nytt ärende
Block a user