Skip to content
Success

Changes

Summary

  1. M3UA_Templates: Allow passing multiple Routing Context values (details)
  2. stp: Update TC_rkm_unreg_active to expect multiple routing contexts (details)
  3. stp: Store asp name in array of m3ua cfgs (details)
  4. stp: Introduce test TC_clnt_sctp_adm_shutdown (details)
  5. stp: Introduce test TC_m3ua_sctp_srv_adm_shutdown (details)
  6. hnbgw: HNBGW_Tests.default: Drop unused LLSK config (details)
  7. hnbgw: Add missing plmn config in osmo-hnbgw.cfg (details)
Commit b50ad60f6f38b94f43462d5c56691ba201e78e1f by Pau Espin Pedrol
M3UA_Templates: Allow passing multiple Routing Context values

Change-Id: I117c63786d71aea683b554cf294fee0ceed665e0
The file was modifiedlibrary/M3UA_Templates.ttcn
Commit d14819cf286914d87c6b87445d14f25a69eca886 by Pau Espin Pedrol
stp: Update TC_rkm_unreg_active to expect multiple routing contexts

That test is registering a new routcing context (AS) into an
existing/pre-configured ASP.
As a result, the ASP serves 2 AS. When we receive notifications on that
ASP then we'll be receiving info on 2 routing contexts, one for the
pre-confgiured AS and one for the dynamically registered one.

Depends: libosmo-sigtran.git I646301ec3d08ef98f227cf4d19da1039e40cedd2
Change-Id: I2dc4d197e6de38781b63e3079ada4c4b4a0db31d
The file was modifiedstp/STP_Tests_M3UA.ttcn
Commit 2b5b120b7eaa2ae4baebc9c6dfca601857731e7d by Pau Espin Pedrol
stp: Store asp name in array of m3ua cfgs

This way we keep STP specific config in one place instead of having to
figure out the ASP name on each test where we want to modify that ASP.

Change-Id: I1d5d9113dc95a8da911a7a99260c9bfe6e9de7c9
The file was modifiedstp/STP_Tests_M3UA.ttcn
Commit 3e856d5685d5d6e2b4b2cd4e1d18ee746cbee451 by Pau Espin Pedrol
stp: Introduce test TC_clnt_sctp_adm_shutdown

Related: OS#6752
Change-Id: I8b1c8b633afc1515dedfccd43e642401896b167e
The file was modifiedstp/expected-results.xml
The file was modifiedstp/STP_Tests_M3UA.ttcn
Commit 3a7b28ef19010f55295764cf719cac13502bb3b7 by Pau Espin Pedrol
stp: Introduce test TC_m3ua_sctp_srv_adm_shutdown

Related: OS#6752
Change-Id: Iad34af7e7758fbd3a0d686a261ccce53bc705817
The file was modifiedstp/STP_Tests_M3UA.ttcn
The file was modifiedstp/expected-results.xml
Commit eafa096c17f673dcf7e3efc77c09d5044449ad73 by Pau Espin Pedrol
hnbgw: HNBGW_Tests.default: Drop unused LLSK config

That's only used in osmo-hnodeb, and it's probably a leftover when
copy-pasting from hnodeb directory to create the hnbgw testsuite.

Change-Id: Ic04ded35f64b5dac0c5f36ebdf066d751013c438
The file was modifiedhnbgw/HNBGW_Tests.default
Commit fe3378149c9df99970cc1177a7941962cd07b89a by Pau Espin Pedrol
hnbgw: Add missing plmn config in osmo-hnbgw.cfg

Change-Id: Ie360247b7be9cf5ac4feeab2a8957131896f7721
The file was modifiedhnbgw/osmo-hnbgw.cfg