neels has uploaded this change for review.
hnbgw: drop dead code from MSC_UnitdataCallback
Change-Id: Ie7b9022e991b63b945c7ec6e5c9f7c4eb5da4d7e
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/73/33473/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index e5f227e..023dc5e 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -108,7 +108,7 @@
function MSC_UnitdataCallback(RANAP_PDU ranap) runs on RAN_Emulation_CT return template RANAP_PDU {
// TODO: Actually implement unitdata handling
- return ts_RANAP_Reset(ts_RanapCause_om_intervention, cs_domain);
+ return omit;
}
const RanOps MSC_RanOps := {
To view, visit change 33473. To unsubscribe, or for help writing mail filters, visit settings.