Skip to content
Unstable

Changes

Summary

  1. hnbgw: Submit proper L3 PDUs during CR (details)
  2. Mutex: Create component alive (details)
  3. RAN_Adapter: Create components alive (details)
  4. hnbgw: Create all components alive (details)
Commit b415d6dca43170532c8de9a4a8d817167ab62c83 by Pau Espin Pedrol
hnbgw: Submit proper L3 PDUs during CR

Generating random PDU values makes hnbgw act on it, since it looks up
higher layers to figure out NRI steering.

Change-Id: I725c35a3584b7d2d162c24ab2b662cfb80e539d7
Related: OS#6717
The file was modifiedhnbgw/ConnHdlr.ttcn
Commit 0671b682feea595b797ea0a4935ec6e0074c2758 by Pau Espin Pedrol
Mutex: Create component alive

Change-Id: Ie2980705dd0d2d8ed11a6c13349fb85e6f254748
The file was modifiedlibrary/Mutex.ttcn
Commit 8378569a717e710fd2f7df899ce99d1ef4ea508f by Pau Espin Pedrol
RAN_Adapter: Create components alive

HNBGW_Tests.TC_hnb_disconnected_timeout needs modification since it
expects the component to drop the underlaying conn towards the IUT when
the component is stopped. This is not longer the case when the component
is created as "alive". In order to make sure its resources are
destroyed, one needs to kill it.

Change-Id: Ice4d93b42552f1c5d621582b1fc3a38b4e1ae837
The file was modifiedhnbgw/HNBGW_Tests.ttcn
The file was modifiedlibrary/RAN_Adapter.ttcnpp
Commit 0202506948dc993e1d8fee683d110986e5dee615 by Pau Espin Pedrol
hnbgw: Create all components alive

This makes it easier to figure out errors due to getting rid of DTEs
changing the result output of the test.

Change-Id: If7ef1897adf3ef819314aa094ba78c526d77770f
The file was modifiedhnbgw/HNBGW_Tests.ttcn