Loading ttcn/AtsMec/AtsMec_ApplicationPackageLifecycleAndOperationGrantingAPI_TestCases.ttcn +635 −18 File changed.Preview size limit exceeded, changes collapsed. Show changes ttcn/LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI/ttcn/ApplicationPackageLifecycleAndOperationGrantingAPI_Pixits.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -46,4 +46,6 @@ module ApplicationPackageLifecycleAndOperationGrantingAPI_Pixits { modulepar JSON.String PX_NON_EXISTENT_SUBSCRIPTION_ID := "NON_EXISTENT_SUBSCRIPTION_ID" modulepar JSON.AnyURI PX_APP_PKG_HREF := ""; } // End of module ApplicationPackageLifecycleAndOperationGrantingAPI_Pixits ttcn/LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI/ttcn/ApplicationPackageLifecycleAndOperationGrantingAPI_Templates.ttcn +78 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,84 @@ module ApplicationPackageLifecycleAndOperationGrantingAPI_Templates { hash := p_hash } // End of template mw_checksum template (value) AppPkgInfoModifications m_app_pkg_info_modification( in AppPkgInfo_OperationalState p_operationalState ) := { operationalState := p_operationalState } // End of template m_app_pkg_info_modification template (present) AppPkgInfoModifications mw_app_pkg_info_modification( template (present) AppPkgInfo_OperationalState p_operationalState := ? ) := { operationalState := p_operationalState } // End of template mw_app_pkg_info_modification template (omit) AppPkgSubscription m_app_pkg_info_subscription( in template (value) JSON.AnyURI p_callbackUri, in template (value) AppPkgSubscriptionType p_subscriptionType := "AppPackageOnBoardingSubscription", in template (omit) AppPkgFilter p_appPkgFilter := omit ) := { callbackUri := p_callbackUri, subscriptionType := p_subscriptionType, appPkgFilter := p_appPkgFilter } // End of template m_app_pkg_info_subscription template (value) AppPkgSubscriptionInfo m_app_pkg_subscription_info( in template (value) JSON.String p_id, in template (value) AppPkgSubscriptionType p_subscriptionType := "AppPackageOnBoardingSubscription", in template (value) JSON.AnyURI p_callbackUri, in template (value) AppPkgSubscriptionInfo_Link p_links ):= { id := p_id, subscriptionType := p_subscriptionType, callbackUri := p_callbackUri, links := p_links } // End of template m_app_pkg_subscription_info template (present) AppPkgSubscriptionInfo mw_app_pkg_subscription_info( template (present) JSON.String p_id := ?, template (present) AppPkgSubscriptionType p_subscriptionType := "AppPackageOnBoardingSubscription", template (present) JSON.AnyURI p_callbackUri := ?, template (present) AppPkgSubscriptionInfo_Link p_links := ? ):= { id := p_id, subscriptionType := p_subscriptionType, callbackUri := p_callbackUri, links := p_links } // End of template mw_app_pkg_subscription_info template (present) AppPkgNotification mw_app_pkg_notification( template (present) JSON.String p_id := ?, template (present) JSON.String p_notificationType := ?, template (present) JSON.String p_subscriptionId := ?, template (present) TimeStamp p_timeStamp := ?, template (present) JSON.String p_appPkgId := ?, template (present) JSON.String p_appDId := ?, template (present) AppPkgInfo_OperationalState p_operationalState := ?, template (present) AppPkgNotification_Link p_links := ? ) := { id := p_id, notificationType := p_notificationType, subscriptionId := p_subscriptionId, timeStamp := p_timeStamp, appPkgId := p_appPkgId, appDId := p_appDId, operationalState := p_operationalState, links := p_links } // End of template mw_app_pkg_notification template (value) AppPkgSubscriptionInfo_Link m_app_pkg_link( in JSON.AnyURI p_href ) := { self_ := { href := p_href } } // End of template m_app_pkg_link template (present) AppPkgSubscriptionInfo_Link mw_app_pkg_link( template (present) JSON.AnyURI p_href := ? ) := { self_ := { href := p_href } } // End of template mw_app_pkg_link } // End of group pkgmgt } // End of module ApplicationPackageLifecycleAndOperationGrantingAPI_Templates ttcn/LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI/ttcn/ApplicationPackageLifecycleAndOperationGrantingAPI_TypesAndValues.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -1208,7 +1208,8 @@ module ApplicationPackageLifecycleAndOperationGrantingAPI_TypesAndValues { type enumerated AppPkgInfo_OperationalState { ENABLED, DISABLED DISABLED, UNKNOWN // Used for BI purpose only } type enumerated UsageState { Loading ttcn/patch_lib_http/LibItsHttp_JsonMessageBodyTypes.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -76,11 +76,11 @@ module LibItsHttp_JsonMessageBodyTypes { CreateAppPkg createAppPkg, AppPkgInfo appPkgInfo, AppPkgInfoList appPkgInfoList, /* MeoPkgm_TypesAndValues.AppPkgSubscription appPkgSubscription, */ /* MeoPkgm_TypesAndValues.AppPkgSubscriptionInfo appPkgSubscriptionInfo, */ /* MeoPkgm_TypesAndValues.AppPkgSubscriptionInfoList appPkgSubscriptionInfoList, */ /* MeoPkgm_TypesAndValues.AppPkgSubscriptionWithError appPkgSubscriptionWithError, */ /* MeoPkgm_TypesAndValues.AppPkgNotification appPkgNotification, */ AppPkgInfoModifications appPkgInfoModifications, AppPkgSubscription appPkgSubscription, AppPkgSubscriptionInfo appPkgSubscriptionInfo, AppPkgSubscriptionLinkList appPkgSubscriptionLinkList, AppPkgNotification appPkgNotification, /* MepmPkgm_TypesAndValues.AppPkg appMepmPackageManagement, */ /* MepmPkgm_TypesAndValues.OnboardedAppPkgInfo onboardedMepmAppPkgInfo, */ /* MepmPkgm_TypesAndValues.OnboardedAppPkgInfoList appOnboardMepmPackageInfoList, */ Loading Loading
ttcn/AtsMec/AtsMec_ApplicationPackageLifecycleAndOperationGrantingAPI_TestCases.ttcn +635 −18 File changed.Preview size limit exceeded, changes collapsed. Show changes
ttcn/LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI/ttcn/ApplicationPackageLifecycleAndOperationGrantingAPI_Pixits.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -46,4 +46,6 @@ module ApplicationPackageLifecycleAndOperationGrantingAPI_Pixits { modulepar JSON.String PX_NON_EXISTENT_SUBSCRIPTION_ID := "NON_EXISTENT_SUBSCRIPTION_ID" modulepar JSON.AnyURI PX_APP_PKG_HREF := ""; } // End of module ApplicationPackageLifecycleAndOperationGrantingAPI_Pixits
ttcn/LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI/ttcn/ApplicationPackageLifecycleAndOperationGrantingAPI_Templates.ttcn +78 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,84 @@ module ApplicationPackageLifecycleAndOperationGrantingAPI_Templates { hash := p_hash } // End of template mw_checksum template (value) AppPkgInfoModifications m_app_pkg_info_modification( in AppPkgInfo_OperationalState p_operationalState ) := { operationalState := p_operationalState } // End of template m_app_pkg_info_modification template (present) AppPkgInfoModifications mw_app_pkg_info_modification( template (present) AppPkgInfo_OperationalState p_operationalState := ? ) := { operationalState := p_operationalState } // End of template mw_app_pkg_info_modification template (omit) AppPkgSubscription m_app_pkg_info_subscription( in template (value) JSON.AnyURI p_callbackUri, in template (value) AppPkgSubscriptionType p_subscriptionType := "AppPackageOnBoardingSubscription", in template (omit) AppPkgFilter p_appPkgFilter := omit ) := { callbackUri := p_callbackUri, subscriptionType := p_subscriptionType, appPkgFilter := p_appPkgFilter } // End of template m_app_pkg_info_subscription template (value) AppPkgSubscriptionInfo m_app_pkg_subscription_info( in template (value) JSON.String p_id, in template (value) AppPkgSubscriptionType p_subscriptionType := "AppPackageOnBoardingSubscription", in template (value) JSON.AnyURI p_callbackUri, in template (value) AppPkgSubscriptionInfo_Link p_links ):= { id := p_id, subscriptionType := p_subscriptionType, callbackUri := p_callbackUri, links := p_links } // End of template m_app_pkg_subscription_info template (present) AppPkgSubscriptionInfo mw_app_pkg_subscription_info( template (present) JSON.String p_id := ?, template (present) AppPkgSubscriptionType p_subscriptionType := "AppPackageOnBoardingSubscription", template (present) JSON.AnyURI p_callbackUri := ?, template (present) AppPkgSubscriptionInfo_Link p_links := ? ):= { id := p_id, subscriptionType := p_subscriptionType, callbackUri := p_callbackUri, links := p_links } // End of template mw_app_pkg_subscription_info template (present) AppPkgNotification mw_app_pkg_notification( template (present) JSON.String p_id := ?, template (present) JSON.String p_notificationType := ?, template (present) JSON.String p_subscriptionId := ?, template (present) TimeStamp p_timeStamp := ?, template (present) JSON.String p_appPkgId := ?, template (present) JSON.String p_appDId := ?, template (present) AppPkgInfo_OperationalState p_operationalState := ?, template (present) AppPkgNotification_Link p_links := ? ) := { id := p_id, notificationType := p_notificationType, subscriptionId := p_subscriptionId, timeStamp := p_timeStamp, appPkgId := p_appPkgId, appDId := p_appDId, operationalState := p_operationalState, links := p_links } // End of template mw_app_pkg_notification template (value) AppPkgSubscriptionInfo_Link m_app_pkg_link( in JSON.AnyURI p_href ) := { self_ := { href := p_href } } // End of template m_app_pkg_link template (present) AppPkgSubscriptionInfo_Link mw_app_pkg_link( template (present) JSON.AnyURI p_href := ? ) := { self_ := { href := p_href } } // End of template mw_app_pkg_link } // End of group pkgmgt } // End of module ApplicationPackageLifecycleAndOperationGrantingAPI_Templates
ttcn/LibMec/ApplicationPackageLifecycleAndOperationGrantingAPI/ttcn/ApplicationPackageLifecycleAndOperationGrantingAPI_TypesAndValues.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -1208,7 +1208,8 @@ module ApplicationPackageLifecycleAndOperationGrantingAPI_TypesAndValues { type enumerated AppPkgInfo_OperationalState { ENABLED, DISABLED DISABLED, UNKNOWN // Used for BI purpose only } type enumerated UsageState { Loading
ttcn/patch_lib_http/LibItsHttp_JsonMessageBodyTypes.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -76,11 +76,11 @@ module LibItsHttp_JsonMessageBodyTypes { CreateAppPkg createAppPkg, AppPkgInfo appPkgInfo, AppPkgInfoList appPkgInfoList, /* MeoPkgm_TypesAndValues.AppPkgSubscription appPkgSubscription, */ /* MeoPkgm_TypesAndValues.AppPkgSubscriptionInfo appPkgSubscriptionInfo, */ /* MeoPkgm_TypesAndValues.AppPkgSubscriptionInfoList appPkgSubscriptionInfoList, */ /* MeoPkgm_TypesAndValues.AppPkgSubscriptionWithError appPkgSubscriptionWithError, */ /* MeoPkgm_TypesAndValues.AppPkgNotification appPkgNotification, */ AppPkgInfoModifications appPkgInfoModifications, AppPkgSubscription appPkgSubscription, AppPkgSubscriptionInfo appPkgSubscriptionInfo, AppPkgSubscriptionLinkList appPkgSubscriptionLinkList, AppPkgNotification appPkgNotification, /* MepmPkgm_TypesAndValues.AppPkg appMepmPackageManagement, */ /* MepmPkgm_TypesAndValues.OnboardedAppPkgInfo onboardedMepmAppPkgInfo, */ /* MepmPkgm_TypesAndValues.OnboardedAppPkgInfoList appOnboardMepmPackageInfoList, */ Loading