From e066ca53dd168541e2a8c8234f9de24a3cb1c889 Mon Sep 17 00:00:00 2001 From: Nagendra Prasad Nagarle Basavaraju Date: Thu, 4 Apr 2024 13:41:03 +0000 Subject: Add metrics for Satellite Transport - Add Satellite transport metrics support at DataCallSessionStats - Add Satellite transport metrics support at NetworkRequestsStats Bug: 330806995 Test: statsD test for TelephonyNetworkRequestsV2 and DataCallSessionStats at b/330806995 Flag: ACONFIG com.android.internal.telephony.flags.satellite_internet nextFood Change-Id: I4563fe35a1953e6d2e452f485bf6ad0971960b4e --- proto/src/persist_atoms.proto | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'proto/src') diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto index d779e0178f..7c2d369ca9 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -381,6 +381,7 @@ message DataCallSession { optional bool is_non_dds = 22; optional bool is_iwlan_cross_sim = 23; optional bool is_ntn = 24; + optional bool is_satellite_transport = 25; } message CellularServiceState { @@ -470,6 +471,12 @@ message NetworkRequestsV2 { PRIORITIZE_BANDWIDTH = 2; CBS = 3; ENTERPRISE = 4; + SATELLITE_INTERNET_RESTRICTED = 5; + SATELLITE_MMS_RESTRICTED = 6; + SATELLITE_IMS_RESTRICTED = 7; + SATELLITE_XCAP_RESTRICTED = 8; + SATELLITE_EIMS_RESTRICTED = 9; + SATELLITE_SUPL_RESTRICTED =10; } optional int32 carrier_id = 1; optional NetworkCapability capability = 2; -- cgit v1.2.3-59-g8ed1b