From 0856c8a6a5ad48d810da598b421f81fc21d0ba55 Mon Sep 17 00:00:00 2001 From: Andreas.Eversberg Date: Sat, 18 Sep 2010 19:15:15 +0000 Subject: [layer23] SIM client completion The SIM client is now complete. Because it usefull for multiple applications, i moved it to the layer23/src/common directory. The SIM reader works together with mobile process. Fixes were made. Thanx to all for testing, finding bugs, and making it work as it is supposed to do. The current version uses special L1CTL messages to send and receive APDUs. This will change in the future, when BTSAP interface is completed. Please note that this client will not work until the layer1 SIM reader fixes and extensions are committed. --- include/l1ctl_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h index d76614b..80687a1 100644 --- a/include/l1ctl_proto.h +++ b/include/l1ctl_proto.h @@ -47,6 +47,8 @@ enum { L1CTL_PARAM_REQ, L1CTL_DM_FREQ_REQ, L1CTL_CRYPTO_REQ, + L1CTL_SIM_REQ, + L1CTL_SIM_CONF, }; enum ccch_mode { -- cgit v1.2.3-55-g7522