You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi, I try to extend OpenFlow1.3 with the protocol GTP to implement SDN over LTE. To do this, I must use an extensible match structure oxm. I must add fields and actions. how can extend OpenFlow with GTP protocol ? Please can any one help me
noel.fa...@gmail.com
unread,
Oct 7, 2016, 1:17:50 AM10/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi,
ns-3 by default comes with OpenFlow version 0.8.9, are you going to update the ns-3 version to 1.3 or you're going to use an external library?
Thank you for your time.
Cheers,
Noel
manel manel
unread,
Oct 7, 2016, 4:46:48 AM10/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
I have already installed OFSwitch13 module
manel manel
unread,
Oct 8, 2016, 4:07:59 AM10/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Any documentation please.
noel.fa...@gmail.com
unread,
Oct 8, 2016, 4:34:28 AM10/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
I don't know how to modify that library, however the OFSwitch13 module uses another library for OpenFlow processing so I think you want to modify that one.
On Saturday, October 8, 2016 at 10:07:59 AM UTC+2, manel manel wrote:
Any documentation please.
Message has been deleted
manel manel
unread,
Oct 8, 2016, 5:13:33 AM10/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
I search to implement GTP protocol with any version of openFlow
Luciano Jerez Chaves
unread,
Oct 15, 2016, 5:57:20 PM10/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
You have to modify the ofsoftswitch library to use GTP with OFSwtich13.
Add the GTP protocol description on the customnetpdf.xml file and update de parser at nbee_link. Then create you new OFPXMT_OFB_ matches for GTP handling and update the source code to match your changes.
This is not a so easy task, you have to explore the source code to understand how it works.