dexter submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
esipa_asn1_codec: add special handling for ProvideEimPackageResultResponse
In SGP.32 V.1.2 ProvideEimPackageResultResponse is defined as a CHOICE.
This means that this struct now also requires special handling.
Change-Id: I859a175cc28a18ea9334d9b2cf233294fdc95b76
Related: SYS#8100
---
M src/esipa_asn1_codec.erl
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/esipa_asn1_codec.erl b/src/esipa_asn1_codec.erl
index 4102575..23cab53 100644
--- a/src/esipa_asn1_codec.erl
+++ b/src/esipa_asn1_codec.erl
@@ -28,6 +28,8 @@
'SGP32Definitions':encode('GetBoundProfilePackageResponseEsipa', EimToIpaChoice);
encode_eim_to_ipa({cancelSessionResponseEsipa, EimToIpaChoice}) ->
'SGP32Definitions':encode('CancelSessionResponseEsipa', EimToIpaChoice);
+encode_eim_to_ipa({provideEimPackageResultResponse, EimToIpaChoice}) ->
+ 'SGP32Definitions':encode('ProvideEimPackageResultResponse', EimToIpaChoice);
encode_eim_to_ipa(emptyResponse) ->
{ok, <<>>};
encode_eim_to_ipa(EimToIpa) ->
To view, visit change 42875. To unsubscribe, or for help writing mail filters, visit settings.