jolly has uploaded this change for review.
V1.2: Rename field in GetBoundProfilePackageResponseEsipa
Rename field profileMetadataMismatch to metadataMismatch in
GetBoundProfilePackageResponseEsipa.
Reference: SGP.23 Section 6.3.2.3
Related: SYS#8101
Change-Id: I87965b68bde39d29317f9848aa3a88d9966c4e78
---
M asn1/SGP32Definitions.asn
M src/ipa/libasn/GetBoundProfilePackageResponseEsipa.h
M src/ipa/libipa/esipa_get_bnd_prfle_pkg.c
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-ipa refs/changes/68/43068/1
diff --git a/asn1/SGP32Definitions.asn b/asn1/SGP32Definitions.asn
index 27f0191..835386c 100644
--- a/asn1/SGP32Definitions.asn
+++ b/asn1/SGP32Definitions.asn
@@ -966,7 +966,7 @@
confirmationCodeRetriesExceeded(4),
bppRebindingRefused(5),
downloadOrderExpired(6),
- profileMetadataMismatch(50),
+ metadataMismatch(50),
invalidTransactionId(95),
undefinedError(127)
}
diff --git a/src/ipa/libasn/GetBoundProfilePackageResponseEsipa.h b/src/ipa/libasn/GetBoundProfilePackageResponseEsipa.h
index 50366ce..b458fa2 100644
--- a/src/ipa/libasn/GetBoundProfilePackageResponseEsipa.h
+++ b/src/ipa/libasn/GetBoundProfilePackageResponseEsipa.h
@@ -35,7 +35,7 @@
GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_confirmationCodeRetriesExceeded = 4,
GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_bppRebindingRefused = 5,
GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_downloadOrderExpired = 6,
- GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_profileMetadataMismatch = 50,
+ GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_metadataMismatch = 50,
GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_invalidTransactionId = 95,
GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_undefinedError = 127
} e_GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa;
diff --git a/src/ipa/libipa/esipa_get_bnd_prfle_pkg.c b/src/ipa/libipa/esipa_get_bnd_prfle_pkg.c
index 4e25c3b..d988d0e 100644
--- a/src/ipa/libipa/esipa_get_bnd_prfle_pkg.c
+++ b/src/ipa/libipa/esipa_get_bnd_prfle_pkg.c
@@ -36,8 +36,8 @@
"bppRebindingRefused" },
{ GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_downloadOrderExpired,
"downloadOrderExpired" },
- { GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_profileMetadataMismatch,
- "profileMetadataMismatch" },
+ { GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_metadataMismatch,
+ "metadataMismatch" },
{ GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_invalidTransactionId,
"invalidTransactionId" },
{ GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_undefinedError, "undefinedError" },
To view, visit change 43068. To unsubscribe, or for help writing mail filters, visit settings.