aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-06 12:01:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-23 20:18:18 +0100
commit5ca825e431e837b95f7db9057792e5a66de97a89 (patch)
treeff85786c7ef00345eb4b05fb48a5782eb5f3edc7 /openbsc/include/openbsc/gsm_data_shared.h
parent1411c066cc3ddaa46437cac7c580a04a1fe95eb1 (diff)
rsl: Rename the reason to release_mode and use the enum value
The API with 0 and 1 as legal values is hard to understand. Use the recently introduced enum values instead.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index fda3b097b..f81280f92 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -196,8 +196,8 @@ struct gsm_lchan {
uint8_t sapis[8];
int sacch_deact;
- /** GSM 08.58 9.3.20 */
- int release_mode;
+ /* Release handling */
+ enum rsl_rel_mode release_mode;
struct {
uint32_t bound_ip;