Loading ttcn/LibMec/TrafficManagementAPI/ttcn/TrafficManagementAPI_TypesAndValues.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -211,10 +211,11 @@ module TrafficManagementAPI_TypesAndValues { * @param ueIp Source address identity of session * @see ETSI GS MEC 015 V3.1.1 (2024-04) Table 7.3.2: Attributes of the BwChgEventSubscription */ type record FilterCriteria { type record FilterCriteria_ { Json.String appInsId optional, Json.String ueIp optional } type set of FilterCriteria_ FilterCriteria /** * @desc List of links related to currently existing subscriptions for the service consumer Loading Loading
ttcn/LibMec/TrafficManagementAPI/ttcn/TrafficManagementAPI_TypesAndValues.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -211,10 +211,11 @@ module TrafficManagementAPI_TypesAndValues { * @param ueIp Source address identity of session * @see ETSI GS MEC 015 V3.1.1 (2024-04) Table 7.3.2: Attributes of the BwChgEventSubscription */ type record FilterCriteria { type record FilterCriteria_ { Json.String appInsId optional, Json.String ueIp optional } type set of FilterCriteria_ FilterCriteria /** * @desc List of links related to currently existing subscriptions for the service consumer Loading