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