dexter has submitted this change. ( 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(-)
Approvals: dexter: Looks good to me, approved Jenkins Builder: Verified
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))