Commit 127e13d5 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in SelfServiceEnablementAPI_TypesAndValues.ttcn

parent 8c03352f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 \
+4 −3
Original line number Diff line number Diff line
@@ -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
+2 −3
Original line number Diff line number Diff line
@@ -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 {