laforge has uploaded this change for review.

View Change

es9p_client: MAke install notification code execute at all

The caller specified 'install' but the do_notification() function
compared with 'download' :(

Change-Id: I2d441cfbc1457688eb163301d3d91a1f1fdc7a8c
---
M contrib/es9p_client.py
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/74/41974/1
diff --git a/contrib/es9p_client.py b/contrib/es9p_client.py
index 44a5a37..0d7be54 100755
--- a/contrib/es9p_client.py
+++ b/contrib/es9p_client.py
@@ -126,7 +126,7 @@
if self.opts.iccid:
ntf_metadata['iccid'] = h2b(swap_nibbles(self.opts.iccid))

- if self.opts.operation == 'download':
+ if self.opts.operation == 'install':
pird = {
'transactionId': h2b(self.opts.transaction_id),
'notificationMetadata': ntf_metadata,

To view, visit change 41974. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I2d441cfbc1457688eb163301d3d91a1f1fdc7a8c
Gerrit-Change-Number: 41974
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>