aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/neighbor_ident_vty.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29neighbor_ident_vty.c: fix CI format, should be 16bitNeels Hofmeyr1-2/+2
In the 'lac-ci' and 'cgi' neighbor identity VTY parameters, fix the CI part to <0-65535>. Use 65535 as CI in the neighbor_ident.vty test to verify the range. Change-Id: Ie93bfe176b9d2d9445966e4ab0b928b9aa62a77f
2018-08-27cosmetic: neighbor_ident_vty.c: add and use common string defsNeels Hofmeyr1-12/+21
The "bts", "lac" and "lac-ci" VTY parameters and documentation are used more than once in this file. Define once and re-use. Prepares cosmetically for a fix of the CI format in upcoming Ie93bfe176b9d2d9445966e4ab0b928b9aa62a77f. Change-Id: I88a377c6d77c5f18877343f84f7a26f851a427ff
2018-07-28inter-BSC HO: neighbor_ident API: drop 9bit BSICNeels Hofmeyr1-22/+6
9-bit BSIC exist in the 3GPP specs, but we don't use them anywhere. Rather remove that choice from the API and UI. Change-Id: I29b92f47da2636d3a19f073755f9382fa98f9010
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr1-0/+568
Depends: Ia71ba742108b5ff020997bfb612ad5eb30d04fcd (libosmocore) Change-Id: I0153d7069817fba9146ddc11214de2757d7d37bf