dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/42234?usp=email )
Change subject: contrib/smpp-ota-tool: fix description string (copy+paste error)
......................................................................
contrib/smpp-ota-tool: fix description string (copy+paste error)
Change-Id: I559844bfa1ac372370ef9d148f2f8a6bf4ab4ef5
Related: SYS#6868
---
M contrib/smpp-ota-tool.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/34/42234/1
diff --git a/contrib/smpp-ota-tool.py b/contrib/smpp-ota-tool.py
index 91b6dd2..9fac76b 100755
--- a/contrib/smpp-ota-tool.py
+++ b/contrib/smpp-ota-tool.py
@@ -167,7 +167,7 @@
return h2b(resp), h2b(sw)
if __name__ == '__main__':
- option_parser = argparse.ArgumentParser(description='CSV importer for
pySim-shell\'s PostgreSQL Card Key Provider',
+ option_parser = argparse.ArgumentParser(description='Tool to send OTA SMS
RFM/RAM messages via SMPP',
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
option_parser.add_argument("--host", help="Host/IP of the SMPP server",
default="localhost")
option_parser.add_argument("--port", help="TCP port of the SMPP server",
default=2775, type=int)
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42234?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: I559844bfa1ac372370ef9d148f2f8a6bf4ab4ef5
Gerrit-Change-Number: 42234
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>