aboutsummaryrefslogtreecommitdiffstats
path: root/bts
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-07-04 21:20:57 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-07-04 21:39:47 +0700
commit89be060458410bdd9eb92034b19c104cf87e306c (patch)
tree8ecb54799f5f334ecde902775bd10f116d9df70f /bts
parent13c26f92797e609377458baa9a69457ba83fa214 (diff)
BTS_Tests: mark both TC_rll_data_{req,ind} as TODO
Diffstat (limited to 'bts')
-rw-r--r--bts/BTS_Tests.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index c4d1c263..374228a6 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -6069,11 +6069,11 @@ testcase TC_rll_rel_req() runs on test_CT {
f_rll_testmatrix(tcs, refers(f_TC_rll_rel_req));
}
-/* test if RLL DATA REQ triggers I-frames on Um (TS 48.058 3.5) */
+/* TODO: test if RLL DATA REQ triggers I-frames on Um (TS 48.058 3.5) */
testcase TC_rll_data_req() runs on test_CT {
}
-/* test if I-frames on Um trigger RLL DATA IND (TS 48.058 3.6) */
+/* TODO: test if I-frames on Um trigger RLL DATA IND (TS 48.058 3.6) */
testcase TC_rll_data_ind() runs on test_CT {
}