diff --git a/MEC011/SRV/SAQ/PlatServices.robot b/MEC011/SRV/SAQ/PlatServices.robot
index 8843f5f07dbb1b7d19af83a49130970cc0ef9f24..c69934095b9ed642345ea42e7d79d6ce5538513a 100644
--- a/MEC011/SRV/SAQ/PlatServices.robot
+++ b/MEC011/SRV/SAQ/PlatServices.robot
@@ -19,8 +19,9 @@ TP_MEC_MEC011_SRV_SAQ_001_OK
     ...    Check that the IUT responds with a list of available MEC services
     ...    when queried by a MEC Application
     ...
-    ...    Reference    ETSI GS MEC 011 V2.2.1, clause 8.2.3.3.1
-    ...    OpenAPI    https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfoList
+    ...    Reference    "ETSI GS MEC 011 3.2.1, clause 5.2.5",
+    ...    Reference    "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
+    ...    Reference    "ETSI GS MEC 011 3.2.1, clause 8.2.3.3.1"
 
     [Tags]    PIC_MEC_PLAT    PIC_SERVICES
     Get list of available MEC services
@@ -33,7 +34,9 @@ TP_MEC_MEC011_SRV_SAQ_001_BR
     ...    Check that the IUT responds with an error when
     ...    a request with incorrect parameters is sent by a MEC Application
     ...
-    ...    Reference    ETSI GS MEC 011 V2.2.1, clause 8.2.3.3.1
+    ...    Reference    "ETSI GS MEC 011 3.2.1, clause 5.2.5",
+    ...    Reference    "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
+    ...    Reference    "ETSI GS MEC 011 3.2.1, clause 8.2.3.3.1"
 
     [Tags]    PIC_MEC_PLAT    PIC_SERVICES
     Get list of available MEC services with parameters    instance_id    ${INVALID_VALUE}
@@ -45,9 +48,9 @@ TP_MEC_MEC011_SRV_SAQ_002_OK
     ...    Check that the IUT responds with the information on a specific service
     ...    when queried by a MEC Application
     ...
-    ...    Reference    ETSI GS MEC 011 V2.2.1, clause 8.2.4.3.1
-    ...    OpenAPI    https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfoList
-
+    ...    "ETSI GS MEC 011 3.2.1, clause 5.2.5",
+    ...    "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
+    ...    "ETSI GS MEC 011 3.2.1, clause 8.2.4.3.1"
     [Tags]    PIC_MEC_PLAT    PIC_SERVICES
     Get specific MEC service    ${SERVICE_ID}
     Check HTTP Response Status Code Is    200
@@ -60,8 +63,9 @@ TP_MEC_MEC011_SRV_SAQ_002_NF
     ...    Check that the IUT responds with an error when
     ...    a request for an unknown URI is sent by a MEC Application
     ...
-    ...    Reference    ETSI GS MEC 011 V2.2.1, clause 8.2.4.3.1
-
+    ...    "ETSI GS MEC 011 3.2.1, clause 5.2.5",
+    ...    "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
+    ...    "ETSI GS MEC 011 3.2.1, clause 8.2.4.3.1"
     [Tags]    PIC_MEC_PLAT    PIC_SERVICES
     Get specific MEC service    ${NON_EXISTENT_SERVICE_ID}
     Check HTTP Response Status Code Is    404
diff --git a/MEC011/SRV/SAQ/environment/variables.txt b/MEC011/SRV/SAQ/environment/variables.txt
index 36785814968ae94f817b57908470345a94ee8fc1..f7395c22e165f98e5eb859ebe079705ce05f2d30 100644
--- a/MEC011/SRV/SAQ/environment/variables.txt
+++ b/MEC011/SRV/SAQ/environment/variables.txt
@@ -19,7 +19,7 @@ ${NON_EXISTENT_SERVICE_ID}          NON_EXISTENT_SERVICE_ID
 
 
 
-${APP_INSTANCE_ID}                       5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
+${APP_INSTANCE_ID}                  5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
 ${INSTANCE_ID}                      instance_id
 ${FAKE_INSTANCE_ID_VALUE}           5
 ${NON_EXISTENT_APP_INSTANCE_ID}     NON_ESISTENT_APP_INSTANCE_ID