Skip to content

Changes

Started by timer
Started 5 hr 40 min ago
Queued 8 ms

Summary

  1. hnbgw: Fix race condition in TC_stat_stp_sctp_disconnected (details)
  2. RAN_Emulation: Assume SCCP peer available if rx BSSAP/RANAP Reset (details)
  3. bts: f_TC_tx_power_ramp_adm_state_change(): drop unused last_rx_lvl (details)
  4. bts: f_TC_acch_overpower(): use f_wait_ramp_up() (details)
  5. bts: fix verdict string in f_verify_ramp_up() (details)
Commit 9b1c51275ce9e2a187a5d9c39b6c0c31e1eb8751 by laforge
hnbgw: Fix race condition in TC_stat_stp_sctp_disconnected

It can happen that first time check for sgsn/msc state they are still
connecting to stp (M3UA) or to ttcn3 process (SCCP/RANAP).
Use wait_converge=true to simply wait until they are conncted.

Change-Id: I15a6a9b9cf47f95d88bca75d0c6f88547f1dad40
The file was modifiedhnbgw/HNBGW_Tests.ttcn
Commit 956008622cec91b4c4df054f3b565c7f4745ec82 by laforge
RAN_Emulation: Assume SCCP peer available if rx BSSAP/RANAP Reset

This way we speed up tests, and also avoid extra verbosity by avoiding
receiving and transmitting extra RESET.

Change-Id: Id9020320b61d89720e17e1024b629f0227445266
The file was modifiedlibrary/RAN_Emulation.ttcnpp
The file was modifiedmsc/MSC_Tests.ttcn
The file was modifiedbsc/BSC_Tests.ttcn
Commit a6d6df0952ef9485fbcbdb15678b9a754a638cb6 by Vadim Yanitskiy
bts: f_TC_tx_power_ramp_adm_state_change(): drop unused last_rx_lvl

Change-Id: I9cddc84265a53cb4fab3d887881e080ffe484db4
The file was modifiedbts/BTS_Tests.ttcn
Commit 63e9b97229e1c620c76ff9f1ad7a12d6ae94355c by Vadim Yanitskiy
bts: f_TC_acch_overpower(): use f_wait_ramp_up()

Change-Id: Id9b8bfc70cb26508e12ccd2b142bb458a3912c09
The file was modifiedbts/BTS_Tests.ttcn
Commit 155a1d06989d312cf55e5b6c3dc4228b2eba4943 by Vadim Yanitskiy
bts: fix verdict string in f_verify_ramp_up()

Change-Id: I6e48c61ada7daa904734658709c1be384286041e
The file was modifiedbts/BTS_Tests.ttcn