Skip to content
Unstable

Changes

Summary

  1. PCUIF: fix usage of bts number in PCUIF_TXT_IND (details)
  2. RAN_Emulation: Allow client to trigger SCCP CC if automatic CC was (details)
  3. hnbgw: Introduce test TC_{cs,ps}_rua_disconnect_during_sccp_cr_cc (details)
  4. hnbgw: Fix template restriction in template param (details)
Commit 5ad6e895f8f9d7b94645b3b37794866f2956176e by pmaier@sysmocom.de
PCUIF: fix usage of bts number in PCUIF_TXT_IND

When we receive the PCU_VERSION using tr_PCUIF_TXT_IND we must ignore the
included BTS number because the PCU_VERSION is not addressed to a specific
BTS. When we send a PCU_VERSION using ts_PCUIF_TXT_IND, we should always
use the bts number 0 to be consistent (the BSC/BTS will ignore this number
anyway).

Let's fix the usage of tr_PCUIF_TXT_IND and put comments, to make clear why
the above applies.

Change-Id: I93de261fc77806b2f817e0d30cb1b0d377ed0dbb
related: OS#6507
The file was modifiedpcu/PCU_Tests_NS.ttcn
The file was modifiedbts/BTS_Tests_OML.ttcn
The file was modifiedpcu/PCUIF_Components.ttcn
The file was modifiedbts/BTS_Tests.ttcn
Commit 224e7926e633225717e9e5b68fa3ab1b9fee9a3c by Pau Espin Pedrol
RAN_Emulation: Allow client to trigger SCCP CC if automatic CC was disabled

This allows users of RAN_Emulation to trigger events in between CR
transmited and CC being receied at the IUT.

Change-Id: I117c8fde118b488b011e381d51eed378d2f3ff0e
The file was modifiedlibrary/RAN_Emulation.ttcnpp
Commit a8069a3f7b1c28ff246a9214ef0ac539311428a7 by Pau Espin Pedrol
hnbgw: Introduce test TC_{cs,ps}_rua_disconnect_during_sccp_cr_cc

Related: SYS#7208
Change-Id: Ie4fe4aaf77017f7191cf000331e452cded56cf25
The file was modifiedhnbgw/expected-results.xml
The file was modifiedhnbgw/HNBGW_Tests.ttcn
Commit d749e9934b049dde8d2a21fd7828eb0028a60a97 by Pau Espin Pedrol
hnbgw: Fix template restriction in template param

Change-Id: I946f21f6d662d889095199c268d2586aea55c821
The file was modifiedhnbgw/ConnHdlr.ttcn