Commit 4b434a8b authored by YannGarcia's avatar YannGarcia
Browse files

Finalyze MEC011 v2.2.1 TPs implementations

parent f99eb6c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -124,6 +124,9 @@ module LibItsHttp_JsonMessageBodyTypes {
    ServiceInfo                                             serviceInfo,
    ServiceInfo                                             serviceInfo,
    AppEnablementAPI_TypesAndValues.SubscriptionLinkList    subscriptionLinkList_app_ens,
    AppEnablementAPI_TypesAndValues.SubscriptionLinkList    subscriptionLinkList_app_ens,
    AppTerminationNotificationSubscription                  appTerminationNotificationSubscription,
    AppTerminationNotificationSubscription                  appTerminationNotificationSubscription,
    AppTerminationConfirmation                              appTerminationConfirmation,
    AppReadyConfirmation                                    appReadyConfirmation,
    ServiceLivenessInfo                                     serviceLivenessInfo,
    DnsRuleList                                             dnsRuleList,
    DnsRuleList                                             dnsRuleList,
    DnsRule                                                 dnsRule,
    DnsRule                                                 dnsRule,
    SerAvailabilityNotificationSubscription                 serAvailabilityNotificationSubscription,
    SerAvailabilityNotificationSubscription                 serAvailabilityNotificationSubscription,
+36 −0
Original line number Original line Diff line number Diff line
@@ -836,6 +836,42 @@ group ams_api {
      appTerminationNotificationSubscription := p_appTerminationNotificationSubscription
      appTerminationNotificationSubscription := p_appTerminationNotificationSubscription
    } // End of template mw_body_json_app_termination_notif_subscription
    } // End of template mw_body_json_app_termination_notif_subscription


    template (value) JsonBody m_body_json_app_termination_confirmation(
                                                                       in template (value) AppTerminationConfirmation p_appTerminationConfirmation
                                                                       ) := {
      appTerminationConfirmation := p_appTerminationConfirmation
    } // End of template m_body_json_app_termination_confirmation

    template (present) JsonBody mw_body_json_app_termination_confirmation(
                                                                          template (present) AppTerminationConfirmation p_appTerminationConfirmation := ?
                                                                          ) := {
      appTerminationConfirmation := p_appTerminationConfirmation
    } // End of template mw_body_json_app_termination_confirmation

    template (value) JsonBody m_body_json_app_ready_confirmation(
                                                                 in template (value) AppReadyConfirmation p_appReadyConfirmation
                                                                 ) := {
      appReadyConfirmation := p_appReadyConfirmation
    } // End of template m_body_json_app_ready_confirmation

    template (present) JsonBody mw_body_json_app_ready_confirmation(
                                                                    template (present) AppReadyConfirmation p_appReadyConfirmation := ?
                                                                    ) := {
      appReadyConfirmation := p_appReadyConfirmation
    } // End of template mw_body_json_app_ready_confirmation

    template (value) JsonBody m_body_json_srv_liveness_info(
                                                            in template (value) ServiceLivenessInfo p_serviceLivenessInfo
                                                            ) := {
      serviceLivenessInfo := p_serviceLivenessInfo
    } // End of template m_body_json_srv_liveness_info

    template (present) JsonBody mw_body_json_srv_liveness_info(
                                                               template (present) ServiceLivenessInfo p_serviceLivenessInfo := ?
                                                               ) := {
      serviceLivenessInfo := p_serviceLivenessInfo
    } // End of template mw_body_json_srv_liveness_info

    template (value) JsonBody m_body_json_transport_info_list(
    template (value) JsonBody m_body_json_transport_info_list(
                                                              in template (value) TransportInfoList p_transportInfoList
                                                              in template (value) TransportInfoList p_transportInfoList
                                                              ) := {
                                                              ) := {