Loading ttcn/AtsMec_SelfServiceEnablement/module.mk +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ modules := ../LibCommon \ ../LibMec/ApplicationMobilityServiceAPI \ ../LibMec/IoTAPI \ ../LibMec/FederationEnablementAPI \ ../LibMec/QoSMeasurementAPI \ ../LibMec/SensorsSharingService \ ../LibMec/SelfServiceEnablementAPI \ ../../titan-test-system-framework/ccsrc/Framework \ ../../titan-test-system-framework/ccsrc/loggers \ Loading ttcn/LibMec/SelfServiceEnablementAPI/ttcn/SelfServiceEnablementAPI_TypesAndValues.ttcn +4 −3 Original line number Diff line number Diff line Loading @@ -339,11 +339,12 @@ module SelfServiceEnablementAPI_TypesAndValues { type record WebsockNotifConfig { Json.AnyURI websocketUri optional, Json.Bool requestWebsocketUri optional } with { encode "JSON" } type record LinkExpiry { LinkType subscription } } with { encode "JSON" } // End of module SelfServiceEnablementAPI_TypesAndValues ttcn/patch_lib_http/ttcn/LibHttp_JsonMessageBodyTypes.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -221,7 +221,6 @@ module LibHttp_JsonMessageBodyTypes { ResourceUsageNotification resourceUsageNotification, SelfServiceEnablementAPI_TypesAndValues.ExpiryNotification expiryNotification_cse, SelfServiceEnablementAPI_TypesAndValues.SubscriptionLinkList subscriptionLinkList_cse, // TODO Add here your custom variants universal charstring raw } with { Loading Loading
ttcn/AtsMec_SelfServiceEnablement/module.mk +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ modules := ../LibCommon \ ../LibMec/ApplicationMobilityServiceAPI \ ../LibMec/IoTAPI \ ../LibMec/FederationEnablementAPI \ ../LibMec/QoSMeasurementAPI \ ../LibMec/SensorsSharingService \ ../LibMec/SelfServiceEnablementAPI \ ../../titan-test-system-framework/ccsrc/Framework \ ../../titan-test-system-framework/ccsrc/loggers \ Loading
ttcn/LibMec/SelfServiceEnablementAPI/ttcn/SelfServiceEnablementAPI_TypesAndValues.ttcn +4 −3 Original line number Diff line number Diff line Loading @@ -339,11 +339,12 @@ module SelfServiceEnablementAPI_TypesAndValues { type record WebsockNotifConfig { Json.AnyURI websocketUri optional, Json.Bool requestWebsocketUri optional } with { encode "JSON" } type record LinkExpiry { LinkType subscription } } with { encode "JSON" } // End of module SelfServiceEnablementAPI_TypesAndValues
ttcn/patch_lib_http/ttcn/LibHttp_JsonMessageBodyTypes.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -221,7 +221,6 @@ module LibHttp_JsonMessageBodyTypes { ResourceUsageNotification resourceUsageNotification, SelfServiceEnablementAPI_TypesAndValues.ExpiryNotification expiryNotification_cse, SelfServiceEnablementAPI_TypesAndValues.SubscriptionLinkList subscriptionLinkList_cse, // TODO Add here your custom variants universal charstring raw } with { Loading