Attention is currently required from: Hoernchen, dexter, laforge.
Hello dexter, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/pysim/+/43540?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by laforge
Change subject: bip: move the BIP relay into pySim.bip ......................................................................
bip: move the BIP relay into pySim.bip
Move the code from pySim-smpp2sim.py to its own file, so it can be properly extended. The current file parses argv, opens a reader and starts the Twisted reactor at import time, so nothing else can import it.
No functional changes yet, improvements follow in later commits.
Change-Id: Ifd8a15684939977d29ea83a6b669daee14484e88 --- M pySim-smpp2sim.py A pySim/bip.py A tests/unittests/test_bip_relay.py 3 files changed, 311 insertions(+), 220 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/40/43540/2