GetPortData() returns policies
[ric-plt/xapp-frame.git] / pkg / xapp / types.go
index 387d393..b6fc49b 100755 (executable)
@@ -78,5 +78,6 @@ type PortData struct {
        ThreadType        int
        LowLatency        bool
        FastAck           bool
+       Policies          []int
        MaxRetryOnFailure int
 }