aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-09-12 13:05:33 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-20 10:44:52 +0200
commit6e0cd04725db4a3c467ca689233b904d4e9800cc (patch)
tree8c18d0206c30e7cb4766b93e0f85ffc358f74882 /openbsc/include/openbsc/gsm_data.h
parentb37e5f8a603d513056da697e08a9976206fd843b (diff)
unfinished support for hopping channels
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index bb790bc34..a1e881a81 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -337,6 +337,11 @@ struct gsm_bts_trx_ts {
struct tlv_parsed nm_attr;
u_int8_t nm_chan_comb;
+ struct {
+ u_int8_t maio;
+ u_int8_t hsn;
+ } hopping;
+
/* To which E1 subslot are we connected */
struct gsm_e1_subslot e1_link;