Change in osmo-remsim[master]: README.md: add 'osmo-' prefix to remsim-{server, bankd, client}

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Apr 3 15:25:04 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/13510


Change subject: README.md: add 'osmo-' prefix to remsim-{server,bankd,client}
......................................................................

README.md: add 'osmo-' prefix to remsim-{server,bankd,client}

Change-Id: I42df660d8c7f696a12118d4e4c38f7ee9e48d2e8
---
M README.md
1 file changed, 21 insertions(+), 20 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/10/13510/1

diff --git a/README.md b/README.md
index 8808338..8f2657f 100644
--- a/README.md
+++ b/README.md
@@ -4,22 +4,23 @@
 This software suite is a work in progress.
 
 
-remsim-client
--------------
+osmo-remsim-client
+------------------
 
 The client interfaces with GSM phones / modems via dedicated "Card
 Emulation" devices such as the Osmocom SIMtrace2 or sysmocom sysmoQMOD
 board + firmware.  This hardware implements the ISO7816-3 electrical
 interface and protocol handling and  passes any TPDU headers received
-from the phone/modem to remsim-client for further processing of the
+from the phone/modem to osmo-remsim-client for further processing of the
 TPDUs associated to the given APDU transfer.
 
-remsim-client connects via a RSPRO control connection to remsim-server
-at startup and registers itself.  It will receive configuration data
-such as the remsim-bankd IP+Port and the ClientId from remsim-server.
+osmo-remsim-client connects via a RSPRO control connection to
+osmo-remsim-server at startup and registers itself.  It will receive
+configuration data such as the osmo-remsim-bankd IP+Port and the
+ClientId from osmo-remsim-server.
 
-After receiving the configuration, remsim-client will establish a RSPRO
-data connection to the remsim-bankd IP:Port.
+After receiving the configuration, osmo-remsim-client will establish a
+RSPRO data connection to the osmo-remsim-bankd IP:Port.
 
 As the USB interface for remote SIM in simtrace2.git uses one interface
 per slot, we can implement the client in blocking mode, i.e. use
@@ -27,22 +28,22 @@
 to a more complex async implementation.
 
 
-remsim-bankd
-------------
+osmo-remsim-bankd
+-----------------
 
-The remsim-bankd (SIM Bank Daemon) manages one given SIM bank.  The
+The osmo-remsim-bankd (SIM Bank Daemon) manages one given SIM bank.  The
 initial implementation supports a PC/SC driver to expose any PC/SC
 compatible card readers as SIM bank.
 
-remsim-bankd initially connects via a RSPRO control connection to
-remsim-server at startup, and will in turn receive a set of initial
+osmo-remsim-bankd initially connects via a RSPRO control connection to
+osmo-remsim-server at startup, and will in turn receive a set of initial
 [client,slot]:[bankd,slot] mappings.  These mappings determine which
 slot on the client (corresponding to a modem) is mapped to which slot on
-the SIM bank.  Mappings can be updated by remsim-server at any given
+the SIM bank.  Mappings can be updated by osmo-remsim-server at any given
 point in time.
 
-remsim-bankd implements a RSPRO server, where it listens to connections
-from remsim-clients.
+osmo-remsim-bankd implements a RSPRO server, where it listens to
+connections from osmo-remsim-clients.
 
 As PC/SC only offers a blocking API, there is one thread per PC/SC slot.
 This thread will perform blocking I/O on the socket towards the client,
@@ -62,10 +63,10 @@
 client has identified itself.  The advantage is that the entire bankd
 can live without any non-blocking I/O.
 
-The main thread handles the connection to remsim-server, where it can
-also use non-blocking I/O.  However, re-connection would be required, to
-avoid stalling all banks/cards in the event of a connection loss to the
-server.
+The main thread handles the connection to osmo-remsim-server, where it
+can also use non-blocking I/O.  However, re-connection would be
+required, to avoid stalling all banks/cards in the event of a connection
+loss to the server.
 
 worker threads have the following states:
 * INIT (just started)

-- 
To view, visit https://gerrit.osmocom.org/13510
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I42df660d8c7f696a12118d4e4c38f7ee9e48d2e8
Gerrit-Change-Number: 13510
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190403/850d6cb6/attachment.htm>


More information about the gerrit-log mailing list