mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
contrib/smpp-ota-tool: fix description string (copy+paste error)
Change-Id: I559844bfa1ac372370ef9d148f2f8a6bf4ab4ef5 Related: SYS#6868
This commit is contained in:
@@ -167,7 +167,7 @@ class SmppHandler:
|
|||||||
return h2b(resp), h2b(sw)
|
return h2b(resp), h2b(sw)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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)
|
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||||
option_parser.add_argument("--host", help="Host/IP of the SMPP server", default="localhost")
|
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)
|
option_parser.add_argument("--port", help="TCP port of the SMPP server", default=2775, type=int)
|
||||||
|
|||||||
Reference in New Issue
Block a user