Skip to content
Success

Changes

Summary

  1. ipa: Split msgb generation into its own helper function (details)
Commit c4a03ca1ef3b7bb73397766b295638bd5daec225 by Pau Espin Pedrol
ipa: Split msgb generation into its own helper function

This allows having a clearer picture when comparing against other
protocol stacks like M3UA and SUA, since both have a sua_to_msg() and
m3ua_to_msg() functions (which in turn call xua_to_msg()).

This way ipa_tx_xua_as() also becomes much more similar to
m3ua_tx_xua_as() and sua_tx_xua_as().

While at it, also add extra logging to m3ua/sua_tx_xua_as() to also
provide AS context logging information when encoding fail.

Change-Id: Ic0a405ab4d1811efea137167dcb08c9308a4d7e7
The file was modifiedsrc/sua.c
The file was modifiedsrc/m3ua.c
The file was modifiedsrc/ipa.c