Osmocom Remote SIM Software Suite
https://osmocom.org/projects/osmo-remsim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.8 KiB
109 lines
3.8 KiB
Source: osmo-remsim |
|
Maintainer: Harald Welte <laforge@gnumonks.org> |
|
Section: net |
|
Priority: optional |
|
Build-Depends: debhelper (>= 9), |
|
pkg-config, |
|
dh-autoreconf, |
|
autotools-dev, |
|
pkg-config, |
|
osmo-gsm-manuals-dev, |
|
libcsv-dev, |
|
libosmocore-dev (>= 1.6.0), |
|
libosmo-abis-dev, |
|
libosmo-simtrace2-dev (>= 0.8.0), |
|
libpcsclite-dev, |
|
libusb-1.0-0-dev, |
|
libulfius-dev, |
|
libjansson-dev |
|
Standards-Version: 3.9.8 |
|
Vcs-Browser: https://gitea.osmocom.org/sim-card/osmo-remsim |
|
Vcs-Git: https://gitea.osmocom.org/sim-card/osmo-remsim |
|
Homepage: https://projects.osmocom.org/projects/osmo-remsim |
|
|
|
Package: libosmo-rspro2 |
|
Section: libs |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
|
Pre-Depends: ${misc:Pre-Depends} |
|
Description: Osmocom Remote SIM - Shared Library |
|
libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER |
|
based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim |
|
programs. |
|
|
|
Package: libosmo-rspro-dev |
|
Section: libdevel |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${misc:Depends} |
|
Description: Osmocom Remote SIM - Shared Library Development Haders |
|
libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER |
|
based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim |
|
programs. |
|
|
|
Package: osmo-remsim-server |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
|
Description: Osmocom Remote SIM - Central Server |
|
The remsim-server is the central element of a osmo-remsim deployment, |
|
it maintains a list of clients + bankds connected to it, as well as the |
|
dynamic SIM card mappings between them. |
|
|
|
Package: osmo-remsim-apitool |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${misc:Depends}, python3 |
|
Description: Osmocom Remote SIM - API tool for server |
|
This is a small python tool for generating API requests to remsim-server, |
|
which can be used by the system administrator to introspect and/or modify |
|
the state (mostly slotmaps). |
|
|
|
Package: osmo-remsim-bankd |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
|
Description: Osmocom Remote SIM - Bank Daemon |
|
The remsim-bankd is managing a bank of SIM card readers and their |
|
respective cards. It establishes a control connection to remsim-server |
|
and receives inbound connections from remsim-clients. |
|
|
|
Package: osmo-remsim-client-st2 |
|
Replaces: osmo-remsim-client |
|
Breaks: osmo-remsim-client |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
|
Description: Osmocom Remote SIM - Client for SIMtrace2 cardem firmware |
|
The remsim-client is managing a given phone/modem. It attaches to the |
|
'cardem' firmware of a SIMtrcace2 (or compatible, such as sysmoQMOD) |
|
hardware and forwards the SIM card communication to a remsim-bankd, |
|
under the control of remsim-server. |
|
|
|
Package: osmo-remsim-client-shell |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
|
Description: Osmocom Remote SIM - Interactive Client |
|
The remsim-client-shell is for manually interacting with a remote SIM |
|
card via remsim-bankd + remsim-server. It's mostly a test/debug tool. |
|
|
|
Package: libifd-osmo-remsim-client0 |
|
Architecture: any |
|
Multi-Arch: same |
|
Depends: pcscd, ${shlibs:Depends}, ${misc:Depends} |
|
Provides: pcsc-ifd-handler |
|
Suggests: pcsc-tools |
|
Description: Osmocom Remote SIM Client - PC/SC driver |
|
This is an incarnation of osmo-remsim-client which can plug as ifd_handler |
|
driver into pcscd. This means you can use remote smart cards managed |
|
by osmo-remsim-server via normal PC/SC applications. |
|
|
|
Package: osmo-remsim-doc |
|
Architecture: all |
|
Section: doc |
|
Priority: optional |
|
Depends: ${misc:Depends} |
|
Description: Osmocom Remote SIM documentation |
|
User manual for Osmocom Remote SIM in PDF format.
|
|
|