Commit 214a0c68 authored by YannGarcia's avatar YannGarcia
Browse files

Traffic Management API review: Add BwInfoList

parent a3ae90d9
......@@ -61,6 +61,7 @@ module LibItsHttp_JsonMessageBodyTypes {
CaReConfSubscription caReConfSubscription,
S1BearerSubscription s1BearerSubscription,
L2Meas l2Meas,
BwInfoList bwInfoList,
BwInfo bwInfo,
TransportInfoList transportInfoList,
TrafficRuleList trafficRuleList,
......
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment