mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-22 16:28:32 +03:00
extend osmo_st2_cardem_inst with fields required by osmo-remsim
Change-Id: Ib568e5212abfd1269a12c9e5672cdf23b4abff91
This commit is contained in:
@@ -33,6 +33,10 @@ struct osmo_st2_cardem_inst {
|
|||||||
const struct osim_cla_ins_card_profile *card_prof;
|
const struct osim_cla_ins_card_profile *card_prof;
|
||||||
/* libosmosim SIM card channel */
|
/* libosmosim SIM card channel */
|
||||||
struct osim_chan_hdl *chan;
|
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);
|
int osmo_st2_transp_tx_msg(struct osmo_st2_transport *transp, struct msgb *msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user