Loading ttcn/LibMec/TrafficManagementAPI/ttcn/TrafficManagementAPI_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -63,8 +63,8 @@ module TrafficManagementAPI_Functions { mw_bw_info( p_app_instance_id )))))) -> value v_response { var charstring_list v_header_location; tc_ac.stop; log("f_create_bw_allocation_resource: BwInfo resource created: ", v_response); var charstring_list v_header_location; f_get_header(valueof(v_response.response.header), "Location", v_header_location); Loading Loading
ttcn/LibMec/TrafficManagementAPI/ttcn/TrafficManagementAPI_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -63,8 +63,8 @@ module TrafficManagementAPI_Functions { mw_bw_info( p_app_instance_id )))))) -> value v_response { var charstring_list v_header_location; tc_ac.stop; log("f_create_bw_allocation_resource: BwInfo resource created: ", v_response); var charstring_list v_header_location; f_get_header(valueof(v_response.response.header), "Location", v_header_location); Loading