laforge submitted this change.
eIM_Tests: align RSP version number in HTTP header
The RSP version number in the x-admin-protocol header string should
be set to v.2.1.0 (gsma/rsp/v2.1.0), even though the ASN.1 spec we
currently use is at version 2.5.
This is to maintain compatibility with older IPAd versions and also
stated explicitly in GSMA SGP.32 V2.1, section 6.1.
Change-Id: I125c3b13697c71d35788e54b7d88a9f943bb7a71
Related: SYS#7945
---
M eim/eIM_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eim/eIM_Tests.ttcn b/eim/eIM_Tests.ttcn
index 5dcbdab..b3a3519 100644
--- a/eim/eIM_Tests.ttcn
+++ b/eim/eIM_Tests.ttcn
@@ -378,7 +378,7 @@
template (value) HeaderLines ts_esipa_HTTP_Header := {
{ header_name := "User-Agent", header_value := "TTCN3 eIM testsuite" },
- { header_name := "X-Admin-Protocol", header_value := "gsma/rsp/v2.5.0" },
+ { header_name := "X-Admin-Protocol", header_value := "gsma/rsp/v2.1.0" },
{ header_name := "Content-Type", header_value := "application/x-gsma-rsp-asn1" }
};
To view, visit change 42434. To unsubscribe, or for help writing mail filters, visit settings.