From: Andreas.Eversberg Date: Wed, 13 Oct 2010 18:28:57 +0000 (+0000) Subject: [layer23] Minor fix of debugging message in call control X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=acbe0f858d6de48723984e4dfa67bfa38e8345d2;hp=a5a60bcab898d1e84eb9f1517cdb63bb3b99b46c;p=osmocom-bb.git [layer23] Minor fix of debugging message in call control --- diff --git a/src/host/layer23/src/mobile/gsm48_cc.c b/src/host/layer23/src/mobile/gsm48_cc.c index 12dc3be..77caffe 100644 --- a/src/host/layer23/src/mobile/gsm48_cc.c +++ b/src/host/layer23/src/mobile/gsm48_cc.c @@ -685,7 +685,7 @@ static int gsm48_cc_rx_alerting(struct gsm_trans *trans, struct msgb *msg) struct tlv_parsed tp; struct gsm_mncc alerting; - LOGP(DCC, LOGL_INFO, "sending ALERTING\n"); + LOGP(DCC, LOGL_INFO, "received ALERTING\n"); gsm48_stop_cc_timer(trans); /* no T301 in MS call control */ @@ -699,7 +699,6 @@ static int gsm48_cc_rx_alerting(struct gsm_trans *trans, struct msgb *msg) gsm48_decode_facility(&alerting.facility, TLVP_VAL(&tp, GSM48_IE_FACILITY)-1); } - /* progress */ if (TLVP_PRESENT(&tp, GSM48_IE_PROGR_IND)) { alerting.fields |= MNCC_F_PROGRESS;