laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
s1gw: f_ConnHdlr_rx_erab_release_cmd(): fix wrong template
Change-Id: Ib6b9f346216aaa9587025e1c580876611e6fa7bc
---
M s1gw/S1GW_ConnHdlr.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/s1gw/S1GW_ConnHdlr.ttcn b/s1gw/S1GW_ConnHdlr.ttcn
index 2833ce1..e4dc35b 100644
--- a/s1gw/S1GW_ConnHdlr.ttcn
+++ b/s1gw/S1GW_ConnHdlr.ttcn
@@ -422,7 +422,7 @@
for (var integer i := 0; i < lengthof(erabs); i := i + 1) {
var template (present) E_RABItem item;
- item := ts_E_RABItem(erabs[i].erab_id, cause);
+ item := tr_E_RABItem(erabs[i].erab_id, cause);
items[i] := tr_E_RABList(item)[0];
}
To view, visit change 38216. To unsubscribe, or for help writing mail filters, visit settings.