aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-28 09:21:18 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-28 09:21:18 +0100
commit64d9ddde5d53ce69c8b469c3dc11e0c70c097d23 (patch)
tree43961a1a1eb6ddffbc94d20b5b22dc5561ed505b
parentcf269a7f859dd14fef800289cd096ff5a0e41431 (diff)
[abis] Warn if sw_load_segment is not implemented for the given bts type
-rw-r--r--openbsc/src/abis_nm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index c3b2c0769..2be71f5ed 100644
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -1296,6 +1296,7 @@ static int sw_load_segment(struct abis_nm_sw *sw)
len = strlen(line_buf)+2;
break;
default:
+ LOGP(DNM, LOGL_ERROR, "sw_load_segment needs implementation for the BTS.\n");
/* FIXME: Other BTS types */
return -1;
}