dexter submitted this change.

View Change


Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
ts_31_102: fix typo

Change-Id: Ic8f93a55b974984472356f48518da91c6a521409
---
M pySim/ts_31_102.py
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 14e7cae..342ea87 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1655,7 +1655,7 @@
This emulates a terminal (modem/phone) having received a SMS
with a PID of 'SMS for the SIM card'. You can use this
command in the context of testing OTA related features
- without a modem/phone or a cellular netwokr."""
+ without a modem/phone or a cellular network."""
tpdu_ie = SMS_TPDU()
tpdu_ie.from_bytes(h2b(opts.TPDU))
dev_ids = DeviceIdentities(

To view, visit change 33213. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic8f93a55b974984472356f48518da91c6a521409
Gerrit-Change-Number: 33213
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged