From 0655cac6f1fbb0a669f064780a171a363ce8ef83 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 25 May 2014 16:21:35 +0200 Subject: sysmobts: Verify the structure of IPA and OML messages Extend the router to verify that the message received is properly encoded. The code can deal with the basic structure of ETSI OML and vendor specific messages for ip.access and the osmocom project. --- include/osmo-bts/oml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/osmo-bts/oml.h') diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h index dfbc5549..d7092780 100644 --- a/include/osmo-bts/oml.h +++ b/include/osmo-bts/oml.h @@ -5,6 +5,10 @@ struct gsm_bts; 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); -- cgit v1.2.3