Change in simtrace2[master]: extend osmo_st2_cardem_inst with fields required by osmo-remsim

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
Tue Mar 3 22:02:20 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/simtrace2/+/17304 )

Change subject: extend osmo_st2_cardem_inst with fields required by osmo-remsim
......................................................................

extend osmo_st2_cardem_inst with fields required by osmo-remsim

Change-Id: Ib568e5212abfd1269a12c9e5672cdf23b4abff91
---
M host/include/osmocom/simtrace2/simtrace2_api.h
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/host/include/osmocom/simtrace2/simtrace2_api.h b/host/include/osmocom/simtrace2/simtrace2_api.h
index 012b96c..aa1637d 100644
--- a/host/include/osmocom/simtrace2/simtrace2_api.h
+++ b/host/include/osmocom/simtrace2/simtrace2_api.h
@@ -33,6 +33,10 @@
 	const struct osim_cla_ins_card_profile *card_prof;
 	/* libosmosim SIM card channel */
 	struct osim_chan_hdl *chan;
+	/* path of the underlying USB device */
+	char *usb_path;
+	/* opaque data TBD by user */
+	void *priv;
 };
 
 int osmo_st2_transp_tx_msg(struct osmo_st2_transport *transp, struct msgb *msg);

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

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: Ib568e5212abfd1269a12c9e5672cdf23b4abff91
Gerrit-Change-Number: 17304
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200303/8036657f/attachment.htm>


More information about the gerrit-log mailing list