Skip to content
Success

Changes

Summary

  1. bsc: TC_lcs_loc_req_without_smlc: new test (details)
  2. smdpp_Tests: optimize calling of f_init_esXplus (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 modifiedlibrary/Osmocom_VTY_Functions.ttcn
The file was modifiedbsc/BSC_Tests.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