X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2Fhost%2Flayer23%2Fsrc%2Fmobile%2Fgsm48_cc.c;h=77caffe5d4c8d0bd35de3145584266ab261bd28f;hb=acbe0f858d6de48723984e4dfa67bfa38e8345d2;hp=12dc3be4018a5d618dd3dd78b23a26f864ee9006;hpb=a5a60bcab898d1e84eb9f1517cdb63bb3b99b46c;p=osmocom-bb.git 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;