mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-22 08:18:32 +03:00
migrate from req_ctx to msgb
We now generalize the USB communiction and abandon the 'req_ctx' structure inherited from openpcd. Instead we use the libosmocore 'msgb' structure to handle incoming and outgoing USB tranfers. We also use linuxlist-based msgb-queues for each endpoint.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
CFLAGS=-g -Wall -I../src_simtrace -I../libcommon/include -I.
|
||||
LDFLAGS=-losmocore
|
||||
|
||||
VPATH=../src_simtrace ../libcommon/source
|
||||
|
||||
card_emu_test: card_emu_tests.hobj card_emu.hobj req_ctx.hobj iso7816_fidi.hobj
|
||||
card_emu_test: card_emu_tests.hobj card_emu.hobj usb_buf.hobj iso7816_fidi.hobj
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
|
||||
%.hobj: %.c
|
||||
|
||||
Reference in New Issue
Block a user