Skip to content
Unstable

Changes

Summary

  1. bsc: TC_lcs_loc_req_without_smlc: new test (details)
  2. smdpp_Tests: optimize calling of f_init_esXplus (details)
  3. IPA: Introduce new OSMO extension TCAP_ROUTING (details)
Commit def207e7c67d3cc542b97e99cd5dde84ee70b468 by Oliver Smith
bsc: TC_lcs_loc_req_without_smlc: new test

Related: SYS#7714
Depends: osmo-bsc Ie8a66f9decf9fff602f7fecfb71a78fab900066f
Change-Id: I1cd7a7658b21d3eb04443a15ffd5ddf09b466af5
The file was modifiedbsc/BSC_Tests.ttcn
The file was modifiedlibrary/Osmocom_VTY_Functions.ttcn
Commit 31f81f2150abf03ee3dc1137e1bb5bbddbecf779 by pmaier@sysmocom.de
smdpp_Tests: optimize calling of f_init_esXplus

When we call the f_init_esXplus functions we always check the return
code to see if the initialization went ok. However in both functions
we already set the verdict and in the ES2+ variant of the functions
we already stop the MTC. Let's optimize the function calls so that
we only call the function without checking the return code. Let's
do all the error handling and the stopping of the MTC in inside
f_init_esXplus.

Related: SYS#7339
Change-Id: I64fc5a7eddd6c5aee8ce85dbfe56c076f3372f3d
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit 899268f4554010078cd5b81ff361655238d16882 by lynxis
IPA: Introduce new OSMO extension TCAP_ROUTING

TCAP_ROUTING is an extension to IPA/SCCP where
the node can requests to receive only certain TCAP traffic
to support loadsharing.

Related: SYS#5423
Change-Id: Ibfcf633f7bd8773f557901fdff7580f5879391a1
The file was addedlibrary/IPA_EXT_TCAP_ROUTING.ttcn
The file was modifiedlibrary/IPA_Types.ttcn
The file was modifiedlibrary/IPA_Emulation.ttcnpp