Dear Sir/Madam,
I am a PhD student at the University of Trento, Italy. I am currently working on network slicing for 5G. I have set up a simple simulation scenario to test it on NS3.
In the simulation, there are two switches and a host on each switch. The idea is to interconnect the two switches through multiple logical ports (VirtualNetDevice) which should be associated with a physical port. I am able to use the msg sent from the controller to the switch to add virtual ports after the handshake (between controller and switch). However, I am unable to send and receive the packet through the logical interconnection host. I have added the necessary code in the controller for this simple case and working on a general case of finding path and scheduling when to slice and how to allocate slice to services. NOTE: I am modifying both the ofswitch13-controller.cc and the ofswitch13-device.cc to be able to add slicing dynamically and statically. I would like to know if anyone is working on slicing so that we can discuss more detail sharing codes. Thank you.