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

Commit e45316a3 authored by Taesu Lee's avatar Taesu Lee
Browse files

Fix typo



Test: build & atest TelephonyMetricsTest

Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
Change-Id: Ifeda413a4939c8e17818ec3471f41c4d1656660d
parent d7a7c14f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -706,7 +706,7 @@ message RilDataCall {
  optional PdpType type = 2;

  // The network interface name e.g. wlan0, rmnet_data0.
  optional string iframe = 3;
  optional string ifname = 3;

  // State of the Data Call connection
  optional State state = 4;
+1 −1
Original line number Diff line number Diff line
@@ -1774,7 +1774,7 @@ public class TelephonyMetrics {
            dataCall.type = response.getProtocolType() + 1;

            if (!TextUtils.isEmpty(response.getInterfaceName())) {
                dataCall.iframe = response.getInterfaceName();
                dataCall.ifname = response.getInterfaceName();
            }
        }
        setupDataCallResponse.call = dataCall;
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ public class TelephonyMetricsTest extends TelephonyTest {
        assertEquals(6, respProto.suggestedRetryTimeMillis);
        assertEquals(7, respProto.call.cid);
        assertEquals(PDP_TYPE_IPV4V6, respProto.call.type);
        assertEquals(FAKE_IFNAME, respProto.call.iframe);
        assertEquals(FAKE_IFNAME, respProto.call.ifname);
    }

    // Test write on deactivate data call response