Re: Mobile testing branch
Sylvain Munaut <246tnt@gmail.com>
2014-09-07 08:22:27 GMT
>>
>>> dl = (struct l1ctl_info_dl *) msg->l1h;
>>> + msg->l2h = msg->l3h = dl->payload;
>>>
>>
>> yes, looks fine. I had msg->l2h = msg->l3h = msg->tail but
>> dl->payload should probably work as well. I will leave it for
>> Sylvain/Andreas to comment.
>>
>> thanks a lot for the patch
>
> I'll give it a shot this week end when I have a osmocom-bb phone handy
> and merge it.
Merged thanks.
Sorry, it got delayed, life got in the way that weekend and I was just
reminded of it by someone having that issue in IRC ...
I think dl->payload makes sense since this is what's used to init it
in the other cases (like data_ind).
Cheers,
Sylvain