Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7851651 authored by gwenlin's avatar gwenlin
Browse files

Update Java doc for the handover incall rule

Bug: 376765521
Test: build
Change-Id: I09cb7cf7edee49e019d584f3ee9f7a20e8e44464
parent 844824aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10525,6 +10525,8 @@ public class CarrierConfigManager {
     *     <!-- Handover from 4G to IWLAN is not allowed if the device has capability in either IMS
     *     or EIMS-->
     *     <item value="source=EUTRAN, target=IWLAN, type=disallowed, capabilities=IMS|EIMS"/>
     *     <!-- Handover from IWLAN to 5G is not allowed if the device is incall. -->
     *     <item value="source=IWLAN, target=NGRAN, incall=true, type=disallowed"/>
     *     <!-- Handover is always allowed in any condition. -->
     *     <item value="source=GERAN|UTRAN|EUTRAN|NGRAN|IWLAN|UNKNOWN,
     *         target=GERAN|UTRAN|EUTRAN|NGRAN|IWLAN, type=allowed"/>