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

Commit fe8ee00f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS: UT ServiceClass"

parents 0f76cab0 87783440
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -79,7 +79,8 @@ 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 forward unconditional timer.
@@ -91,7 +92,7 @@ interface IImsUt {
    /**
     * 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.