From 8406ec2437fcc28906b2085e305d79ae73accc2a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 20 Oct 2009 17:31:00 +0200 Subject: [nanoBTS] move nanoBTS initialization completely into state event handler --- openbsc/include/openbsc/abis_nm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/abis_nm.h') 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 */ -- cgit v1.2.3