Change in osmo-remsim[master]: client: Add diagram for osmo-remsim-st2 use case

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Mar 4 14:20:49 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/17343 )


Change subject: client: Add diagram for osmo-remsim-st2 use case
......................................................................

client: Add diagram for osmo-remsim-st2 use case

Change-Id: Iddd870ddbadc2b6570deb00ea6886c3b34ea1e38
---
M doc/manuals/chapters/remsim-client.adoc
1 file changed, 39 insertions(+), 0 deletions(-)



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

diff --git a/doc/manuals/chapters/remsim-client.adoc b/doc/manuals/chapters/remsim-client.adoc
index 977a772..8e26f8e 100644
--- a/doc/manuals/chapters/remsim-client.adoc
+++ b/doc/manuals/chapters/remsim-client.adoc
@@ -20,6 +20,45 @@
 blocking I/O on the TCP/RSPRO side.  This simplifies the code compared
 to a more complex async implementation.
 
+[graphviz]
+.Overall osmo-remsim architecture using osmo-remsim-client-st2
+----
+graph G {
+  rankdir = LR;
+
+  subgraph cluster_0 {
+    label = "Client";
+    modem [label="Phone/Modem",shape="rectangle"];
+    cardem [label="cardem firmware\ne.g. on sysmoQMOD",shape="rectangle"];
+    client [label="remsim-client-st2"];
+    modem -- cardem [label="ISO 7816-3"];
+    cardem -- client [label="USB ST2"];
+  }
+
+  subgraph cluster_2 {
+    label = "SIM Bank";
+    bankd [label="remsim-bankd"];
+    reader [label="Card Reader\ne.g. sysmoOCTSIM",shape="rectangle"];
+    b_pcscd [label="PC/SC Daemon\nlibccid driver"];
+    bankd -- b_pcscd;
+    b_pcscd -- reader [label = "USB CCID"];
+  }
+
+  subgraph cluster_1 {
+    label = "Server/Backend";
+    server [label="remsim-server"];
+    backend [label="Back-End Application"];
+    server -- backend [label="REST Interface"];
+  }
+
+  client -- bankd [label="RSPRO Data"];
+  client -- server [label="RSPRO Control"];
+  bankd -- server [label="RSPRO Control"];
+}
+----
+
+
+
 === Running
 
 osmo-remsim-client-st2 currently has the following command-line options:

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/17343
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Iddd870ddbadc2b6570deb00ea6886c3b34ea1e38
Gerrit-Change-Number: 17343
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/f867fe32/attachment.htm>


More information about the gerrit-log mailing list