Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
4b434a8b
Commit
4b434a8b
authored
Jul 16, 2021
by
YannGarcia
Browse files
Finalyze MEC011 v2.2.1 TPs implementations
parent
f99eb6c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/patch_lib_http/LibItsHttp_JsonMessageBodyTypes.ttcn
View file @
4b434a8b
...
...
@@ -124,6 +124,9 @@ module LibItsHttp_JsonMessageBodyTypes {
ServiceInfo
serviceInfo
,
AppEnablementAPI_TypesAndValues
.
SubscriptionLinkList
subscriptionLinkList_app_ens
,
AppTerminationNotificationSubscription
appTerminationNotificationSubscription
,
AppTerminationConfirmation
appTerminationConfirmation
,
AppReadyConfirmation
appReadyConfirmation
,
ServiceLivenessInfo
serviceLivenessInfo
,
DnsRuleList
dnsRuleList
,
DnsRule
dnsRule
,
SerAvailabilityNotificationSubscription
serAvailabilityNotificationSubscription
,
...
...
ttcn/patch_lib_http/LibItsHttp_JsonTemplates.ttcn
View file @
4b434a8b
...
...
@@ -836,6 +836,42 @@ group ams_api {
appTerminationNotificationSubscription
:=
p_appTerminationNotificationSubscription
}
// 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
(
in
template
(
value
)
TransportInfoList
p_transportInfoList
)
:=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment