pysim/contrib
Harald Welte 0f177c1d29 transport: Pass argparse.Namespace directly into transport classes
It's odd that the individual transport driver specifies their argparse
options but then the core transport part evaluates them individually.
This means we cannot add new options within a transport.

Let's pass the Namespace instance into the constructor of the
specific transport to improve this.

Change-Id: Ib977007dd605ec9a9c09a3d143d2c2308991a12c
2023-12-21 11:31:57 +00:00
..
jenkins.sh pysim-test: rename pysim-test.sh to pySim-prog_test.sh 2023-07-29 08:56:07 +00:00
sim-rest-client.py sim-rest-client: Add support for 'info' command to get IMSI+ICCID 2021-11-03 12:34:24 +01:00
sim-rest-server.py transport: Pass argparse.Namespace directly into transport classes 2023-12-21 11:31:57 +00:00
sim-rest-server.service sim-rest-server: Add example systemd service/unit file 2021-11-03 12:50:15 +01:00