pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28688 )
Change subject: cbc: Fix f_sbcap_tx_stop_warn_resp()
......................................................................
cbc: Fix f_sbcap_tx_stop_warn_resp()
The line was wrongly removed when pushing a new version of the patch for
review submission.
Fixes: 7c13cb7e0f3679e58cfba0e666166626b464cfca
Change-Id: If99ff5b83e8f0c577e60e0406b001a3753213deb
---
M cbc/CBC_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/88/28688/1
diff --git a/cbc/CBC_Tests.ttcn b/cbc/CBC_Tests.ttcn
index b3ef64d..2abd33e 100644
--- a/cbc/CBC_Tests.ttcn
+++ b/cbc/CBC_Tests.ttcn
@@ -315,6 +315,8 @@
runs on test_CT {
var template (value) SBC_AP_PDU tx;
/* TODO: pass Unknown Tracking Area List as parameter above (omit by default) */
+ tx := ts_SBCAP_WRITE_WARNING_RESP(int2bit(msg.msg_id, 16),
+ int2bit(msg.ser_nr, 16));
f_SBC_AP_send(tx, idx);
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28688
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: If99ff5b83e8f0c577e60e0406b001a3753213deb
Gerrit-Change-Number: 28688
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange