blob: 330b22023784f0687708b88247693466330bfe43 [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,
8 dh-systemd (>= 1.5),
9 autotools-dev,
10 pkg-config,
Harald Welte573ddfd2019-07-23 16:18:48 +000011 osmo-gsm-manuals-dev,
Harald Welte8e04d082019-04-03 10:03:13 +020012 libcsv-dev,
Harald Welteb90fc442020-01-12 19:39:26 +010013 libosmocore-dev (>= 1.3.0),
Harald Welte08d88dd2019-04-03 09:09:49 +020014 libosmo-abis-dev,
Harald Welte25bcbbe2019-12-18 13:31:01 +010015 libosmo-simtrace2-dev,
Harald Welte08d88dd2019-04-03 09:09:49 +020016 libpcsclite-dev,
17 libusb-1.0-0-dev,
18 libulfius-dev,
19 libjansson-dev
20Standards-Version: 3.9.8
21Vcs-Browser: http://git.osmocom.org/osmo-remsim/
22Vcs-Git: git://git.osmocom.org/osmo-remsim
23Homepage: https://projects.osmocom.org/projects/osmo-remsim
24
Harald Welteb2a00772019-12-03 20:38:18 +010025Package: libosmo-rspro1
Harald Welte08d88dd2019-04-03 09:09:49 +020026Section: libs
27Architecture: any
28Multi-Arch: same
29Depends: ${shlibs:Depends}, ${misc:Depends}
30Pre-Depends: ${misc:Pre-Depends}
31Description: Osmocom Remote SIM - Shared Library
32 libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER
33 based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim
34 programs.
35
36Package: libosmo-rspro-dev
37Section: libdevel
38Architecture: any
39Multi-Arch: same
40Depends: ${misc:Depends}
41Description: Osmocom Remote SIM - Shared Library Development Haders
42 libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER
43 based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim
44 programs.
45
46Package: osmo-remsim-server
47Architecture: any
48Multi-Arch: same
49Depends: ${shlibs:Depends}, ${misc:Depends}
50Description: Osmocom Remote SIM - Central Server
51 The remsim-server is the central element of a osmo-remsim deployment,
52 it maintains a list of clients + bankds connected to it, as well as the
53 dynamic SIM card mappings between them.
54
55Package: osmo-remsim-bankd
56Architecture: any
57Multi-Arch: same
58Depends: ${shlibs:Depends}, ${misc:Depends}
59Description: Osmocom Remote SIM - Bank Daemon
60 The remsim-bankd is managing a bank of SIM card readers and their
61 respective cards. It establishes a control connection to remsim-server
62 and receives inbound connections from remsim-clients.
63
64Package: osmo-remsim-client
65Architecture: any
66Multi-Arch: same
67Depends: ${shlibs:Depends}, ${misc:Depends}
68Description: Osmocom Remote SIM - Client
69 The remsim-client is managing a given phone/modem. It attaches to the
70 'cardem' firmware of a SIMtrcace2 (or compatible, such as sysmoQMOD)
71 hardware and forwards the SIM card communication to a remsim-bankd,
72 under the control of remsim-server.
Harald Welte573ddfd2019-07-23 16:18:48 +000073
Harald Welte9fac4962020-02-14 21:01:23 +010074Package: libifd-osmo-remsim-client0
75Architecture: any
76Multi-Arch: same
77Depends: pcscd, ${shlibs:Depends}, ${misc:Depends}
78Provides: pcsc-ifd-handler
79Suggests: pcsc-tools
80Description: Osmocom Remote SIM Client - PC/SC driver
81 This is an incarnation of osmo-remsim-client which can plug as ifd_handler
82 driver into pcscd. This means you can use remote smart cards managed
83 by osmo-remsim-server via normal PC/SC applications.
84
Harald Welte573ddfd2019-07-23 16:18:48 +000085package: osmo-remsim-doc
86Architecture: all
87Section: doc
88Priority: optional
89Depends: ${misc:Depends}
90Description: ${misc:Package} PDF documentation
91 User manual for ${misc:Package} in PDF format.