Skip to content
Success

Changes

Summary

  1. cosmetic: whitespace improvements (details)
  2. ipa: Split msgb generation into its own helper function (details)
Commit c20b6470bc9a816f611bb01a8c166e9827d458cc by Pau Espin Pedrol
cosmetic: whitespace improvements

Add a missing space between 2 params. Clean up a bit positioning of
params in logging lines.

Change-Id: I366944230e698c7805ab977a5205d0978d03998f
The file was modifiedsrc/osmo_ss7_hmrt.c
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/ipa.c
The file was modifiedsrc/m3ua.c
The file was modifiedsrc/sua.c