Skip to content
Failed

Changes

Summary

  1. pySim-smpp2sim.py: Simulate SMSC+CN+RAN+UE for OTA testing (details)
Commit b64897936e36a4b1dd0a5ccd265b89f6ffd6df99 by laforge
pySim-smpp2sim.py: Simulate SMSC+CN+RAN+UE for OTA testing

The pySim-smpp2sim.py program exposes two interfaces:
* SMPP server-side port, so external programs can rx/tx SMS
* APDU interface towards the SIM card

It therefore emulates the SMSC, Core Network, RAND and UE parts
that would normally be encountered in an OTA setup.

Change-Id: Ie5bae9d823bca6f6c658bd455303f63bace2258c
The file was modifiedrequirements.txt
The file was modifieddocs/index.rst
The file was addeddocs/smpp2sim.rst
The file was addedpySim-smpp2sim.py
The file was modifiedpySim/cat.py
The file was modifiedpySim/sms.py
The file was modifiedsetup.py