From 9446d329f0a0231688899236bf1d14c09608ee06 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 1 Jul 2009 11:03:54 +0200 Subject: ip.access test numbers --- openbsc/include/openbsc/abis_nm.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openbsc/include') 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, -- cgit v1.2.3