aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index c38757e3..aef774ca 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -13,27 +13,4 @@ int sysmobts_select_femto_band(struct gsm_bts_trx *trx, uint16_t arfcn);
int sysmobts_get_nominal_power(struct gsm_bts_trx *trx);
int sysmobts_get_power_trx(struct gsm_bts_trx *trx);
-
-struct msgb;
-
-enum manuf_type_id {
- MANUF_ID_IPA,
- MANUF_ID_OSMO,
-};
-
-enum oml_message_type {
- OML_MSG_TYPE_ETSI,
- OML_MSG_TYPE_IPA,
- OML_MSG_TYPE_OSMO,
-};
-
-static const char osmocom_magic[] = "org.osmocom";
-static const char ipaccess_magic[] = "com.ipaccess";
-
-int add_manufacturer_id_label(struct msgb *msg, enum manuf_type_id type_id);
-
-void prepend_oml_ipa_header(struct msgb *msg);
-
-int check_oml_msg(struct msgb *msg);
-int check_ipa_header(struct msgb *msg);
#endif