From d77bd741c1c0e3dd83c95419a2a8c34703457bd9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 21 Sep 2018 03:01:00 +0200 Subject: neighbor vty: identify neighbors by gsm0808 cell id For deleting neighbor entries and for triggering manual handovers, it is useful to identify neighbors by the gsm0808_cell_id, instead of just by ARFCN+BSIC. This is not a hard requirement, since BTS+ARFCN+BSIC fully identifies a neighbor. But consider these contrived examples of the situation before this patch: # bts 0 # neighbor cgi 001 01 23 42 # no neighbor cgi 001 01 23 42 % No such command # no neighbor bts 5 (manually looked up that BTS 5 has above CGI) # neighbor lac 42 arfcn 23 bsic 5 # do handover any to lac 42 % No such command # do handover any to arfcn 23 bsic 5 (if multiple cells have the same ARFCN+BSIC, the identification is not unique) So this fills a gap, if only to help debugging / analyzing handover operations. Change-Id: I198fe7055d1e09b128693eb51276e3d8cde1c0ba --- src/osmo-bsc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bsc/Makefile.am') diff --git a/src/osmo-bsc/Makefile.am b/src/osmo-bsc/Makefile.am index 364228d8c..c96ebb59c 100644 --- a/src/osmo-bsc/Makefile.am +++ b/src/osmo-bsc/Makefile.am @@ -73,6 +73,7 @@ osmo_bsc_SOURCES = \ mgw_endpoint_fsm.c \ neighbor_ident.c \ neighbor_ident_vty.c \ + neighbor_iter.c \ net_init.c \ gsm_08_08.c \ osmo_bsc_bssap.c \ -- cgit v1.2.3