aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-09 21:49:48 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-09 21:49:48 +0200
commit39c7debc9c4495deba2261ea6036505ed86ac5e5 (patch)
tree456d8c0998443a15da5b64b8039005c5fd9168a4 /openbsc/include/openbsc/gsm_data.h
parentcf845cb8d3b2a3678c9482f6677a41d1c54c3bb3 (diff)
verify bs11 channel combination constraints
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-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 8af07816f..4f6240d3c 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -177,6 +177,7 @@ struct gsm_bts_trx_ts {
unsigned int flags;
struct gsm_nm_state nm_state;
struct tlv_parsed nm_attr;
+ u_int8_t nm_chan_comb;
/* To which E1 subslot are we connected */
struct gsm_e1_subslot e1_link;