Hi Jussi,
---
include/sim.h | 1 +
src/call-barring.c | 14 ++++++++------
src/call-meter.c | 4 ++--
src/common.c | 29 ++++++++++++++++++++++++-----
src/common.h | 11 +++--------
src/ofono.h | 3 +++
src/sim.c | 13 +++++++------
7 files changed, 48 insertions(+), 27 deletions(-)
diff --git a/include/sim.h b/include/sim.h
index 5e3ba5b..ee63d74 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -54,6 +54,7 @@ enum ofono_sim_password_type {
OFONO_SIM_PASSWORD_PHNETSUB_PUK,
OFONO_SIM_PASSWORD_PHSP_PUK,
OFONO_SIM_PASSWORD_PHCORP_PUK,
+ OFONO_PASSWORD_PIN_TYPE_NET,
OFONO_SIM_PASSWORD_INVALID,
};
so every single enum has kept some sort of proper namespacing. And I
would really prefer to not break this for ofono_sim_password_type.
Regards
Marcel