ecklm / adaptive-network-slicing

Project holding the implementation and results of my thesis project at University of Trento, Italy
20 stars 5 forks source link

integerating ryu controller with 5G core #43

Open mimo123-code opened 3 years ago

mimo123-code commented 3 years ago

hello @ecklm i want the ryu with the following topology can you help me of how to integrate controller with the my 5G core

ecklm commented 3 years ago

I can try to provide you with tips, but I'm not an expert on ryu either.

mimo123-code commented 3 years ago

Ya PLZZ.. it will be a great help .. i am running my 5G core where I want to connect my ryu controller with mme . My mme has an IP of 127.0.0.2

mimo123-code commented 3 years ago

HELLO @ecklm can you give me tips that if i want to integrate one interface lets say mme which has ip of 127.0.0.2 with one of ovs switch . how to do that . will i have to write code for it ?

ecklm commented 3 years ago

I suppose it depends on what you want to do with it. The basic applications will only serve you on the very basic use-cases like implementing basic switching. The basic applications can be found here, they are basically replicated in the tutorial section of the documentation. For anything other than these, you'll have to write your own controller.