aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/lchan_fsm.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-21 03:01:00 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-10-31 00:23:39 +0100
commitd77bd741c1c0e3dd83c95419a2a8c34703457bd9 (patch)
treeb530e978047c1c31176ed85a9e0b4be7a77ad8c4 /src/osmo-bsc/lchan_fsm.c
parent8d8d710a281f5e284ce17c531e85ab5b2f1e5bce (diff)
neighbor vty: identify neighbors by gsm0808 cell idneels/neighbor
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
Diffstat (limited to 'src/osmo-bsc/lchan_fsm.c')
0 files changed, 0 insertions, 0 deletions