aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/msc/ran_conn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/msc/ran_conn.h b/include/osmocom/msc/ran_conn.h
index 3c7a1bfcb..3bd16165b 100644
--- a/include/osmocom/msc/ran_conn.h
+++ b/include/osmocom/msc/ran_conn.h
@@ -8,9 +8,9 @@
#include <osmocom/mgcp_client/mgcp_client.h>
enum ran_type {
- RAN_UNKNOWN,
- RAN_GERAN_A, /* 2G / A-interface */
- RAN_UTRAN_IU, /* 3G / Iu-interface (IuCS or IuPS) */
+ RAN_UNKNOWN = 0,
+ RAN_GERAN_A = 1, /* 2G / A-interface */
+ RAN_UTRAN_IU= 2, /* 3G / Iu-interface (IuCS or IuPS) */
};
extern const struct value_string ran_type_names[];