aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-26 18:00:40 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-26 18:01:55 +0100
commita276b9823627fcc3279bd005cc64f63edbeb4819 (patch)
tree174d5994b215275515088fcfb6b85c9dafcbe1a8 /include
parent71d98050f38840f61d37ddb5f7e4efd5d5f0bab4 (diff)
oml: Indicate the kind of object passed as the void*
These routines do not pass the gsm_abis_mo and parsing the FOM header of the msg does not seem to be a good idea either. Pass in the OML object so that the model code can determine what the void pointer is.
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/bts_model.h b/include/osmo-bts/bts_model.h
index cb5433b4..2641db72 100644
--- a/include/osmo-bts/bts_model.h
+++ b/include/osmo-bts/bts_model.h
@@ -19,7 +19,7 @@ int bts_model_check_oml(struct gsm_bts *bts, uint8_t msg_type,
void *obj);
int bts_model_apply_oml(struct gsm_bts *bts, struct msgb *msg,
- struct tlv_parsed *new_attr, void *obj);
+ struct tlv_parsed *new_attr, int obj_kind, void *obj);
int bts_model_opstart(struct gsm_bts *bts, struct gsm_abis_mo *mo,
void *obj);