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

Commit b7609736 authored by Sukanya Rajkhowa's avatar Sukanya Rajkhowa Committed by Chirayu Desai
Browse files

Ignore DdsRequest for non DDS network factory

If sub id is not sent by client as part of NtworkCapabilities,
ConnectivityService sends the request to all network factories.
The network factory associated with DDS should accept it and all others
should ignore it

Change-Id: I3e032b9401390fee767278b3950963e3bac613f1
parent d9097e79
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1193,7 +1193,6 @@ public class DctController extends Handler {
            // when requestedSpecifier is same as current factory's subId
            if (requestedSpecifier != subId) {
                log("requestedSpecifier is not same as mysubId. Bail out.");
                mPendingReq.put(networkRequest.requestId, networkRequest);
                return;
            }