aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_ctrl.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19handover_ctrl: add control interface for handover settingsPhilipp Maier1-0/+3
The VTY handover_vtc.c offers a large number of handover specific settings. Those settings are (with one exception) auto generated using macros. Lets add an equivalent for the control interface that uses the same auto generation mechanisms. Change-Id: I12f143906818fd6b16e8783157cbb1eb51e49ffc Depends: libosmocore I53fc207677f52b1dc748b01d58424839cdba807c Related: SYS#5369