aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-13 18:20:15 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-14 14:07:39 +0300
commit53d05951a5ae0344101fccb58f89c4c1c4d2f8aa (patch)
tree783dc473e8afd2fa4c1fbc11f24369d3b09db71e /include
parent2902d91d69d2583bc7dd835fe6b389bc1a78dd27 (diff)
gsm48_make_ho_cmd(): optionally add Synchronization Indication IE
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_04_08_rr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_04_08_rr.h b/include/osmocom/bsc/gsm_04_08_rr.h
index 75307d63f..7d68fc85f 100644
--- a/include/osmocom/bsc/gsm_04_08_rr.h
+++ b/include/osmocom/bsc/gsm_04_08_rr.h
@@ -27,7 +27,7 @@ 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(const struct gsm_lchan *new_lchan,
- enum handover_scope ho_scope,
+ enum handover_scope ho_scope, bool async,
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,