From d134cc7d9d6841beea2a9b724c8870f57e3eb345 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 7 Jun 2011 00:12:53 +0200 Subject: add back-pointer for l1 as part of BTS role. --- openbsc/include/openbsc/gsm_data_shared.h | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- cgit v1.2.3