aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-24 10:06:33 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-24 10:06:33 +0100
commitd6847a940a15ba9a66f3a53d1377a127256eb363 (patch)
tree51cd9880641b3bef3af4485f8c11807ca3ab0ef9 /openbsc/include/openbsc/abis_nm.h
parent026a6c33895bd13a8561b6f933b67abd005bccee (diff)
use enum for operational state
Diffstat (limited to 'openbsc/include/openbsc/abis_nm.h')
-rw-r--r--openbsc/include/openbsc/abis_nm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index 00697a384..c237613c8 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -485,6 +485,12 @@ enum abis_nm_avail_state {
NM_AVSTATE_OK = 0xff,
};
+enum abis_nm_op_state {
+ NM_OPSTATE_DISABLED = 1,
+ NM_OPSTATE_ENABLED = 2,
+ NM_OPSTATE_NULL = 0xff,
+};
+
/* Section 9.4.13: Channel Combination */
enum abis_nm_chan_comb {
NM_CHANC_TCHFull = 0x00, /* TCH/F + TCH/H + SACCH/TF */