blob: a9eaa98cc0b7c79f23d39ee8b0c1078e9170e7ea [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 Welte8e04d082019-04-03 10:03:13 +020011 libcsv-dev,
Harald Welte08d88dd2019-04-03 09:09:49 +020012 libosmocore-dev,
13 libosmo-abis-dev,
14 libpcsclite-dev,
15 libusb-1.0-0-dev,
16 libulfius-dev,
17 libjansson-dev
18Standards-Version: 3.9.8
19Vcs-Browser: http://git.osmocom.org/osmo-remsim/
20Vcs-Git: git://git.osmocom.org/osmo-remsim
21Homepage: https://projects.osmocom.org/projects/osmo-remsim
22
23Package: libosmo-rspro0
24Section: libs
25Architecture: any
26Multi-Arch: same
27Depends: ${shlibs:Depends}, ${misc:Depends}
28Pre-Depends: ${misc:Pre-Depends}
29Description: Osmocom Remote SIM - Shared Library
30 libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER
31 based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim
32 programs.
33
34Package: libosmo-rspro-dev
35Section: libdevel
36Architecture: any
37Multi-Arch: same
38Depends: ${misc:Depends}
39Description: Osmocom Remote SIM - Shared Library Development Haders
40 libosmo-rsrpo is an utility library for encoding/decoding the ASN.1 BER
41 based RSPRO (Remote SIM Protocol) protocol used between the osmo-remsim
42 programs.
43
44Package: osmo-remsim-server
45Architecture: any
46Multi-Arch: same
47Depends: ${shlibs:Depends}, ${misc:Depends}
48Description: Osmocom Remote SIM - Central Server
49 The remsim-server is the central element of a osmo-remsim deployment,
50 it maintains a list of clients + bankds connected to it, as well as the
51 dynamic SIM card mappings between them.
52
53Package: osmo-remsim-bankd
54Architecture: any
55Multi-Arch: same
56Depends: ${shlibs:Depends}, ${misc:Depends}
57Description: Osmocom Remote SIM - Bank Daemon
58 The remsim-bankd is managing a bank of SIM card readers and their
59 respective cards. It establishes a control connection to remsim-server
60 and receives inbound connections from remsim-clients.
61
62Package: osmo-remsim-client
63Architecture: any
64Multi-Arch: same
65Depends: ${shlibs:Depends}, ${misc:Depends}
66Description: Osmocom Remote SIM - Client
67 The remsim-client is managing a given phone/modem. It attaches to the
68 'cardem' firmware of a SIMtrcace2 (or compatible, such as sysmoQMOD)
69 hardware and forwards the SIM card communication to a remsim-bankd,
70 under the control of remsim-server.