From 55790aa09a8f92d437ea06b3ef2c74465612fa8b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 26 Oct 2014 18:46:50 +0100 Subject: sim: Prepare infrastructure for protocols != T=0 and other drivers --- utils/osmo-sim-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/osmo-sim-test.c b/utils/osmo-sim-test.c index 3acbd71d..244c2df3 100644 --- a/utils/osmo-sim-test.c +++ b/utils/osmo-sim-test.c @@ -374,10 +374,10 @@ int main(int argc, char **argv) struct msgb *msg; int rc; - reader = osim_reader_open(0, "", NULL); + reader = osim_reader_open(OSIM_READER_DRV_PCSC, 0, "", NULL); if (!reader) exit(1); - card = osim_card_open(reader); + card = osim_card_open(reader, OSIM_PROTO_T0); if (!card) exit(2); chan = llist_entry(card->channels.next, struct osim_chan_hdl, list); -- cgit v1.2.3