From 4d54d0b883dcf85cd92290dd4cea51754c70b621 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 19 Feb 2011 16:48:17 +0100 Subject: Fix various compiler warnings all over the code --- openbsc/src/abis_nm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc/src/abis_nm.c') diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c index f2e68aa1c..1a2e0955f 100644 --- a/openbsc/src/abis_nm.c +++ b/openbsc/src/abis_nm.c @@ -2013,7 +2013,6 @@ int abis_nm_set_channel_attr(struct gsm_bts_trx_ts *ts, u_int8_t chan_comb) { struct gsm_bts *bts = ts->trx->bts; struct abis_om_hdr *oh; - u_int16_t arfcn = htons(ts->trx->arfcn); u_int8_t zero = 0x00; struct msgb *msg = nm_msgb_alloc(); u_int8_t len = 2 + 2; @@ -2179,7 +2178,7 @@ int abis_nm_perform_test(struct gsm_bts *bts, u_int8_t obj_class, { struct abis_om_hdr *oh; - DEBUGP(DNM, "PEFORM TEST\n"); + DEBUGP(DNM, "PEFORM TEST %s\n", get_value_string(test_names, test_nr)); if (!msg) msg = nm_msgb_alloc(); -- cgit v1.2.3