From 86b19cb9f921036dd3dddadd9af80601ea9b4991 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 26 Jun 2018 04:39:35 +0200 Subject: bsc_vty: drop handover ext cgi command Change-Id: I74e2ea981c8b98dc961428769a00605cf5244614 --- src/osmo-bsc/bsc_vty.c | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c index b184974a1..6bc63a8f6 100644 --- a/src/osmo-bsc/bsc_vty.c +++ b/src/osmo-bsc/bsc_vty.c @@ -1722,28 +1722,6 @@ DEFUN(assignment_any, assignment_any_cmd, return trigger_ho_or_as(vty, from_lchan, NULL); } -#if 0 - -DEFUN(handover_ext_cgi, - handover_ext_cgi_cmd, - "handover external (cgi|lac+ci|ci|lai|lac|all|none) [VAL1] [VAL2] [VAL3] [VAL4]", - MANUAL_HANDOVER_EXTERNAL_STR - "Identify handover target cell by Cell Global Identifier; supply MCC MNC LAC CI arguments\n" - "Identify handover target cell by Location Area Code and Cell Identify\n" - "Identify handover target cell by Cell Identify\n" - "Identify handover target cell by Location Area Identifcation\n" - "Identify handover target cell by Location Area Code\n" - "Identify handover target as all and any available cell\n" - "Do not associate a cell with the Handover Required message\n" - "Value to specify target cell, format depends\n" - "Value to specify target cell, format depends\n" - "Value to specify target cell, format depends\n" - "Value to specify target cell, format depends\n") -{ - return ho_or_as(vty, argv, argc); -} -#endif - DEFUN(handover_any_to_arfcn_bsic, handover_any_to_arfcn_bsic_cmd, "handover any to " NEIGHBOR_IDENT_VTY_KEY_PARAMS, MANUAL_HANDOVER_STR -- cgit v1.2.1