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

Commit dedbac7e authored by Omkar Kolangade's avatar Omkar Kolangade Committed by Gerrit - the friendly Code Review server
Browse files

IMS: Support For Per-Call RAT Info

Adding the extra key that will be used to
propagate RAT information for each call via
call extras. The key is used in IMS Service.

Change-Id: I8dbfa20cb23e0aedb7659d62365e1b214f212275
CRs-Fixed: 884055
parent 834fa99c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ public class QtiImsInterfaceUtils {
    /* Default error value */
    public static final int QTI_IMS_REQUEST_ERROR = 1;

    /* Call RAT extra key */
    public static final String QTI_IMS_CALL_RAT_EXTRA_KEY = "callRadioTech";

    /**
     * Private constructor for QtiImsInterfaceUtils as we don't want to instantiate this class
     */