aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_nm_vty.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-07-21 18:25:01 +0200
committerpespin <pespin@sysmocom.de>2021-07-22 17:26:56 +0000
commite19289fb89c2176598cb3bbf1fb922993b908110 (patch)
treeceee2765c84415198cbf453ec68b79f06c598813 /src/osmo-bsc/abis_nm_vty.c
parentb2b47d2c472c85da6eb1fd02c28248c909c5869e (diff)
Split bsc_vty.c creating bts_vty.c
Diffstat (limited to 'src/osmo-bsc/abis_nm_vty.c')
-rw-r--r--src/osmo-bsc/abis_nm_vty.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/osmo-bsc/abis_nm_vty.c b/src/osmo-bsc/abis_nm_vty.c
index fe467fad1..bbd2d157f 100644
--- a/src/osmo-bsc/abis_nm_vty.c
+++ b/src/osmo-bsc/abis_nm_vty.c
@@ -54,11 +54,6 @@ struct oml_node_state {
uint8_t obj_inst[3];
};
-static int dummy_config_write(struct vty *v)
-{
- return CMD_SUCCESS;
-}
-
/* FIXME: auto-generate those strings from the value_string lists */
#define NM_OBJCLASS_VTY "(site-manager|bts|radio-carrier|baseband-transceiver|channel|adjc|handover|power-contorl|btse|rack|test|envabtse|bport|gprs-nse|gprs-cell|gprs-nsvc|siemenshw)"
#define NM_OBJCLASS_VTY_HELP "Site Manager Object\n" \