From 22a69b4f5ec3b70411ee68d9c16efd25b88810ce Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Mon, 25 Mar 2024 21:48:37 -0400 Subject: [PATCH] lookup: add IMS data service The IMS data service is the service responsible for configuring a connection used by the modem for IMS. Add the service. Signed-off-by: Richard Acayan --- src/lookup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lookup.c b/src/lookup.c index 092e616..55bb593 100644 --- a/src/lookup.c +++ b/src/lookup.c @@ -77,6 +77,7 @@ static const struct { { 312, 0, "QBT1000 Ultrasonic Fingerprint Sensor service" }, { 400, 0, "Snapdragon Sensor Core service" }, { 769, 0, "SLIMbus control service" }, + { 770, 0, "IMS data service" }, { 771, 0, "Peripheral Access Control Manager service" }, { 4096, 0, "TFTP" }, { DIAG_SERVICE, 0, "DIAG service" },