laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/41974?usp=email )


Change subject: es9p_client: MAke install notification code execute at all
......................................................................

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 https://gerrit.osmocom.org/c/pysim/+/41974?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I2d441cfbc1457688eb163301d3d91a1f1fdc7a8c
Gerrit-Change-Number: 41974
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>

Reply via email to