diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-12-06 11:57:31 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-12-06 11:58:33 +0100 |
commit | 0357e9b37528911397ba019319065d206f067af0 (patch) | |
tree | 8ae396b09b0481ceecc089c3da96b10274663726 /include | |
parent | 68f9447744609177669444aae40eafc613fd18e1 (diff) |
rsl: Add the 9.3.20 release mode enum to be used in OpenBSC
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_58.h | 6 |
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 */ |