From 4796993ef4670abce988d0369d8d1caf58d3be4a Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 18 Apr 2023 11:06:19 +0200 Subject: [PATCH] added v2 to RSU --- CN_PROD/slo/TP_Mobile_RSU.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CN_PROD/slo/TP_Mobile_RSU.tf b/CN_PROD/slo/TP_Mobile_RSU.tf index 8639d1e..2c13bac 100644 --- a/CN_PROD/slo/TP_Mobile_RSU.tf +++ b/CN_PROD/slo/TP_Mobile_RSU.tf @@ -19,9 +19,9 @@ module TP_Mobile_RSU { ) ) ,entityName.in( - ~"POST /v1/vehicle/rsustatus/finishInstallation~", - ~"POST /v1/vehicle/rsustatus/preparationCompleted~", - ~"POST /v1/vehicle/rsustatus/updateAvailable~" + ~"POST /v2/vehicle/rsustatus/finishInstallation~", + ~"POST /v2/vehicle/rsustatus/preparationCompleted~", + ~"POST /v2/vehicle/rsustatus/updateAvailable~" )"))))):splitBy()) / (builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), @@ -31,9 +31,9 @@ module TP_Mobile_RSU { ) ) ,entityName.in( - ~"POST /v1/vehicle/rsustatus/finishInstallation~", - ~"POST /v1/vehicle/rsustatus/preparationCompleted~", - ~"POST /v1/vehicle/rsustatus/updateAvailable~" + ~"POST /v2/vehicle/rsustatus/finishInstallation~", + ~"POST /v2/vehicle/rsustatus/preparationCompleted~", + ~"POST /v2/vehicle/rsustatus/updateAvailable~" )"))))):splitBy())) EOT