Attention is currently required from: pespin.
1 comment:
Patchset:
This is not finished yet. There is still some stuff to cleanup and there is also the following problem:
At the moment we use ranap_cn_rx_co and ranap_ran_rx_co as decoders. Those functions take a callback that is called with the decoded ranap_message container, but when the callback is done the ranap_message is freed again. It works fine that way, but this API is very clumsy to use. I have looked at ranap_cn_rx_co and I think it is possible to add a ranap_cn_rx_co_decode() and ranap_cn_rx_co_free() that give the user direct access to the ranap_message container. This would give us a lot more flexibility. We could do the decode once when the RAB Assignment Request/Response is intercepted and do the free when the FSM is cleaned up. This also saves us the additional decode we would need when we check the Procedure code. So that would be the next step, adding the _free and _decode functions to osmo_iuh and then using them here.
To view, visit change 26792. To unsubscribe, or for help writing mail filters, visit settings.