dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/42183?usp=email )
Change subject: contrib/smpp-ota-tool/cosmetic: fix sourcecode formatting
......................................................................
contrib/smpp-ota-tool/cosmetic: fix sourcecode formatting
Change-Id: Icbce41ffac097d2ef8714bc8963536ba54a77db2
Related: OS#6868
---
M contrib/smpp-ota-tool.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/83/42183/1
diff --git a/contrib/smpp-ota-tool.py b/contrib/smpp-ota-tool.py
index 3dc2185..f667f84 100755
--- a/contrib/smpp-ota-tool.py
+++ b/contrib/smpp-ota-tool.py
@@ -224,8 +224,8 @@
spi = {'counter' : opts.cntr_req,
'ciphering' : opts.ciphering,
'rc_cc_ds': opts.rc_cc_ds,
- 'por_in_submit':opts.por_in_submit,
'por_shall_be_ciphered':opts.por_shall_be_ciphered,
+ 'por_in_submit': opts.por_in_submit,
'por_rc_cc_ds': opts.por_rc_cc_ds,
'por': opts.por_req}
apdu = h2b("".join(opts.apdu))
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42183?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: Icbce41ffac097d2ef8714bc8963536ba54a77db2
Gerrit-Change-Number: 42183
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>