From 20d1f78be8345f024a217eea9201192cd20d6a7f Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Mon, 8 Apr 2024 22:29:02 +0200 Subject: [PATCH] lookup: Add more services https://android.googlesource.com/device/google/crosshatch/+/42667c34e278f0cf970665d289c509485d26adc1/sec_config --- src/lookup.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lookup.c b/src/lookup.c index c00b7c6..a18ad35 100644 --- a/src/lookup.c +++ b/src/lookup.c @@ -71,10 +71,12 @@ static const struct { { 51, 0, "CoreSight remote tracing service" }, { 52, 0, "Dynamic Heap Memory Sharing" }, { 55, 0, "QMI-SLIM service" }, + { 56, 0, "LOWI (Location) service" }, { 57, 0, "WLPS service" }, { 64, 0, "Service registry locator service" }, { 66, 0, "Service registry notification service" }, { 69, 0, "ATH10k WLAN firmware service" }, + { 70, 0, "LTE service" }, { 71, 0, "UIMHTTP service" }, { 75, 0, "QDMA service" }, { 76, 0, "SSGCCS service" }, @@ -82,6 +84,8 @@ static const struct { { 224, 0, "Card Application Toolkit service (v1)" }, { 225, 0, "Remote Management Service" }, { 226, 0, "Open Mobile Alliance device management service" }, + { 231, 0, "Vendor-specific service" }, + { 235, 0, "Modem service" }, { 312, 0, "QBT1000 Ultrasonic Fingerprint Sensor service" }, { 400, 0, "Snapdragon Sensor Core service" }, { 769, 0, "SLIMbus control service" },