aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-07 00:12:53 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-07 00:12:53 +0200
commitd134cc7d9d6841beea2a9b724c8870f57e3eb345 (patch)
tree53240e6d4e45f211eb938136a886374eedbd3a89
parentdf680288a9de6ccc7108e8fe67308eea105f5aff (diff)
add back-pointer for l1 as part of BTS role.
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index ab298c96a..07ababf92 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -247,6 +247,10 @@ struct gsm_bts_trx {
int nominal_power; /* in dBm */
unsigned int max_power_red; /* in actual dB */
+ struct {
+ void *l1h;
+ } role_bts;
+
union {
struct {
struct {