Skip to content

Changes

Started by timer
Started 3 hr 17 min ago
Queued 4 ms
Took 1 min 23 sec on build5-deb12build-ansible

Summary

  1. Expect and discard N-PCSTATE.ind with newer SCCP_Emulation (details)
  2. Osmocom_Types: Add API ro_integer_get_first_pos() (details)
  3. stp: Handle N-PCSTATE.ind in STP_Tests_TCAP.ttcn (details)
  4. cosmetic: library/BSSAP_CodecPort.ttcn: Fix trailing whitespace (details)
  5. smlc: Drop unused port BSSAP_LE in test_CT (details)
Commit a13d84d846a17d2bbcdaaf2fc1f7e6d45392d13b by Pau Espin Pedrol
Expect and discard N-PCSTATE.ind with newer SCCP_Emulation

Newer titan.ProtocolEmulations.SCCP will generate N-PCSTATE.ind when
needed. Since our tests written so far don't expect those (yet), discard
them at the port level so the indications don't interfere with it.
Work to enable them will be done in follow-up patches.

Related: OS#6907
Change-Id: I532b9f839ab2c08e707fbd63a1e1058253f79b6c
The file was modifiedlibrary/ranap/RANAP_CodecPort.ttcn
The file was modifiedlibrary/BSSAP_LE_CodecPort.ttcn
The file was modifiedlibrary/tcap/TCAP_CodecPort.ttcn
The file was modifieddeps/Makefile
The file was modifiedlibrary/BSSAP_CodecPort.ttcn
Commit 7d8a4e1bf6880405a5a83666093ccd3b96b7b49d by Pau Espin Pedrol
Osmocom_Types: Add API ro_integer_get_first_pos()

It is sometimes useful to find out the position of the 1st item (only
one if the list is expected to be a set of unique items), in order to
update extra state on an external list.t

Change-Id: Id70b2c7d6bf702489de03aed1c389ae892aee835
The file was modifiedlibrary/Osmocom_Types.ttcn
Commit 20ede8f251cdf03849fcd7e908ce4e3adbd59d77 by Pau Espin Pedrol
stp: Handle N-PCSTATE.ind in STP_Tests_TCAP.ttcn

Make sure none of the peers we want to talk to is explicitly announced
as unavailable before starting the test.

Related: OS#6907
Change-Id: Ie1beb2cd69ce1847f3b3bd9917b42a2acaef57c8
The file was modifiedlibrary/tcap/TCAP_CodecPort.ttcn
The file was modifiedstp/STP_Tests_TCAP.ttcn
Commit 2c8d5d56d567c41e563f65afee5e0ff2c25bb57b by Pau Espin Pedrol
cosmetic: library/BSSAP_CodecPort.ttcn: Fix trailing whitespace

Change-Id: I3bbb035eda0690a862989a0ec4bda265b506db3a
The file was modifiedlibrary/BSSAP_CodecPort.ttcn
Commit e0dcbe878ee4a2926bfed9210c5ab1b90baf7790 by Pau Espin Pedrol
smlc: Drop unused port BSSAP_LE in test_CT

Change-Id: If9e45e890d595f6ee837b30b947456bcf39f67c1
The file was modifiedsmlc/SMLC_Tests.ttcn