neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19430 )
Change subject: bsc CBSP: drop unused vars 'pages' ...................................................................... bsc CBSP: drop unused vars 'pages' Change-Id: I252fed22cccfc77a4f9cfdd2a0e3070ceeefc547 --- M bsc/BSC_Tests_CBSP.ttcn 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/19430/1 diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn index 94167ce..56e522a 100644 --- a/bsc/BSC_Tests_CBSP.ttcn +++ b/bsc/BSC_Tests_CBSP.ttcn @@ -197,7 +197,6 @@ template CBSP_FailureListItems fail_list := omit) runs on cbsp_test_CT { var template (value) CBSP_PDU tx; var template CBSP_PDU rx; - var CBSP_IEs pages := {f_gen_page()}; tx := ts_CBSP_WRITE_CBS(msg_id, ser_no, cell_list, channel_ind, category, rep_period, num_bcast_req, dcs, content); @@ -227,7 +226,6 @@ template CBSP_FailureListItems fail_list := omit) runs on cbsp_test_CT { var template (value) CBSP_PDU tx; var template CBSP_PDU rx; - var CBSP_IEs pages := {f_gen_page()}; tx := ts_CBSP_REPLACE_CBS(msg_id, new_ser_no, old_ser_no, cell_list, channel_ind, category, rep_period, num_bcast_req, dcs, content); -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19430 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I252fed22cccfc77a4f9cfdd2a0e3070ceeefc547 Gerrit-Change-Number: 19430 Gerrit-PatchSet: 1 Gerrit-Owner: neels <nhofm...@sysmocom.de> Gerrit-MessageType: newchange