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

Commit 87783440 authored by Basudev Achary Konderpu's avatar Basudev Achary Konderpu Committed by Gerrit - the friendly Code Review server
Browse files

IMS: UT ServiceClass

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

Change-Id: If48b09e98dd534c03661ad5cefb6ffd16ea1e194
CRs-Fixed: 781546
parent 6e7671c1
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.