aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-04-28 01:34:48 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-04-28 02:19:44 +0700
commit253f67f625f583b2d6ae6fd1208675e136f98416 (patch)
tree7783830e8349495a9970b8238e8f9d89671d7226 /include
parent856c6dc2f51d7d189cce462dfce7e308f1ff3ab2 (diff)
struct gsm_bts_model: rename power_ctrl_{set->send}_c0_power_red
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 20ed0893b..9b2aaab49 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -300,7 +300,7 @@ struct gsm_bts_model {
/* (Optional) function for sending default MS/BS Power Control paramaters */
int (*power_ctrl_send_def_params)(const struct gsm_bts_trx *trx);
/* (Optional) function for toggling BCCH carrier power reduction operation */
- int (*power_ctrl_set_c0_power_red)(const struct gsm_bts *bts, const uint8_t red);
+ int (*power_ctrl_send_c0_power_red)(const struct gsm_bts *bts, const uint8_t red);
void (*config_write_bts)(struct vty *vty, struct gsm_bts *bts);
void (*config_write_trx)(struct vty *vty, struct gsm_bts_trx *trx);