aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-17 18:41:19 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-18 20:48:56 +0200
commitbc82b0189a3f8f7402c4986c21362f8fb89474ce (patch)
tree4f18053d4ac50ec91144a8c4a7220a2f5d522a73 /include/osmo-bts
parentfcd5c367d17d5435771636d06a27980ed7a39a47 (diff)
replace oml_{osmo,ipa}_magic[] with abis_nm_{osmo,ipa}_magic
the latter is now in libosmogsm.
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/oml.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index d7092780..d32a5fbc 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -6,9 +6,6 @@ struct gsm_abis_mo;
struct msgb;
-extern const char oml_ipa_magic[13];
-extern const char oml_osmo_magic[12];
-
int oml_init(void);
int down_oml(struct gsm_bts *bts, struct msgb *msg);