Skip to content
Success

Changes

Summary

  1. bts: Run osmo-bts-trx with sched_rr priority (details)
  2. asterisk: Rework test TC_ims_call_mo_after_tcp_conn_closed with new (details)
Commit 6c973bdd6e5a5b476ce3d82cb61dd90e1ba210cb by Pau Espin Pedrol
bts: Run osmo-bts-trx with sched_rr priority

use a real time prio since it really needs to do stuff in ral time with
high prio. Use lower rt prio than fake_trx since that one is the most
important piece providing clock.

Change-Id: I0251ed3ec0645617cf4e9bcc03e75c805bf1634c
The file was modifiedbts/osmo-bts.cfg
Commit 422f442d62c2f1265acbf820b49577354e259f0d by laforge
asterisk: Rework test TC_ims_call_mo_after_tcp_conn_closed with new expectancies

Previous expected behavior (and Asterisk-UE implementation) was wrong.
Since recently, Asterisk behaves better, that is, whenever the TCP conn
is dropped by the peer, it will attempt re-connecting and
re-registering.

Related: SYS#7398
Change-Id: I7ec1e8e30c4d72be96c8e300e0d038e63ba0e600
The file was modifiedasterisk/Asterisk_Tests.ttcn
The file was modifiedasterisk/IMS_ConnectionHandler.ttcn