On 20.02.2014 08:28, Ivan Kluchnikov wrote:
> If bsc receives Delete_Ind message from bts, bsc should release allocated 
> channel, which was specified in dropped imm_assign message.
> +/* CCCH is overloaded, IMM_ASSIGN was dropped */
> +static int rsl_rx_delete_ind(struct gsm_bts_trx *trx, struct msgb *msg)
> +{
[...]
> +
> +     if (ia->msg_type == GSM48_MT_RR_IMM_ASS) {

Why are you not checking again != GSM48_MT_RR_IMM_ASS_REJ? What's with
the IMM.ASS.EXT messages?

Jacob


Reply via email to