ISO7816-3 FSMs as osmo_fsm

This implements ISO 7816-3 T=0 as three finite state machines using
osmo_fsm.

Change-Id: I0145b77e6165d36d33f18ef3a452f2c37913bd73
diff --git a/sysmoOCTSIM/logging.h b/sysmoOCTSIM/logging.h
index 900f88e..896b166 100644
--- a/sysmoOCTSIM/logging.h
+++ b/sysmoOCTSIM/logging.h
@@ -3,6 +3,11 @@
 #include <osmocom/core/logging.h>
 
 enum {
+	DCCID,
 	DUSB,
-	DCCID
+	DISO7816,
+	DATR,
+	DTPDU,
+	DPPS,
+	DCARD,
 };