laforge has submitted this change. (
https://gerrit.osmocom.org/c/onomondo-ipa/+/43068?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted
one.
)Change subject: V1.2: Rename field in GetBoundProfilePackageResponseEsipa
......................................................................
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(-)
Approvals:
dexter: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/asn1/SGP32Definitions.asn b/asn1/SGP32Definitions.asn
index a53fe51..4ebe917 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 https://gerrit.osmocom.org/c/onomondo-ipa/+/43068?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: onomondo-ipa
Gerrit-Branch: master
Gerrit-Change-Id: I87965b68bde39d29317f9848aa3a88d9966c4e78
Gerrit-Change-Number: 43068
Gerrit-PatchSet: 13
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>