Attention is currently required from: daniel, laforge, lynxis lazus, osmith, pespin.
Hello Jenkins Builder, daniel, fixeria, laforge, lynxis lazus, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43152?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by osmith, Verified+1 by Jenkins Builder
Change subject: stp: tcap: Avoid need of N_NOTICE.req ......................................................................
stp: tcap: Avoid need of N_NOTICE.req
Commits 7970ceaead78ff224390a25f416b22bcd8e4e37e..32618160bdb154ca756c783b67b131533226f7ae added a fork of titan.Protocol.Emulations.SCCP with a new N-NOTICE.req primitive which was needed in STP_Tests_TCAP to trigger transmission of a UDTS message. That primitive doesn't exist in the specs, since no user of SCCP is expected to be requesting a transmision of UDTS. Hence, this commit rewrites the test to avoid the need for such a primitive, by hooking directly into the lower layer MTP3 User SAP (M3UA or IPA) and crafting and transmitting the SCCP UDTS over there directly. Follow up commits will revert the commits adding such a N-NOTICE req to the SCCP and TCAP layers.
Related: SYS#8090 Change-Id: Ia1b7f487124584ab1720cb89bca5999cbb12392d --- M stp/STP_Tests_TCAP.ttcn 1 file changed, 77 insertions(+), 21 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/52/43152/2