aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <anayuso@sysmocom.de>2014-05-20 07:40:47 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-20 09:37:30 +0200
commit13a224063dfcee0be529fba1c8fb9be9c1fb261e (patch)
treedca65fa1192a3c9068af571f721a79dab58daac8 /src/osmo-bts-sysmo/utils.h
parent0a1699ff8a5462c167c24e8b28186abb26331698 (diff)
sysmobts: Separate IPA and OML check into two methods
I have split the function check_oml_msg, in two functions. One for checking if the ipa header is well-formed and in check_oml_msg, Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index 85a5e880..4f2293aa 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -29,4 +29,5 @@ int add_manufacturer_id_label(struct msgb *msg, int manuf_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