fixeria has uploaded this change for review.

View Change

fixup: common: Remove unused function gsm_objclass2nmstate()

Change-Id: I31b948f2aeb18ac8069fc019285be7991cffe064
---
M include/osmo-bts/oml.h
1 file changed, 9 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/53/32553/1
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index c59f6ba..38568b5 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -80,8 +80,6 @@
struct gsm_abis_mo *gsm_objclass2mo(struct gsm_bts *bts, uint8_t obj_class,
const struct abis_om_obj_inst *obj_inst);

-struct gsm_nm_state *gsm_objclass2nmstate(struct gsm_bts *bts, uint8_t obj_class,
- const struct abis_om_obj_inst *obj_inst);
void *gsm_objclass2obj(struct gsm_bts *bts, uint8_t obj_class,
const struct abis_om_obj_inst *obj_inst);


To view, visit change 32553. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I31b948f2aeb18ac8069fc019285be7991cffe064
Gerrit-Change-Number: 32553
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange