aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h9
1 files changed, 7 insertions, 2 deletions
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
};