From 867d9f39852f33afdfa6ca7def56c856239e31cb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 23 May 2011 20:30:39 +0200 Subject: abis_nm: fix some fallout regarding abis_nm migration to libosmocore Thanks to Holger for noticing this. --- openbsc/src/libcommon/gsm_data.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/src/libcommon') diff --git a/openbsc/src/libcommon/gsm_data.c b/openbsc/src/libcommon/gsm_data.c index 480eb8018..54e7a6338 100644 --- a/openbsc/src/libcommon/gsm_data.c +++ b/openbsc/src/libcommon/gsm_data.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include @@ -130,7 +131,7 @@ int gsm_bts_model_register(struct gsm_bts_model *model) if (bts_model_find(model->type)) return -EEXIST; - tlv_def_patch(&model->nm_att_tlvdef, &nm_att_tlvdef); + tlv_def_patch(&model->nm_att_tlvdef, &abis_nm_att_tlvdef); llist_add_tail(&model->list, &bts_models); return 0; } -- cgit v1.2.3