aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-29 22:56:14 +0100
committerHarald Welte <laforge@gnumonks.org>2009-11-29 22:56:14 +0100
commit798418a068fcc95f8f5bcad5ba923ab065d7fa86 (patch)
tree9299b2f4bb3f4adfa7845fcc6034361cc740599c /openbsc/include/openbsc/gsm_04_08.h
parentd011e8b958f3d5a09d1c66852292974d9dc52786 (diff)
[handover] Implement handover control logic
Code to implement handover control logic. A yet-to-be-implemented handover algorithm will call bsc_handover_start(old_lchan, new_bts) to start the handover process.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_08.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_08.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_08.h b/openbsc/include/openbsc/gsm_04_08.h
index 359aa1b39..4a5cebf46 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -757,6 +757,8 @@ int gsm48_send_rr_ciph_mode(struct gsm_lchan *lchan, int want_imeisv);
int gsm48_send_rr_app_info(struct gsm_lchan *lchan, u_int8_t apdu_id,
u_int8_t apdu_len, const u_int8_t *apdu);
int gsm48_send_rr_ass_cmd(struct gsm_lchan *lchan, u_int8_t power_class);
+int gsm48_send_ho_cmd(struct gsm_lchan *old_lchan,
+ struct gsm_lchan *new_lchan, u_int8_t power_command);
int bsc_upqueue(struct gsm_network *net);