summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorMax <max.suraev@fairwaves.co>2014-06-06 16:36:40 +0200
committerSylvain Munaut <tnt@246tNt.com>2014-06-15 19:00:13 +0200
commitd7b69212f8c7a230102a1313d74fdaa99b86dc9b (patch)
tree452d58bdefcc17d78141811441081987433ceeb9 /src/host/layer23/include
parenta903b3c1ee27047c79728b18ff6340d23d1aad2e (diff)
mobile: Use osmocom auth API instead of direct calls
Submitted-by: Max <max.suraev@fairwaves.co> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/settings.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h
index f3ac7969..cdf63237 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/settings.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h
@@ -1,12 +1,6 @@
#ifndef _settings_h
#define _settings_h
-/* type of test SIM key */
-enum {
- GSM_SIM_KEY_XOR = 0,
- GSM_SIM_KEY_COMP128
-};
-
struct gsm_settings {
char layer2_socket_path[128];
char sap_socket_path[128];