summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/logging.h
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-08-28 09:36:07 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-08-28 09:36:07 +0000
commit4931b324e54b2b6541f14f650cee9489bc9e2340 (patch)
tree5bead43422f1dab62b5aa0278006ce3545860c9b /src/host/layer23/include/osmocom/bb/common/logging.h
parentc6a423392efd2a2264f9361d782146bdedca2633 (diff)
[layer23] Adding SIM client
The SIM client is not the SIM reader. It is used to process higher layer requests. One request may be: "read the IMSI file" or "unlock SIM card, here is the key". It then selects the right file of SIM card and processes the request by exchanging APDUs with the SIM reader. NOTE: Because the reader inside layer 1 is not yet finished, the SIM client will not work and cannot be tested yet.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/logging.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/logging.h b/src/host/layer23/include/osmocom/bb/common/logging.h
index 1a11cf9d..922ef117 100644
--- a/src/host/layer23/include/osmocom/bb/common/logging.h
+++ b/src/host/layer23/include/osmocom/bb/common/logging.h
@@ -18,6 +18,7 @@ enum {
DLAPDM,
DL1C,
DSUM,
+ DSIM,
};
extern const struct log_info log_info;