aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-09 20:57:55 +0200
committerpespin <pespin@sysmocom.de>2020-10-13 08:54:36 +0000
commitca5d1e6ba606cacbe6a10f292f4ce6d50767c815 (patch)
tree24989456b66240a63c2d178ae0f8e1716a00b568 /src/common/oml.c
parente1de96088db39e982e374e27c76432e3b05a119a (diff)
Drop unused param in oml_init()
Diffstat (limited to 'src/common/oml.c')
-rw-r--r--src/common/oml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/oml.c b/src/common/oml.c
index 2a87b031..e48f9435 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -1544,7 +1544,7 @@ int down_oml(struct gsm_bts *bts, struct msgb *msg)
return ret;
}
-int oml_init(struct gsm_abis_mo *mo)
+int oml_init()
{
DEBUGP(DOML, "Initializing OML attribute definitions\n");
tlv_def_patch(&abis_nm_att_tlvdef_ipa_local, &abis_nm_att_tlvdef_ipa);