Commit b2956e10 authored by Weijie Wang's avatar Weijie Wang
Browse files

SystemUI: Display 5G Basic or 5G UWB icon per 5G service state

Display 5G Basic(case1):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration1 and
3.5gBasicIndicatorConfig is r15Enabled and
4.Plmn is 1(UpperLayerIndInfo.PLMN_INFO_LIST_AVAILABLE) and
5.UpperLayerInd is 0(UpperLayerIndInfo.UPPER_LAYER_IND_INFO_UNAVAILABLE)
  or restrict_dcnr is 1(DcParam.DCNR_RESTRICTED)

Display 5G Basic(case2):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration2 and
3.5gBasicIndicatorConfig is r15Enabled and
4.Plmn is 1(UpperLayerIndInfo.PLMN_INFO_LIST_AVAILABLE) and
5.Conditions to diaplay 5G UWB are not met(BearerAllocationStatus is neither
  BearerAllocationStatus.MMW_ALLOCATED nor BearerAllocationStatus.INVALID)

Display 5G UWB icon(case1):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration1 and
3.Plmn is 1(UpperLayerIndInfo.PLMN_INFO_LIST_AVAILABLE) and
4.UpperLayerInd is 1(UpperLayerIndInfo.UPPER_LAYER_IND_INFO_AVAILABLE) and
5.Restrict_dcnr is 0(DcParam.DCNR_UNRESTRICTED)

Display 5G UWB icon(case2):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration2 and
3.Rat_value is EXT_3GPP_5G and 5G_mmw is 1
  (BearerAllocationStatus is BearerAllocationStatus.MMW_ALLOCATED)

Change-Id: Ic6e7670d6ebe536ad3508899f5d4394cf6b5ba63
CRs-Fixed: 2338146
parent 11028803
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment