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
214a0c68
Commit
214a0c68
authored
Apr 19, 2021
by
YannGarcia
Browse files
Traffic Management API review: Add BwInfoList
parent
a3ae90d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/patch_lib_http/LibItsHttp_JsonMessageBodyTypes.ttcn
View file @
214a0c68
...
...
@@ -61,6 +61,7 @@ module LibItsHttp_JsonMessageBodyTypes {
CaReConfSubscription
caReConfSubscription
,
S1BearerSubscription
s1BearerSubscription
,
L2Meas
l2Meas
,
BwInfoList
bwInfoList
,
BwInfo
bwInfo
,
TransportInfoList
transportInfoList
,
TrafficRuleList
trafficRuleList
,
...
...
ttcn/patch_lib_http/LibItsHttp_JsonTemplates.ttcn
View file @
214a0c68
...
...
@@ -726,6 +726,12 @@ group ams_api {
bwInfo
:=
p_bwInfo
}
// End of template mw_body_json_bw_info
template
(
present
)
JsonBody
mw_body_json_bw_info_list
(
template
(
present
)
BwInfoList
p_bwInfoList
:=
?
)
:=
{
bwInfoList
:=
p_bwInfoList
}
// End of template mw_body_json_bw_info_list
}
// End of group bw_management_api
group
app_enablement_api
{
...
...
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