Skip to content
Unstable

Changes

Summary

  1. RAW_NS: SNS Add: handle IPv4/IPv6 element in SNS Ack (details)
  2. RAW_NS: SNS Changeweight: remove IPv4/IPv6 element in SNS Ack (details)
  3. PCUIF: fix usage of bts number in PCUIF_TXT_IND (details)
  4. RAN_Emulation: Allow client to trigger SCCP CC if automatic CC was (details)
  5. hnbgw: Introduce test TC_{cs,ps}_rua_disconnect_during_sccp_cr_cc (details)
  6. hnbgw: Fix template restriction in template param (details)
Commit 7d747cc3ff7b2dc93ef9e6833935b43b94b1c009 by lynxis
RAW_NS: SNS Add: handle IPv4/IPv6 element in SNS Ack

When adding a new NS-VC via SNS Add, the SNS Ack should
only contains the IEs "List of IP4/6 elements" if the cause code is
Unknown IP endpoint.

However the libosmocore/ns2 code isn't following this behavior yet.

Change-Id: I18c659e43db79400c1b428ed745267a5e6e59102
The file was modifiedlibrary/RAW_NS.ttcnpp
Commit 5443d56283dd0fb814aca2040fab71e00497b4a3 by lynxis
RAW_NS: SNS Changeweight: remove IPv4/IPv6 element in SNS Ack

When changweights of a NS-VC via SNS, the SNS Ack should
only contains the IEs "List of IP4/6 elements" if the cause code is
Unknown IP endpoint.

However the libosmocore/ns2 code isn't following this behavior yet.

Change-Id: Ibf00cbab0c6691cdb72fe592ee30e122dd8f4783
The file was modifiedlibrary/RAW_NS.ttcnpp
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.ttcn
The file was modifiedpcu/PCUIF_Components.ttcn
The file was modifiedbts/BTS_Tests_OML.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