From 60ba53232a00dd6294410fe08c2adecfc76b52d7 Mon Sep 17 00:00:00 2001 From: YannGarcia Date: Wed, 29 May 2019 09:17:04 -0700 Subject: [PATCH] Update PIXIT value --- ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn b/ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn index 551180b..cb6d060 100644 --- a/ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn +++ b/ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn @@ -8,6 +8,6 @@ module RnisAPI_Pixits { modulepar JSON.String PX_SUBSCRIPTION_ID := "7777"; - modulepar Link PX_LINKS_SELF := { self_ := "http://meAppServer.example.com/rni/v1/subscriptions" }; + modulepar Link PX_LINKS_SELF := { self_ := "http://example.com/exampleAPI/rni/v2/subscriptions/" }; } // End of module RnisAPI_Pixits -- GitLab