Skip to content
Success

Changes

Summary

  1. deps: Update titan.ProtocolModules.M3UA to upstream master (details)
  2. stp: STP_Tests_IPA.TC_tmt_loadshare_sls: Fix test expectancies (details)
  3. sccp: Improve logging receiving unexpected msg (details)
  4. sccp: Fix test rx SLS expectancies (details)
  5. SCCP_Templates: Expect either proto class0 or class1 upon rx SCCP (details)
Commit 964e44bc64dce01495bd43f97e44d7e05086857f by Pau Espin Pedrol
deps: Update titan.ProtocolModules.M3UA to upstream master

MR contained in our fork was merged [1], so we can use upstream again.

[1] https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA/-/merge_requests/4

This patch doesn't contain an update hash because it was merged as
fast-forward so the commit hash now in master HEAD did not change from
the one in our repo fork branch.

Change-Id: Icf411559d3ba5bc699d8a66d7c42e7034392a9e6
The file was modifieddeps/Makefile
Commit 1468b6fc125663e64e297b059cfb549ec0f60906 by Pau Espin Pedrol
stp: STP_Tests_IPA.TC_tmt_loadshare_sls: Fix test expectancies

Change-Id: I68856e11a92b707eb11ab4813390e6faf3c54b69
The file was modifiedstp/STP_Tests_IPA.ttcn
Commit fb4b71777cd5b8a2f04939a6230ac172d560caa2 by Pau Espin Pedrol
sccp: Improve logging receiving unexpected msg

Change-Id: I90c5236882e96fc038fee0d2f4551cfc58767c78
The file was modifiedsccp/SCCP_Tests_RAW.ttcn
Commit 20e1d390f0bf4e9bc961f279197dd4489476ee5b by Pau Espin Pedrol
sccp: Fix test rx SLS expectancies

The SLS is the same for all messages in conn being sent in one direction, but
doesn't need to be the same value on both directions.
Since the SLS value on the other direction is not selected by the test
itself, we cannot expect a given specifi value.
Update the test expectancies.

This started to fail since recently libosmo-sigtran started properly
setting SLS values, eg libosmo-sigtran.git
7781eb275da41a9b6b1ea5d8b0e802e87a8e9d53 and
0061e8d0bcba3b0ed5ea255588619627d0975380.

Change-Id: Ic288b58629361de9cfadb568a27b51b7e02c9e99
The file was modifiedsccp/SCCP_Tests_RAW.ttcn
Commit 8fc1b2152ff7615f610e7a040cb3b5135dfc5351 by Pau Espin Pedrol
SCCP_Templates: Expect either proto class0 or class1 upon rx SCCP

Until recently, libosmo-sigtran only sent class0, but it is now able to
send class1 too (0061e8d0bcba3b0ed5ea255588619627d0975380).
Adapt the test expectancies.

Change-Id: Ia1e05b24f1b56404d951eece0e9314d784d375db
The file was modifiedlibrary/SCCP_Templates.ttcn