Attention is currently required from: neels.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/36989?usp=email )
Change subject: silence error message for N-STATE prim ......................................................................
Patch Set 1:
(1 comment)
File src/osmo-bsc/osmo_bsc_sigtran.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/36989/comment/f796e198_031adbf1 PS1, Line 367: operation %s on primitive there is no "operation %s on primitive", the old error message and this new message are both wrong. A primitive is a piece of data; we do not operate on it. SIGTRAN also doesn't operate on privmitives. Also, SIGTRAN is completely wrong here as the SCCP user has no knowledge whatsoever of the underlying transport encoding.
"Ignoring %s primitive received on SCCP-User-SAP" would be a correct phrasing.