summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2020-10-06 08:06:01 -0400
committerBjorn Andersson <bjorn@kryo.se>2020-11-06 22:09:30 -0800
commitcb1a6476e69dcb455f6c0251b8ceca1dd67d368a (patch)
tree01c9e1896154c16d7d30954d77f90f9f6bb5b5f3
parent47e48a8d935b177bd52c49283fe4f2ed681ff56f (diff)
qrtr-lookup: Add DPM service name
Data Port Mapper service is ID 47. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--src/lookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lookup.c b/src/lookup.c
index 3312e40..a73ae94 100644
--- a/src/lookup.c
+++ b/src/lookup.c
@@ -64,6 +64,7 @@ static const struct {
{ 41, 0, "RF radiated performance enhancement service" },
{ 42, 0, "Data system determination service" },
{ 43, 0, "Subsystem control service" },
+ { 47, 0, "Data Port Mapper service" },
{ 49, 0, "IPA control service" },
{ 51, 0, "CoreSight remote tracing service" },
{ 52, 0, "Dynamic Heap Memory Sharing" },