From acf211d9666b362bea9e8f6c9457fff59e0b1aff Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 13 Dec 2015 17:07:01 +0100 Subject: gsm_data_shared: Add per-lchan power control parameters on BTS side This is where the BTS stores its decoded power control related configuration. --- openbsc/include/openbsc/gsm_data_shared.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'openbsc') diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 24ab6d8ff..97bc9c57e 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -308,10 +308,15 @@ struct gsm_lchan { /* Kind of the release/activation. E.g. RSL or PCU */ int rel_act_kind; - /* power handling */ + /* power control parameters as set by the BSC */ + struct { + struct gsm_power_control ul; + struct gsm_power_control dl; + } power_control; + + /* BTS side MS power control loop */ struct { uint8_t current; - uint8_t fixed; } ms_power_ctrl; #endif }; -- cgit v1.2.3