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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 864361414..24ab6d8ff 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -455,6 +455,12 @@ struct gsm_bts_model {
struct tlv_definition nm_att_tlvdef;
+ struct {
+ void (*encode_power_param)(struct msgb *msg,
+ struct gsm_power_control *pc,
+ uint8_t msg_type);
+ } rsl;
+
struct bitvec features;
uint8_t _features_data[128/8];
};