fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27524 )
Change subject: library/BSSLAP_Types: fix receive template used in ts_BSSLAP_Reset ......................................................................
library/BSSLAP_Types: fix receive template used in ts_BSSLAP_Reset
Change-Id: I6ed967c18346263b05b624b0bb5698f23ee842f7 --- M library/BSSLAP_Types.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/24/27524/1
diff --git a/library/BSSLAP_Types.ttcn b/library/BSSLAP_Types.ttcn index 742d1f5..a55f5da 100644 --- a/library/BSSLAP_Types.ttcn +++ b/library/BSSLAP_Types.ttcn @@ -528,7 +528,7 @@ cell_id := ts_BSSLAP_IE_CellId(cell_id), timing_advance := ts_BSSLAP_IE_TA(ta), chan_desc := chan_desc, - cause := tr_BSSLAP_IE_Cause(cause), + cause := ts_BSSLAP_IE_Cause(cause), meas_rep := omit, enh_meas_rep := omit, meas_cell_id_list := omit,