aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-01 11:03:54 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-01 11:03:54 +0200
commit9446d329f0a0231688899236bf1d14c09608ee06 (patch)
tree8123267200b73d2926ec53b864e6fe0b5c635360 /openbsc/include
parentd2f11f2923856d7f21d4c1cedc467edc811eee74 (diff)
ip.access test numbers
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/abis_nm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index 938f8207c..4b7e2ff0f 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -566,6 +566,14 @@ enum abis_bs11_phase {
BS11_STATE_ABIS_LOAD = 0x13,
};
+enum abis_nm_ipacc_test_no {
+ NM_IPACC_TESTNO_CHAN_USAGE = 0x40,
+ NM_IPACC_TESTNO_BCCH_CHAN_USAGE = 0x41,
+ NM_IPACC_TESTNO_FREQ_SYNC = 0x42,
+ NM_IPACC_TESTNO_BCCH_INFO = 0x43,
+ NM_IPACC_TESTNO_TX_BEACON = 0x44,
+};
+
/* first byte after length inside NM_ATT_TEST_REPORT */
enum abis_nm_ipacc_test_res {
NM_IPACC_TESTRES_SUCCESS = 0,