aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_nm.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-15 21:46:33 +0700
committerlaforge <laforge@osmocom.org>2020-09-15 20:42:17 +0000
commit1df9f5bba84b03bb3f9503b4537562e5eae31109 (patch)
treec20613d922c8c5fded8cce8e686577459afcfd51 /src/osmo-bsc/abis_nm.c
parentc5849457e0320abf6919c2d214fec98d7f1121b6 (diff)
abis_nm: use btstype2str() in abis_nm_rcvmsg_manuf()
Diffstat (limited to 'src/osmo-bsc/abis_nm.c')
-rw-r--r--src/osmo-bsc/abis_nm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index fd53f345f..352bffb95 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -993,7 +993,7 @@ static int abis_nm_rcvmsg_manuf(struct msgb *mb)
break;
default:
LOGP(DNM, LOGL_ERROR, "don't know how to parse OML for this "
- "BTS type (%u)\n", bts_type);
+ "BTS type (%s)\n", btstype2str(bts_type));
rc = 0;
break;
}