summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorJussi Kangas <jussi.kangas@tieto.com>2011-02-08 14:48:18 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-02-08 10:19:52 -0600
commita8671fe1f75ad5bc2a48f3674a227baf8e6d3f1d (patch)
tree3e56bc4a6630d9e1883d3655e536d356f7808f5f /src/common.h
parentd8eacb663652e25f02dd8562de9e6c0122a14c06 (diff)
downloadofono-a8671fe1f75ad5bc2a48f3674a227baf8e6d3f1d.tar.bz2
sim: Allow usage of SIM codes longer than 8 digits
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common.h b/src/common.h
index 09f2deb5..6dc7bff9 100644
--- a/src/common.h
+++ b/src/common.h
@@ -122,13 +122,6 @@ enum ss_cssu {
SS_MT_CALL_DEFLECTED = 9,
};
-enum pin_type {
- PIN_TYPE_NONE,
- PIN_TYPE_PIN,
- PIN_TYPE_PUK,
- PIN_TYPE_NET,
-};
-
/* 27.007 Section 10.1.10 */
enum context_status {
CONTEXT_STATUS_DEACTIVATED = 0,
@@ -162,8 +155,6 @@ const char *ss_control_type_to_string(enum ss_control_type type);
const char *bearer_class_to_string(enum bearer_class cls);
-gboolean is_valid_pin(const char *pin, enum pin_type type);
-
const char *registration_status_to_string(int status);
const char *registration_tech_to_string(int tech);
const char *packet_bearer_to_string(int bearer);