module LibItsHttp_JsonMessageBodyTypes { // LibMec/LocationAPI import from LocationAPI_TypesAndValues all; // LibMec/UEidentityAPI import from UEidentityAPI_TypesAndValues all; // LibMec/RnisAPI import from RnisAPI_TypesAndValues all; // LibMec/BwManagementApi import from BwManagementAPI_TypesAndValues all; // LibMec/Ams import from Ams_TypesAndValues all; // LibMec/AppEnablementAPI import from AppEnablementAPI_TypesAndValues all; // LibMec/GrantAPI import from Grant_TypesAndValues all; // LibMec/AppPkgAPI import from MeoPkgm_TypesAndValues all; // LibMec/AppEnablementAPI import from MepmPkgm_TypesAndValues all; // LibMec/AppLCMAPI import from AppLCM_TypesAndValues all; // LibMec/UEAppInterfaceAPI import from UEAppInterfaceAPI_TypesAndValues all; /** * This file volontary contains a trivial declaration of the type JsonBody. * In accordance with your TTCN-3 module LibItsHttp_JSONTypes, you have to change the JsonBody typing. */ // TODO Add here your custom RFCs import type union JsonBody { // TODO Add here your custom variants UserInfo userInfo, UserList userList, ZoneInfo zoneInfo, AccessPointList accessPointList, UserTrackingSubscription userTrackingSubscription, ZonalTrafficSubscription zonalTrafficSubscription, UEidentityAPI_TypesAndValues.ProblemDetails problemDetails_ue_identity, UeIdentityTagInfo ueIdentityTagInfo, SubscriptionLinkList subscriptionLinkList, CellChangeSubscription cellChangeSubscription, CellChangeSubscriptionPost cellChangeSubscriptionPost, RabInfo rabInfo, PlmnInfo plmnInfo, S1BearerInfo s1BearerInfo, RabEstSubscription rabEstSubscription, RabModSubscription rabModSubscription, RabRelSubscription rabRelSubscription, MeasRepUeSubscription measRepUeSubscription, MeasTaSubscription measTaSubscription, CaReConfSubscription caReConfSubscription, S1BearerSubscription s1BearerSubscription, L2Meas l2Meas, RnisAPI_TypesAndValues.ProblemDetails problemDetails_rnis, BwInfo bwInfo, BwManagementAPI_TypesAndValues.ProblemDetails problemDetails_bw_management, TransportInfoList transportInfoList, TrafficRuleList trafficRuleList, TrafficRule trafficRule, AppEnablementAPI_TypesAndValues.ProblemDetails problemDetails_svc_mgmt, AppMobilityServiceInfo appMobilityServiceInfo, Ams_TypesAndValues.ProblemDetails problemDetails_ams, Ams_TypesAndValues.RegistrationRequest registrationRequest_ams, Ams_TypesAndValues.MobilityProcedureSubscription subscriptionLinkList_ams, Ams_TypesAndValues.AdjacentAppInfoSubscription adjacentAppInfoSubscription_ams, Ams_TypesAndValues.ExpiryNotification expireNotification_ams, Grant_TypesAndValues.GrantRequest grantRequest, Grant_TypesAndValues.Grant grantResponse, Grant_TypesAndValues.GrantRequestWithError grantRequestWithError, MeoPkgm_TypesAndValues.AppPkg appPackageManagement, MeoPkgm_TypesAndValues.OnboardedAppPkgInfo onboardedAppPkgInfo, MeoPkgm_TypesAndValues.OnboardedAppPkgInfoList appOnboardPackageInfoList, MeoPkgm_TypesAndValues.AppPkgWithError appPackageManagementWithError, MeoPkgm_TypesAndValues.AppPkgSubscription appPkgSubscription, MeoPkgm_TypesAndValues.AppPkgSubscriptionInfo appPkgSubscriptionInfo, MeoPkgm_TypesAndValues.AppPkgSubscriptionInfoList appPkgSubscriptionInfoList, MeoPkgm_TypesAndValues.AppPkgSubscriptionWithError appPkgSubscriptionWithError, MeoPkgm_TypesAndValues.AppPkgNotification appPkgNotification, MepmPkgm_TypesAndValues.AppPkg appMepmPackageManagement, MepmPkgm_TypesAndValues.OnboardedAppPkgInfo onboardedMepmAppPkgInfo, MepmPkgm_TypesAndValues.OnboardedAppPkgInfoList appOnboardMepmPackageInfoList, MepmPkgm_TypesAndValues.AppPkgWithError appMepmPackageManagementWithError, MepmPkgm_TypesAndValues.AppPkgSubscription appMepmPkgSubscription, MepmPkgm_TypesAndValues.AppPkgSubscriptionInfo appMepmPkgSubscriptionInfo, MepmPkgm_TypesAndValues.AppPkgSubscriptionInfoList appMepmPkgSubscriptionInfoList, MepmPkgm_TypesAndValues.AppPkgSubscriptionWithError appMepmPkgSubscriptionWithError, MepmPkgm_TypesAndValues.AppPkgNotification appMepmPkgNotification, MepmPkgm_TypesAndValues.OnboardedAppPkgInfo appOnboardMepmPackageInfo, AppLCM_TypesAndValues.CreateAppInstanceRequest createAppInstanceRequest, AppLCM_TypesAndValues.AppInstanceInfo appInstanceInfo, AppLCM_TypesAndValues.CreateAppInstanceRequestWithError createAppInstanceRequestWithError, AppLCM_TypesAndValues.AppInstanceInfoList appInstanceInfoList, AppLCM_TypesAndValues.InstantiateAppRequest appInstanceInstantiate, AppLCM_TypesAndValues.InstantiateAppRequestWithError appInstanceInstantiateWithError, AppLCM_TypesAndValues.TerminateAppRequest terminateType, AppLCM_TypesAndValues.TerminateAppRequestWithError terminateTypeWithError, AppLCM_TypesAndValues.OperateAppRequest changeStateTo, AppLCM_TypesAndValues.OperateAppRequestWithError changeStateToWithError, AppLCM_TypesAndValues.AppInstanceLcmOpOcc appInstanceLcmOpOcc, AppLCM_TypesAndValues.AppInstanceLcmOpOccList appInstanceLcmOpOccList, AppLCM_TypesAndValues.SubscriptionRequest subscriptionRequest, AppLCM_TypesAndValues.SubscriptionRequestWithError subscriptionRequestWithError, AppLCM_TypesAndValues.SubscriptionInfoList subscriptionInfoList, AppLCM_TypesAndValues.SubscriptionInfo subscriptionInfo, AppLCM_TypesAndValues.Notification lcmNotification, AppContext appContext, AppInfo appInfo, UEAppInterfaceAPI_TypesAndValues.ProblemDetails problemDetails_ue_app_ctxt, universal charstring raw } with { variant "" } } with { variant "" } // End of module LibItsHttp_JsonMessageBodyTypes