Attention is currently required from: daniel, lynxis lazus.
Hello Jenkins Builder, daniel,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42823?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by daniel
Change subject: m3ua: fix missing decoding of message priority & network indicator flag ......................................................................
m3ua: fix missing decoding of message priority & network indicator flag
The missing parenthesis always or'ed with a 0x0 into the sio field because of operator precendence. Left shift is stronger than a binary and.
Related: SYS#8061 Change-Id: I7a07363646f66c5c672a2c0d261ca33356b43031 --- M src/m3ua.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/23/42823/2