X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frpe%2Ftypes.go;h=4a5b9fcc9d7a26bde8e7e0bf8b1e68e2b8ecb80b;hb=6d20904a90698db2578b6af09e4bc52241f0a1d5;hp=491d15234be55d0722e894314ef2d3ccb6438a7e;hpb=aaf8d396257a455247b24716a32b05fc3fd145c2;p=ric-plt%2Frtmgr.git diff --git a/pkg/rpe/types.go b/pkg/rpe/types.go index 491d152..4a5b9fc 100644 --- a/pkg/rpe/types.go +++ b/pkg/rpe/types.go @@ -14,6 +14,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + + This source code is part of the near-RT RIC (RAN Intelligent Controller) + platform project (RICP). + ================================================================================== */ /* @@ -38,6 +43,6 @@ type EngineConfig struct { } type Engine interface { - GeneratePolicies(rtmgr.Endpoints) *[]string + GeneratePolicies(rtmgr.Endpoints, *rtmgr.RicComponents) *[]string GenerateRouteTable(rtmgr.Endpoints) *rtmgr.RouteTable }