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

Commit faf7ce03 authored by Omkar Kolangade's avatar Omkar Kolangade Committed by Pavel Zhamaitsiak
Browse files

IMS: UT ServiceClass

When CF and CW MMI request will be triggered,
user preferred serviceclass will be sent to
the lower layers.

Change-Id: I230c59ec1ab0832e24755d5ba497b2b5e0749ec1
parent 56789fdb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -79,12 +79,13 @@ interface IImsUt {
    /**
     * Updates the configuration of the call forward.
     */
    int updateCallForward(int action, int condition, String number, int timeSeconds);
    int updateCallForward(int action, int condition, String number,
            int serviceClass, int timeSeconds);

    /**
     * Updates the configuration of the call waiting.
     */
    int updateCallWaiting(boolean enable);
    int updateCallWaiting(boolean enable, int serviceClass);

    /**
     * Updates the configuration of the CLIR supplementary service.