aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatan Perelman <matan1008@gmail.com>2024-01-30 17:06:37 +0200
committerMatan Perelman <matan1008@gmail.com>2024-02-17 11:07:46 +0200
commitd399e0c92753c359933ac067c3b632d1b4094aa4 (patch)
tree52a127f2e8be871095949d8e84b572d3c239de3a /include
parent6b6714ba1397e53f070073d67841547dcedf5af0 (diff)
ctrl: Add ms power
This new command allows to control MS power level for a specific logical channel using net.btsN.trxM.tsI.lchanL.ms-power This patch also adds a lchan node to the ctrl interface. Depends: libosmocore.git Ibf2786f668ee7e4f5b6a9ef43f2141cd2d79b4e2 Change-Id: I6f556b66011be6126d6bac31a14101ba37f81cc4
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/ctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/ctrl.h b/include/osmocom/bsc/ctrl.h
index 0d6c8a0e8..86eb3b114 100644
--- a/include/osmocom/bsc/ctrl.h
+++ b/include/osmocom/bsc/ctrl.h
@@ -12,6 +12,7 @@ struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, uint16_t port);
int bsc_bts_ctrl_cmds_install(void);
int bsc_bts_trx_ctrl_cmds_install(void);
int bsc_bts_trx_ts_ctrl_cmds_install(void);
+int bsc_bts_trx_ts_lchan_ctrl_cmds_install(void);
void ctrl_generate_bts_location_state_trap(struct gsm_bts *bts, struct bsc_msc_data *msc);
void osmo_bsc_send_trap(struct ctrl_cmd *cmd, struct bsc_msc_data *msc_data);