blob: b899b0f032e2ee0c70b460f5ecda802cbfe5757c [file] [log] [blame]
Harald Welte08d88dd2019-04-03 09:09:49 +02001Source: osmo-remsim
2Maintainer: Harald Welte <laforge@gnumonks.org>
3Section: net
4Priority: optional
5Build-Depends: debhelper (>= 9),
6 pkg-config,
7 dh-autoreconf,
Harald Welte08d88dd2019-04-03 09:09:49 +02008 autotools-dev,
9 pkg-config,
Harald Welte573ddfd2019-07-23 16:18:48 +000010 osmo-gsm-manuals-dev,
Harald Welte8e04d082019-04-03 10:03:13 +020011 libcsv-dev,
Harald Welte507070d2021-12-09 07:59:30 +010012 libosmocore-dev (>= 1.6.0),
Harald Welte08d88dd2019-04-03 09:09:49 +020013 libosmo-abis-dev,
Harald Welte7382eb32021-12-09 08:17:43 +010014 libosmo-simtrace2-dev (>= 0.8.0),
Harald Welte08d88dd2019-04-03 09:09:49 +020015 libpcsclite-dev,
16 libusb-1.0-0-dev,
17 libulfius-dev,
18 libjansson-dev
19Standards-Version: 3.9.8
Harald Weltea5637b02022-06-18 12:33:43 +020020Vcs-Browser: https://gitea.osmocom.org/sim-card/osmo-remsim
21Vcs-Git: https://gitea.osmocom.org/sim-card/osmo-remsim
Harald Welte08d88dd2019-04-03 09:09:49 +020022Homepage: https://projects.osmocom.org/projects/osmo-remsim
23
Harald Welte5a3a0b12021-12-09 09:09:49 +010024Package: libosmo-rspro2
Harald Welte08d88dd2019-04-03 09:09:49 +020025Section: libs
26Architecture: any
27Multi-Arch: same
28Depends: ${shlibs:Depends}, ${misc:Depends}
29Pre-Depends: ${misc:Pre-Depends}
30Description: Osmocom Remote SIM - Shared Library
31 libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER
32 based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim
33 programs.
34
35Package: libosmo-rspro-dev
36Section: libdevel
37Architecture: any
38Multi-Arch: same
39Depends: ${misc:Depends}
40Description: Osmocom Remote SIM - Shared Library Development Haders
41 libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER
42 based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim
43 programs.
44
45Package: osmo-remsim-server
46Architecture: any
47Multi-Arch: same
48Depends: ${shlibs:Depends}, ${misc:Depends}
49Description: Osmocom Remote SIM - Central Server
50 The remsim-server is the central element of a osmo-remsim deployment,
51 it maintains a list of clients + bankds connected to it, as well as the
52 dynamic SIM card mappings between them.
53
Harald Welte4e0e5b82022-07-11 22:29:40 +020054Package: osmo-remsim-apitool
55Architecture: any
56Multi-Arch: same
57Depends: ${misc:Depends}, python3
58Description: Osmocom Remote SIM - API tool for server
59 This is a small python tool for generating API requests to remsim-server,
60 which can be used by the system administrator to introspect and/or modify
61 the state (mostly slotmaps).
62
Harald Welte08d88dd2019-04-03 09:09:49 +020063Package: osmo-remsim-bankd
64Architecture: any
65Multi-Arch: same
66Depends: ${shlibs:Depends}, ${misc:Depends}
67Description: Osmocom Remote SIM - Bank Daemon
68 The remsim-bankd is managing a bank of SIM card readers and their
69 respective cards. It establishes a control connection to remsim-server
70 and receives inbound connections from remsim-clients.
71
Harald Welted9dfb722020-03-04 18:33:54 +010072Package: osmo-remsim-client-st2
Harald Weltee358c1d2020-03-11 09:34:06 +010073Replaces: osmo-remsim-client
74Breaks: osmo-remsim-client
Harald Welte08d88dd2019-04-03 09:09:49 +020075Architecture: any
76Multi-Arch: same
77Depends: ${shlibs:Depends}, ${misc:Depends}
Harald Welted9dfb722020-03-04 18:33:54 +010078Description: Osmocom Remote SIM - Client for SIMtrace2 cardem firmware
Harald Welte08d88dd2019-04-03 09:09:49 +020079 The remsim-client is managing a given phone/modem. It attaches to the
80 'cardem' firmware of a SIMtrcace2 (or compatible, such as sysmoQMOD)
81 hardware and forwards the SIM card communication to a remsim-bankd,
82 under the control of remsim-server.
Harald Welte573ddfd2019-07-23 16:18:48 +000083
Harald Welted9dfb722020-03-04 18:33:54 +010084Package: osmo-remsim-client-shell
85Architecture: any
86Multi-Arch: same
87Depends: ${shlibs:Depends}, ${misc:Depends}
88Description: Osmocom Remote SIM - Interactive Client
89 The remsim-client-shell is for manually interacting with a remote SIM
90 card via remsim-bankd + remsim-server. It's mostly a test/debug tool.
91
Harald Welte9fac4962020-02-14 21:01:23 +010092Package: libifd-osmo-remsim-client0
93Architecture: any
94Multi-Arch: same
95Depends: pcscd, ${shlibs:Depends}, ${misc:Depends}
96Provides: pcsc-ifd-handler
97Suggests: pcsc-tools
98Description: Osmocom Remote SIM Client - PC/SC driver
99 This is an incarnation of osmo-remsim-client which can plug as ifd_handler
100 driver into pcscd. This means you can use remote smart cards managed
101 by osmo-remsim-server via normal PC/SC applications.
102
Harald Welteb7978a52020-03-04 19:08:03 +0100103Package: osmo-remsim-doc
Harald Welte573ddfd2019-07-23 16:18:48 +0000104Architecture: all
105Section: doc
106Priority: optional
107Depends: ${misc:Depends}
108Description: ${misc:Package} PDF documentation
109 User manual for ${misc:Package} in PDF format.