pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28911 )
Change subject: WIP: TODO ......................................................................
WIP: TODO
Change-Id: Ibecc128677d25f7d19a47f8a8a8a80a62b3c707a --- M cbc/CBC_Tests.ttcn 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/11/28911/1
diff --git a/cbc/CBC_Tests.ttcn b/cbc/CBC_Tests.ttcn index fd88775..267290b 100644 --- a/cbc/CBC_Tests.ttcn +++ b/cbc/CBC_Tests.ttcn @@ -669,4 +669,14 @@ execute( TC_concurrent_cbs_msg_mme() ); }
+/* TODO: + * + Test CBC resends active message upon cell failure: + * 1- Set a state with an ongoing CBS message in the MME + * 2- MME sends Failure Report Indication (cell is down) + * 3- MME sends Restart indication (cell is up and ready again) + * 4- CBC should then re-send a Write-Replace for that cell (setting cell list to that one only?) + * + * + Test ETWS message, only CBS tested so far. Look at TS 23.041 9.4.1.2.2 + */ + }