diff --git a/OneM2M_Testcases_AE_Release_1.ttcn b/OneM2M_Testcases_AE_Release_1.ttcn index a3911150636559d57fc4968ca7d55985e2c19c6d..d3115f62fc60f9e72c3e9f5a14fb907d43a33c86 100644 --- a/OneM2M_Testcases_AE_Release_1.ttcn +++ b/OneM2M_Testcases_AE_Release_1.ttcn @@ -1561,6 +1561,7 @@ module OneM2M_Testcases_AE_Release_1 { var integer v_auxInteger := f_setLocalResource(valueof(m_primitiveContentAe(m_contentCreateAe(omit, omit, omit, omit))),int2); v_utRequest.requestPrimitive.to_ := f_getLocalResourceAddress(v_auxInteger); v_utRequest.requestPrimitive.primitiveContent.subscription.notificationURI := {"UNINITIALIZED"}; + v_utRequest.requestPrimitive.primitiveContent.subscription.eventNotificationCriteria := m_eventNotificationCriteria(); v_utRequest.requestPrimitive.primitiveContent.subscription.eventNotificationCriteria.createdBefore := "20301231T012345"; v_utRequest.forcedFields := {{name := "createdBefore", value_ := "UNINITIALIZED"}};