This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/8085
bsc: Add TODO notes about extensions of PDCH tests
Change-Id: I3c0d338a9b8affe7f77c1b0b392999b5af668c71
---
M bsc/BSC_Tests.ttcn
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/85/8085/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 0299026..057906f 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2389,7 +2389,13 @@
setverdict(pass);
}
-
+/* Dyn PDCH todo:
+ * activate OSMO as TCH/F
+ * activate OSMO as TCH/H
+ * does the BSC-located PCU socket get the updated INFO?
+ * what if no PCU is connected at the time?
+ * is the info correct on delayed PCU (re)connect?
+ */
control {
/* CTRL interface testing */
--
To view, visit https://gerrit.osmocom.org/8085
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c0d338a9b8affe7f77c1b0b392999b5af668c71
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>