extend osmo_st2_cardem_inst with fields required by osmo-remsim

Change-Id: Ib568e5212abfd1269a12c9e5672cdf23b4abff91
This commit is contained in:
Harald Welte
2020-02-22 19:22:02 +01:00
parent e6806e58c2
commit 13cb311c06

View File

@@ -33,6 +33,10 @@ struct osmo_st2_cardem_inst {
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);