From 891d187f3eeb1132cbfe458c383e97e148c39fb9 Mon Sep 17 00:00:00 2001 From: ermisw Date: Thu, 20 Apr 2023 10:13:25 +0200 Subject: [PATCH] added old key requests --- CN_PROD/slo/TP_Mobile_RSU.tf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CN_PROD/slo/TP_Mobile_RSU.tf b/CN_PROD/slo/TP_Mobile_RSU.tf index 2c13bac..6c37f47 100644 --- a/CN_PROD/slo/TP_Mobile_RSU.tf +++ b/CN_PROD/slo/TP_Mobile_RSU.tf @@ -19,6 +19,10 @@ 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~" @@ -31,6 +35,10 @@ 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~"