mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
ts_31_102: fix typo
Change-Id: Ic8f93a55b974984472356f48518da91c6a521409
This commit is contained in:
@@ -1655,7 +1655,7 @@ class ADF_USIM(CardADF):
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user