aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-09 22:35:37 +0100
committerHarald Welte <laforge@gnumonks.org>2010-07-22 21:54:19 +0200
commita0b0f36ff0b917105039b7aa9dba41a41f7c1d32 (patch)
tree000ddc006479b9310293b62d8822e639de4de75d /openbsc/include
parent887deabe38dd18dfc0c1eb7e81223dae10b3182d (diff)
ipaccess-config/network-listen update
* transition through cycles of NWL tests
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 09e0a2105..a66804533 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -383,6 +383,7 @@ struct gsm_bts_trx {
} bs11;
struct {
unsigned int test_state;
+ u_int8_t test_nr;
struct rxlev_stats rxlev_stat;
} ipaccess;
};