fixeria submitted this change.

View Change



5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
common: Remove unused function gsm_objclass2nmstate()

Change-Id: Ia538e3f3d416408f69f9d8e6c8c746eddd9f005a
---
M src/common/oml.c
1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/src/common/oml.c b/src/common/oml.c
index 4df5372..db95747 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -1781,20 +1781,6 @@
return mo;
}

-/* obtain the gsm_nm_state data structure for a given object instance */
-struct gsm_nm_state *
-gsm_objclass2nmstate(struct gsm_bts *bts, uint8_t obj_class,
- const struct abis_om_obj_inst *obj_inst)
-{
- struct gsm_abis_mo *mo;
-
- mo = gsm_objclass2mo(bts, obj_class, obj_inst);
- if (!mo)
- return NULL;
-
- return &mo->nm_state;
-}
-
/* obtain the in-memory data structure of a given object instance */
void *
gsm_objclass2obj(struct gsm_bts *bts, uint8_t obj_class,

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia538e3f3d416408f69f9d8e6c8c746eddd9f005a
Gerrit-Change-Number: 32074
Gerrit-PatchSet: 7
Gerrit-Owner: arehbein <arehbein@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged