aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bts_ipaccess_nanobts.c
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/src/bts_ipaccess_nanobts.c
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/src/bts_ipaccess_nanobts.c')
-rw-r--r--openbsc/src/bts_ipaccess_nanobts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/bts_ipaccess_nanobts.c b/openbsc/src/bts_ipaccess_nanobts.c
index 6c7b2bd57..25dc0c8a2 100644
--- a/openbsc/src/bts_ipaccess_nanobts.c
+++ b/openbsc/src/bts_ipaccess_nanobts.c
@@ -30,6 +30,8 @@
static struct gsm_bts_model model_nanobts = {
.type = GSM_BTS_TYPE_NANOBTS,
+ .name = "nanobts",
+ .oml_rcvmsg = &abis_nm_rcvmsg,
.nm_att_tlvdef = {
.def = {
/* ip.access specifics */