From a34ced0cc205ecba1517ac7d03e9fad79f890d4c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 21 Dec 2020 10:29:08 +0100 Subject: abis_om2000: make om2k_mo_name() an exported function Change-Id: Idb05bcad8059ab2b2be6c7057495d0279a4b62c7 --- include/osmocom/bsc/abis_om2000.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/osmocom/bsc/abis_om2000.h b/include/osmocom/bsc/abis_om2000.h index 0d48c0c2f..58c07c4db 100644 --- a/include/osmocom/bsc/abis_om2000.h +++ b/include/osmocom/bsc/abis_om2000.h @@ -130,4 +130,6 @@ int abis_om2k_vty_init(void); struct vty; void abis_om2k_config_write_bts(struct vty *vty, struct gsm_bts *bts); +const char *abis_om2k_mo_name(const struct abis_om2k_mo *mo); + #endif /* OPENBCS_ABIS_OM2K_H */ -- cgit v1.2.3