aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-12 18:58:56 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-13 14:15:39 +0300
commit0a01573bc1259c1b2dfefbe8eb16a507c8756902 (patch)
tree56fe2a6aa55b26e30784b33fe95b76504aa1cea5 /include
parent663d6fed0c73c260be7b4a83a4564677a65707f9 (diff)
gsm48_send_ho_cmd(): this function is not used, remove it
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_04_08_rr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/gsm_04_08_rr.h b/include/osmocom/bsc/gsm_04_08_rr.h
index 1f50ef982..d4617ae69 100644
--- a/include/osmocom/bsc/gsm_04_08_rr.h
+++ b/include/osmocom/bsc/gsm_04_08_rr.h
@@ -25,8 +25,6 @@ int gsm48_multirate_config(struct msgb *msg,
const struct gsm48_multi_rate_conf *mr_conf,
const struct amr_mode *modes, unsigned int num_modes);
struct msgb *gsm48_make_ho_cmd(struct gsm_lchan *new_lchan, uint8_t power_command, uint8_t ho_ref);
-int gsm48_send_ho_cmd(struct gsm_lchan *old_lchan, struct gsm_lchan *new_lchan,
- uint8_t power_command, uint8_t ho_ref);
int gsm48_send_rr_ass_cmd(struct gsm_lchan *dest_lchan, struct gsm_lchan *lchan, uint8_t power_command);
int gsm48_send_rr_app_info(struct gsm_lchan *lchan, uint8_t apdu_id, uint8_t apdu_flags,
const uint8_t *apdu_data, ssize_t apdu_data_len);