aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-12 12:29:21 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:09 +0100
commit09cefee4db4e5dcec3adf75788690189f856b2e6 (patch)
treed7f31002c5b2b7e5795a0bd551b506894c417f11 /openbsc/include
parenta4898a868b85e31c63fcec6330e605d5e696072b (diff)
[OML] Allow each BTS model to specify the OML callback
This allows us to add BTS models that do not use the standard TS 12.21 OML
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index e8433fdab..e308ca4d7 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -429,6 +429,8 @@ struct gsm_bts_model {
enum gsm_bts_type type;
const char *name;
+ int (*oml_rcvmsg)(struct msgb *msg);
+
struct tlv_definition nm_att_tlvdef;
struct bitvec features;