Skip to content
Success

Changes

Summary

  1. pySim-smpp2sim.py: Simulate SMSC+CN+RAN+UE for OTA testing (details)
Commit 9fb8480f214e032d89d6d68c3abf2c079066c5e7 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 modifieddocs/index.rst
The file was modifiedpySim/cat.py
The file was addeddocs/smpp2sim.rst
The file was modifiedrequirements.txt
The file was modifiedsetup.py
The file was modifiedpySim/sms.py
The file was addedpySim-smpp2sim.py