diff options
author | Harald Welte <laforge@osmocom.org> | 2020-12-21 10:29:08 +0100 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-12-29 17:30:52 +0000 |
commit | a34ced0cc205ecba1517ac7d03e9fad79f890d4c (patch) | |
tree | 58d94c113e4b99006f516c9c7d6df22194448d71 /include | |
parent | c57333e1581131a794a5dd1c1d30f97e73120dfe (diff) |
abis_om2000: make om2k_mo_name() an exported function
Change-Id: Idb05bcad8059ab2b2be6c7057495d0279a4b62c7
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/bsc/abis_om2000.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |