aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-10-20 17:31:00 +0200
committerHarald Welte <laforge@netfilter.org>2009-10-20 17:31:00 +0200
commit8406ec2437fcc28906b2085e305d79ae73accc2a (patch)
treed095bfdb81a3f6ec197b7a1b6cab63ef4538b6aa /openbsc/include/openbsc/abis_nm.h
parenta8bd6d4a341a38a65315def89f8c6e300b758bed (diff)
[nanoBTS] move nanoBTS initialization completely into state event handler
Diffstat (limited to 'openbsc/include/openbsc/abis_nm.h')
-rw-r--r--openbsc/include/openbsc/abis_nm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index c3b8e556b..599f53531 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -482,6 +482,7 @@ enum abis_nm_avail_state {
NM_AVSTATE_DEPENDENCY = 5,
NM_AVSTATE_DEGRADED = 6,
NM_AVSTATE_NOT_INSTALLED= 7,
+ NM_AVSTATE_OK = 0xff,
};
/* Section 9.4.13: Channel Combination */