From e11725aa868c8093288d0e1985854e15c7cb46e9 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 25 Dec 2018 01:18:41 +0700 Subject: host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHY Since we have two ways to interact with a physical SIM: - using built-in SIM reader of the L1 PHY (via L1CTL), - using remote reader via (BT)SAP protocol, name 'GSM_SIM_TYPE_READER' looks quite confusing. Let's rename it in order to explicitly indicate the role of L1 PHY. Change-Id: I0f83f365ed50cfd658fdd3a9d6866ed76c8c4009 --- src/host/layer23/include/osmocom/bb/mobile/subscriber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host/layer23/include/osmocom') diff --git a/src/host/layer23/include/osmocom/bb/mobile/subscriber.h b/src/host/layer23/include/osmocom/bb/mobile/subscriber.h index ac785d4a..958700ae 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/subscriber.h +++ b/src/host/layer23/include/osmocom/bb/mobile/subscriber.h @@ -22,7 +22,7 @@ struct gsm_sub_plmn_na { enum { GSM_SIM_TYPE_NONE = 0, - GSM_SIM_TYPE_READER, + GSM_SIM_TYPE_L1PHY, GSM_SIM_TYPE_TEST, GSM_SIM_TYPE_SAP }; -- cgit v1.2.3