Skip to content
Unstable

Changes

Summary

  1. smdpp_Tests: optimize calling of f_init_esXplus (details)
  2. IPA: Introduce new OSMO extension TCAP_ROUTING (details)
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 modifiedlibrary/IPA_Types.ttcn
The file was addedlibrary/IPA_EXT_TCAP_ROUTING.ttcn
The file was modifiedlibrary/IPA_Emulation.ttcnpp