Skip to content

Changes

Summary

  1. library: cosmetic: fix formatting in Osmocom_VTY_Functions.ttcn (details)
  2. msc: do not execute TC_gsup_mt_sms_lu_delay against -latest (details)
Commit 30f8da2762b13efd3a397800943c88dc2146e885 by Vadim Yanitskiy
library: cosmetic: fix formatting in Osmocom_VTY_Functions.ttcn

Change-Id: I14fa55314f7351997d1cf1c940cc8684bee2497f
The file was modified library/Osmocom_VTY_Functions.ttcn
Commit 74b2f4fe59198b87448d547c89bfa1a63cb7fb91 by Vadim Yanitskiy
msc: do not execute TC_gsup_mt_sms_lu_delay against -latest

This patch fixes regressions in ttcn3-msc-test-latest caused by a
recently merged patch adding MSC_Tests.TC_gsup_mt_sms_lu_delay.

I was expecting it to fail early at this line:

  f_vty_config(MSCVTY, "msc", "timer geran X36 2500"); /* 2.5s */

since timer X36 is not available in the -latest yet.  But this
function executes just fine and the error response is simply ignored.

The -latest version of osmo-msc closes the A-connection early and
then tries to deliver a MT SMS while executing subsequent testcases.

Change-Id: I0b07076a054e30c5a9023de18f2c70f15c97f8cc
Fixes: 8d0d7af2 "msc: add TC_gsup_mt_sms_lu_delay for X36 (LU delay) timer"
Related: SYS#6913
The file was modified msc/MSC_Tests.ttcn