diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2018-06-26 04:39:35 +0200 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2018-06-26 04:54:46 +0200 |
commit | 86b19cb9f921036dd3dddadd9af80601ea9b4991 (patch) | |
tree | 90613708ceb509eff2bfe2c8ba93f9be2336ea0b | |
parent | b90e8746abea89450a588b2c8b77de0f1bf47c1d (diff) |
bsc_vty: drop handover ext cgi commandneels/inter_bsc_ho2
Change-Id: I74e2ea981c8b98dc961428769a00605cf5244614
-rw-r--r-- | src/osmo-bsc/bsc_vty.c | 22 |
1 files changed, 0 insertions, 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 |