summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/l1ctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/l1ctl.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/l1ctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/l1ctl.h b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
index 3534589d..1f56d7c7 100644
--- a/src/host/layer23/include/osmocom/bb/common/l1ctl.h
+++ b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
@@ -62,6 +62,9 @@ int l1ctl_tx_pm_req_range(struct osmocom_ms *ms, uint16_t arfcn_from,
uint16_t arfcn_to);
int l1ctl_tx_sim_req(struct osmocom_ms *ms, uint8_t *data, uint16_t length);
+int l1ctl_tx_sim_powerup(struct osmocom_ms *ms);
+int l1ctl_tx_sim_powerdown(struct osmocom_ms *ms);
+int l1ctl_tx_sim_reset(struct osmocom_ms *ms);
/* Transmit L1CTL_VOICE_REQ */
int l1ctl_tx_traffic_req(struct osmocom_ms *ms, struct msgb *msg,