aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-06 11:57:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-06 11:58:33 +0100
commit0357e9b37528911397ba019319065d206f067af0 (patch)
tree8ae396b09b0481ceecc089c3da96b10274663726
parent68f9447744609177669444aae40eafc613fd18e1 (diff)
rsl: Add the 9.3.20 release mode enum to be used in OpenBSC
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_58.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index 57a8f687..89aafb87 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -572,6 +572,12 @@ enum rsl_mrpci_phase {
RSL_MRPCI_PHASE_2PLUS = 3,
};
+/* 9.3.20 Release Mode */
+enum rsl_rel_mode {
+ RSL_REL_NORMAL = 0,
+ RSL_REL_LOCAL_END = 1,
+};
+
/*! @} */
#endif /* PROTO_GSM_08_58_H */