Skip to content
Snippets Groups Projects

Addition of AE tests

Merged Miguel Angel Reina Ortega requested to merge STF531-AE_UpperTester_for_Rel_1 into Release1
2 files
+ 17
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -1564,9 +1564,9 @@ module OneM2M_Templates {
notificationEventType_list := p_notificationEventType_list// TODO this list should be able to be omited see 9.6.8 (TS0001)
};
template (value) BatchNotify m_batchNotify (in XSD.NonNegativeInteger p_number) := {
template (value) BatchNotify m_batchNotify (in XSD.NonNegativeInteger p_number, in XSD.Duration p_duration := "PT20S") := {
number := p_number,
duration := "PT5S" //TODO duration has to be set to 1s and match to the Duration regex
duration := p_duration //TODO duration has to be set to 1s and match to the Duration regex
};
//normaly duration can be omited
Loading